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

搜索资源列表

  1. 先进先出页面算法程序2

    0下载:
  2. 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5476
    • 提供者:asdf
  1. 先进先出页面算法程序

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3242
    • 提供者:asdf
  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1326208
    • 提供者:刀尖
  1. FIFO与LRU 算法实现(java)

    0下载:
  2. java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5458
    • 提供者:刘刚
  1. 页面置换

    0下载:
  2. 页面置换算法的演示程序及代码,包含FIFO、LRU、OPT算法-pages replacement algorithm code and demo program, including FIFO, the LRU, OPT algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8996
    • 提供者:陶杰
  1. 请求分页存储管理方式

    0下载:
  2. 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360272
    • 提供者:陈任全
  1. neicun

    0下载:
  2. 页面淘汰算法采用LRU页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-pages out of LRU algorithm out pages algorithm, and in an out, only to the page in the page table to amend the state spaces. Rather than judge whether it be redrafted, it was not to ret
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11469
    • 提供者:阎玲
  1. ymdd

    0下载:
  2. 页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT) 题目要求: ① 实现三种算法:1、先进先出;2、OPT;3、LRU ② 页面序列从指定的文本文件(TXT文件)中取出 ③ 输出:第一行:每次淘汰的页面号,第二行:显示缺页的总次数
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1761
    • 提供者:sunny
  1. fifo_lru_opt

    0下载:
  2. 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorithm. Code straightforward compi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:wz
  1. LRUsuanfabaogao

    0下载:
  2. 实验报告中赋有LRU算法的原代码,流程图与实验的要求,目的等.-report LRU algorithm is given the original code, flowcharts and experimental requirements, aim.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:21563
    • 提供者:刘敏
  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of pages and pages cited the lengt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6683
    • 提供者:刘利辉
  1. lru

    0下载:
  2. 这里面有lru,fifo,opt ,页面不错,蛮实用-have lru,fifo,opt
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:8028
    • 提供者:希望
  1. LRU

    0下载:
  2. lru算法源码,真实可靠,绝对是你想要的-LRU algorithm source code, real and reliable, absolutely you want
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:魏振林
  1. lru

    0下载:
  2. A C program to show implementation of LRU cache
  3. 所属分类:Linux Network

  1. LRU

    0下载:
  2. LRU仿真算法设计,用于操作系统课程设计-LRU simulation algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:吴柯啸
  1. LRU-Cache

    0下载:
  2. 设计和实现一个数据结构最近最少使用(LRU)缓存。它应该支持以下操作:获取和设置。    得到(关键)得到的价值(永远是积极的)关键如果键存在于缓存中,否则返回1。  集(关键字,值)——设置或插入的值如果不是已经存在的关键。当缓存达到容量,应该最近最少使用项失效前插入一个新项。-Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following op
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:614
    • 提供者:胡延旭
  1. LRU

    0下载:
  2. LRUthis is a LRU! this a LRU!-this is a LRU!!this is a LRU!this is a LRU!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1300
    • 提供者:wo2038chuang
  1. LRU

    0下载:
  2. 简单实现LRU页面置换算法,可输入页面个数,自己输入页面优先级,最后显示页面置换过程-Simple implementation of LRU page replacement algorithm, you can enter the number of pages, their input page priority, the last page replacement process
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:camblaw
  1. opt fifo lru

    0下载:
  2. 调页存储管理,使用opt,lru,fifo三种(Page storage management, using the three kinds of OPT, LRU, FIFO)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:785408
    • 提供者:timmer
  1. LRU算法

    0下载:
  2. LRU算法LRU算法LRU算法LRU算法
  3. 所属分类:进程与线程

« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »
搜珍网 www.dssz.com