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. LRU

    0下载:
  2. 操作系统 算法实现 请求页式管理缺页中断模拟设计-- LRU、随机淘汰算法)-Operating system algorithm request page management page fault analog design- LRU, random replacement algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-14
    • 文件大小:719165
    • 提供者:waichengfeng
  1. LRU--algorithm

    0下载:
  2. LRU 算法 操作系统大作业C语言源代码-LRU algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1863
    • 提供者:
  1. LRU

    0下载:
  2. 页面调度时的置换算法,LRU最久未使用算法-Dispatched when the page replacement algorithm, LRU most-recently-used algorithm ...
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:shiyi
  1. replacement-algorithms-LRU-algorithm

    0下载:
  2. 操作系统里面的浅谈页面置换算法之LRU算法,pdf电子书,内容比较详细易懂-On the inside the operating system s page replacement algorithm LRU algorithm, pdf e-books, more detailed and easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:126296
    • 提供者:庄翔
  1. LRU

    0下载:
  2. LRU page replacement algorithm - Least recently used - uses incrementing input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1342
    • 提供者:BOrnAgain
  1. lru

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

    • 发布日期:2017-04-28
    • 文件大小:8028
    • 提供者:希望
  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 67 8 9 10 11 ... 24 »
搜珍网 www.dssz.com