搜索资源列表
用C语言实现最近最久未使用(lru)置换算法
- c语言编的lru置换算法,word文档格式-series of the lru algorithm replacement, word document formats
本程序只要介绍lru算法
- 本程序只要介绍lru算法
页片置换中的FIFO、lru和OPT算法
- 页式管理关于缺页、中断、优化的FIFO、lru和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
lru.rar
- lru page replacement program using c++,lru page replacement program using c++
ava模拟操作系统的lru虚拟内存换页算法
- java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
The-lru-K-page-algorithm
- lru-k是一个在lru基础上进行提升的算法,在处理数据队列时,使用了更有效的优先级计算方法-lru-K is a advanced algorithm based on lru. It computes the priorities of the data items more accurately and avoid some occasional cases.
lru
- 请求分页式存储管理 运用lru(最近最少使用页面先淘汰)算法 -Request the use of storage management Tabbed lru (least recently used page first out) algorithm
lru
- 虚拟内存中的lru算法,有需要的可以拿去参考一下啊-Virtual memory in the lru algorithm, there is a need to be taken to refer to the ah
lru
- java语言编写的,模拟lru内存调换算法的程序-java language, simulated lru memory replacement algorithm procedure
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
lru
- 这是一个用java实现的 操作系统的 lru算法-lru
lru
- lru算法操作系统实验lru算法实验源代码轻松完成实验-lru algorithm lru algorithm experiment experimental operating system source code to easily complete the experiment
lru
- 操作系统实验当中非常好的lru算法,不信你自己-Experiments were very good operating system, lru algorithm, do not believe you could see for himself
lru
- 请求页式管理缺页中断模拟设计-- lru、随机淘汰算法-The requested page-style management page fault analog design- lru, random elimination algorithm
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
- 基于JAVA的lru(Least Recently Used 近期最少使用算法)算法实现(Implementation of lru algorithm based on JAVA)
lru算法
- 操作系统 lru算法 实验报告 及 程序代码服务一条龙(Operating system lru algorithm experiment report and program code, service one-stop)
array-doubly-linked-lru
- 基于数组的lru队列,可以动态添加与删除元素(In this code, we realize a lru queue based on an array)