搜索资源列表
fifo
- 计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
hcq
- 能实现基本的三种页面算法,FIFO,OPT,LRU,自己的课程设计,代码较少,有待改进。
页片置换中的FIFO、LRU和OPT算法
- 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
aaa
- FIFO、LRU、OPT的三个简单实现 源码 java -FIFO, LRU, OPT three easy source java implementation
Virtualmemory
- 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
os
- 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
fifo-opt
- 四种页面置换算法,lru,二次机会,fifo,opt -lru,nur,fifo,opt
FIFOLRUOPT
- 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
os
- 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
Page-replacement-algorithm
- 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
page-replacement-algorithm
- 该程序描述了在操作系统里的页面替换算法,主要是FIFO、OPT、LRU这三种。-This procedure described in the operating system s page replacement algorithm, mainly FIFO, OPT, LRU three.
FIFO-LRU-OPT-Clock
- 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
PageReplace
- CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
fifo_lru_opt_twochance
- 请求分页虚拟存储。FIFO,OPT,LRU,二次机会。在他人的代码上修改而成。加入简单页表,逐步显示。可配置页架数,页面总数,访问序列。-Demand paged virtual storage. FIFO, OPT, LRU, second chance. Modifications made in the code of others. Added a simple page table gradually. Configurable page frame number, the total
yemianzhihuan
- 操作系统课程设计—页面置换算法,有图形界面,FIFO,OPT,LRU三种算法-Courses on operating system design- page replacement algorithm, a graphical interface, FIFO, OPT, LRU three algorithms
FIFO-LRU-OPT
- opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
Page-replacement
- 操作系统页面替换算法,包括FIFO、OPT、LRU、CLOCK算法 -Operating system virtual page replacement algorithm, including FIFO, OPT, LRU, CLOCK. The four algorithm
lru
- 这里面有lru,fifo,opt ,页面不错,蛮实用-have lru,fifo,opt
memman.c.tar
- 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
os1
- 操作系统中各种页面算法的C++实现,有FIFO,OPT,LRU的具体代码。-Operating system in a variety of page algorithm C++ implementation, there are FIFO, OPT, LRU of the specific code.