搜索资源列表
LRU
- LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm
LRU
- 模拟了操作系统的LRU调度算法,每次选择最久没有使用的页进行置换
lru中断处理程序
- lru中断处理程序.rar-LRU interrupt handling procedures. Rar
lru
- C++写的操作系统原理及实现,模拟页面置换程序lru的源码
编程实现LRU算法或CLOCK/改进算法等置换算法
- 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
LRU.rar
- 计算机操作系统课程设计(内存管理及页面置换LRU算法),Curriculum design of computer operating system (memory management and LRU page replacement algorithm)
qqfy
- 操作系统的页面置换算法,FIFO,LRU-Operating system page replacement algorithm, FIFO, LRU
lru
- 请求分页式存储管理 运用LRU(最近最少使用页面先淘汰)算法 -Request the use of storage management Tabbed LRU (least recently used page first out) algorithm
chucun
- 设计一个虚拟存储区和内存工作区,并使用下列算法计算页面失效次数. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) 在本实验中,页地址流长度为320,页面失效次数为每次访问相应指令时,该指令所对应的页不在内存的次数。 -Design of a virtual memory storage area and work area, and use the following algorithm for calculating
LRU
- 在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
Virtualmemory
- 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
os
- 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出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
LRU
- 操作系统内存管理的页面置换算法 LRU 同学做的 已试验过,相当好-os LRU manage
lru
- 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
File
- 设计一个请求页式存储管理方案,并编写模拟程序实现之。页面淘汰算法采用 ① FIFO页面淘汰算法 ② LRU页面淘汰算法。-sorry
os
- 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
LRU
- 操作系统实验当中非常好的LRU算法,不信你自己-Experiments were very good operating system, LRU algorithm, do not believe you could see for himself
FIFO-LRU-OPT-Clock
- 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
LRU
- 用高级语言模拟页面置换算法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
LRU算法
- 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)