搜索资源列表
pap
- FIFO\\LRU\\OPT三种统计缺页算法的源码 在VC6.0下编译通过.
pusula
- 对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR-right pages replacement algorithm simulation analysis, including FIFO, the LRU, OPT, LFU, NUR
功能描述
- 页面置换算法,采用了FIFO,LRU,OPT三种算法,并用一个源程序-pages replacement algorithm, using the FIFO, the LRU, OPT three algorithms, and with a source
页片置换中的FIFO、LRU和OPT算法
- 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
aaa
- FIFO、LRU、OPT的三个简单实现 源码 java -FIFO, LRU, OPT three easy source java implementation
ex2
- FIFO LRU OPT算法的C语言相关调用算法-FIFO LRU OPT algorithm is called C-language-related algorithms
yemianzhihuansuanfa
- MFC实现页面置换,可视化! 先入先出法(FIFO) 最优置换算法(OPT) 最久未使用算法(LRU)-AppWizard has created this group_20 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writ
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
yemianzhihuan
- 页面置换算法,可选择fifo,opt,nur,lru调度算法实现页面调度。-Page replacement algorithm, select fifo, opt, nur, lru paging scheduling algorithm.
memoryanalog
- 模拟内存页面置换的五个算法fifo,opt,lfu,lru,clock-Analog memory page replacement
exp6
- 编程模拟一个作业的执行过程,用户输入系统分配给该作业的物理块N和该作业要访问的逻辑页号序列长度L,采用下面不同的页面置换算法:FIFO,LRU,OPT,LFR,NUR,给出不同算法下的页面置换情况及其对应的缺页率-Programmed to simulate a job execution, the user input system assigned to the job and the job of physical block N logical page number to access
pagechange
- 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
page-replacement-system
- 操作系统页面置换模拟系统 本软件模拟操作系统的页面置换,共有FIFO、LRU、OPT三种算法可供选择。用户可自行选择随机或手动输入指令序列的地址,本系统将自动显示各种算法的缺页率,以及那一条指令导致缺页-Analog system operating system page replacement operating system, the software simulate page replacement, total FIFO, LRU, OPT three algorithms to
Page-replacement-algorithm
- 页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
page-replacement
- 包括了Clock,,FIFO,LRU,OPT,随机替换五种页面置换算法-Including the Clock, the FIFO, LRU, OPT, randomly replace the five page replacement algorithm
FIFO-LRU-OPT
- opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
pagechange
- 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
page
- 理解内存页面调度的机制,在模拟实现FIFO、LRU、OPT算法的基础上,比较各种置换算法的效率和优劣,从而了解虚拟储存的实现过程-Understanding of the mechanisms of memory paging, on the basis of the simulation to achieve FIFO, LRU, OPT algorithm, compare the pros and cons of replacement algorithm efficiency and t
Fi
- 模拟操作系统中页面置换算法,可进行FIFO ,LRU,OPT等算法。(Simulated operating system page replacement algorithm, which can be FIFO, LRU, OPT and other algorithms.)
opt fifo lru
- 调页存储管理,使用opt,lru,fifo三种(Page storage management, using the three kinds of OPT, LRU, FIFO)