CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LRU

搜索资源列表

  1. yumianzhihuan

    0下载:
  2. 该程序是对页面置换算法中的最优置换, LRU,以及FCFS的比较进行比较的程序-procedures for the replacement pages to the optimal algorithm replacement, LRU. Comparison of FCFS comparison procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:金金
  1. caozuo02050210

    0下载:
  2. 操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:300987
    • 提供者:于勇
  1. cache_521

    0下载:
  2. 高速缓存算法类.英文介绍: The Cache class implements a simple caching mechanism with \"least recently used\" (LRU) replacement. It is useful for cases in which you have some memory to spare and you wish to speed up access to frequently used resources
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8260
    • 提供者:洋场河
  1. LRU2

    0下载:
  2. LRU对列队的实现,就是实现找出最近最少用的元素的算法.-LRU lined up to the realization that to achieve at least recently used to identify the elements of the algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9069
    • 提供者:pcq6959
  1. taotaisuanfa

    0下载:
  2. 使用Microsoft Visual C++ 6.0编写最佳(Optimal)淘汰算法、先进先出(FIFO)淘汰算法、最近最久未使用(LRU)淘汰算法的源代码-using Microsoft Visual C 6.0 to prepare the best (Optimal) eliminated algorithm, FIFO (FIFO) eliminated algorithm, the most recent time on the use (LRU) algorithm out of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2896
    • 提供者:王杰
  1. LRUgoodprograme

    0下载:
  2. 可实现操作系统中页面置换功能。很好的LRU算法。-can achieve operating system functional replacement pages. Good LRU algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1443
    • 提供者:李名
  1. THELRU

    0下载:
  2. LRU算法 用C实现的算法 只含有代码部分 -LRU algorithm C algorithm to achieve the code contains only part
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1403
    • 提供者:风逝
  1. yxt

    0下载:
  2. 一个用于演示操作系统作业调度的模拟程序,实现了Fifo,LRU两种算法,并计算了缺页次数-a demonstration of the operating system for scheduling the simulation program, achieving SC16CxxBUARTs. LRU algorithm, and calculated the number of missing pages
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:32570
    • 提供者:胡一
  1. uuuuu

    0下载:
  2. LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1437
    • 提供者:杨穿横
  1. lru_new

    0下载:
  2. 采用LRU替换算法。这种算法选择最久没有被访问的块作为被替换的块。 为了实现LRU算法,要在块表中为每一块设置一个计数器(cnt0,cnt1,cnt2,cnt3,)。计数器的长度为2位。-using LRU replacement algorithm. This algorithm to choose the most long visit is not being replaced as a block by block. To achieve LRU algorithm, in bloc
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:wangjiao
  1. cunchuqiguanli

    0下载:
  2. 操作系统存储器管理实验的C语言模拟程序,采用FIFO和LRU两种算法-experimental operating system memory management in C language simulation procedures and two FIFO and LRU algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1702
    • 提供者:胡恩
  1. OSchunchu

    0下载:
  2. PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0 PAGES4修正了3中的问题,完成FIFO() PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0 PAGES6完成了LRU() PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的错误 PAGES8完成了OPT()修正了在页面置换切换时页表内存位示图不能各自初始化的错误。发现OPT()中页面置换时
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10327
    • 提供者:billdong
  1. page.change

    0下载:
  2. 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理介绍: 请求页式管理中的置换算法:置换算法在内存中没有空
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:82885
    • 提供者:角斗士
  1. MManager

    0下载:
  2. 这是一个内存管理的模拟程序。 采用FIFO,LRU等算法管理内存。 这是我操作系统课程的一个项目。-This is a memory management of the simulation program. Using FIFO, LRU algorithm such as memory management. This is my operating system course of a project.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:59134
    • 提供者:cy
  1. memory_arithmatic

    0下载:
  2. The programe is emluator the memory arithmatic---FIFO LRU ...in the operate system.-emluator the memory arithm atic --- FIFO LRU operate ... in the system.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1689
    • 提供者:yt
  1. M_Management

    0下载:
  2. 操作系统中内存管理页面置换算法的模拟程序,采用的是LRU置换算法-operating system memory management page replacement algorithm simulation procedures and the replacement of LRU algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:28392
    • 提供者:由小诗
  1. cache4j_0.4_src

    0下载:
  2. cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:51071
    • 提供者:ytr
  1. student

    0下载:
  2. 学习使用页面置换算法FIFO和LRU,进一步了解操作系统中页面分配及中断。-learning to use replacement pages FIFO and LRU algorithm, a better understanding of the operating system and the allocation of pages interruption.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7376
    • 提供者:王雪
  1. Demand_Paging

    0下载:
  2. 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simulation operating system replac
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:48231
    • 提供者:陈妙
  1. 2.LRU

    0下载:
  2. 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2468
    • 提供者:郝依
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 27 »
搜珍网 www.dssz.com