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

搜索资源列表

  1. LRU

    0下载:
  2. LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:6388
    • 提供者:张义平
  1. LRU

    0下载:
  2. 模拟了操作系统的LRU调度算法,每次选择最久没有使用的页进行置换
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:278103
    • 提供者:xyl
  1. lru中断处理程序

    0下载:
  2. lru中断处理程序.rar-LRU interrupt handling procedures. Rar
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:3234
    • 提供者:李红
  1. lru

    0下载:
  2. C++写的操作系统原理及实现,模拟页面置换程序lru的源码
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:197395
    • 提供者:woaic
  1. 编程实现LRU算法或CLOCK/改进算法等置换算法

    0下载:
  2. 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-21
    • 文件大小:140911
    • 提供者:李朗
  1. LRU.rar

    0下载:
  2. 计算机操作系统课程设计(内存管理及页面置换LRU算法),Curriculum design of computer operating system (memory management and LRU page replacement algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:49202
    • 提供者:immortal
  1. qqfy

    0下载:
  2. 操作系统的页面置换算法,FIFO,LRU-Operating system page replacement algorithm, FIFO, LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3077
    • 提供者:叶相延
  1. lru

    0下载:
  2. 请求分页式存储管理 运用LRU(最近最少使用页面先淘汰)算法 -Request the use of storage management Tabbed LRU (least recently used page first out) algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:8471
    • 提供者:ww
  1. chucun

    0下载:
  2. 设计一个虚拟存储区和内存工作区,并使用下列算法计算页面失效次数. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) 在本实验中,页地址流长度为320,页面失效次数为每次访问相应指令时,该指令所对应的页不在内存的次数。 -Design of a virtual memory storage area and work area, and use the following algorithm for calculating
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:2090
    • 提供者:lishuai
  1. LRU

    0下载:
  2. 在Windows环境下运行程序,通过从一般常用的调页算法中选取典型算法LRU,了解页面管理的相关细节,并用程序设计实现LRU。-In the Windows environment to run programs, through transfer from the General page of commonly used algorithm to select a typical algorithm LRU, to understand the details of the page man
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:1186
    • 提供者:第三代
  1. Virtualmemory

    0下载:
  2. 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1331
    • 提供者:eddycen
  1. os

    0下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1068
    • 提供者:bartok
  1. LRU

    0下载:
  2. 操作系统内存管理的页面置换算法 LRU 同学做的 已试验过,相当好-os LRU manage
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1899722
    • 提供者:clover
  1. lru

    0下载:
  2. LRU模拟:其基本原理为:如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,再最近未来是不大可能被访问的。-LRU simulation: the basic principles: If a page was visited, which are likely to be visited the other hand, if it is not a long visit, and then the future is unlikely to be a recent vi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:4300
    • 提供者:钟华
  1. File

    0下载:
  2. 设计一个请求页式存储管理方案,并编写模拟程序实现之。页面淘汰算法采用 ① FIFO页面淘汰算法 ② LRU页面淘汰算法。-sorry
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:9637
    • 提供者:shazi
  1. os

    0下载:
  2. 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:50076
    • 提供者:immortal
  1. LRU

    0下载:
  2. 操作系统实验当中非常好的LRU算法,不信你自己-Experiments were very good operating system, LRU algorithm, do not believe you could see for himself
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:647
    • 提供者:tom
  1. FIFO-LRU-OPT-Clock

    0下载:
  2. 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:15083
    • 提供者:soong
  1. LRU

    0下载:
  2. 用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:寒修末
  1. LRU算法

    0下载:
  2. 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-14
    • 文件大小:473615
    • 提供者:折颜
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com