搜索资源列表
fifo
- 一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
java
- Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
page
- FiFo page replacement algortihm-FiFo page replacement algortihm
vc783453772452
- C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorit
os.txt
- 通过模拟页面管理中各种页面替换算法,进一步理解各种算法的性能,并且进一步理解各种页面替换算法的优缺点。-Page Management by simulating the various page replacement algorithms, a better understanding of the performance of various algorithms, and further understand the advantages and disadvantages of the
page
- 操作系统 页面置换算法之 FIFO,同时也附带写失败了的,LRU算法-Operating system page replacement algorithm of the FIFO, but also with the failed write, LRU algorithm
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
xunicunchuqi
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
page
- 使用visual studio 6.0编写的虚拟内存页面置换算法-Prepared using the visual studio 6.0 virtual memory page replacement algorithm
lru-page
- LRU page replacement technique-LRU page replacement technique........
replacement
- 页面更换实现简单常用的页面更换算法先来先服务(FIFO)、LRU(最久未使用页面更换)算法、时钟算法等-Page, the page replacement simple replacement algorithm used a first-come first-served (FIFO), LRU (most from lack of use page replacement) algorithm, the clock algorithm
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
page-replacement-algorithm
- C++编写的页面置换算法,做课程设计的好帮手哦。-C++ written page replacement algorithm, do curriculum design good helper Oh.
FIFO-page-replacement-algorithm
- ×FIFO页面置换算法 例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,1,2,5,1,2,3,4,5;如果在内存中分配给该进程3个页面,则缺页情况 -FIFO page replacement algorithm such as: process P has five pages, the process to access pages in the order: 1,2,3,4,1,2,5,1,2,3,4,5 If the memory allocation to the
Page-replacement
- 操作系统页面替换算法,包括FIFO、OPT、LRU、CLOCK算法 -Operating system virtual page replacement algorithm, including FIFO, OPT, LRU, CLOCK. The four algorithm
page-replacement
- 操作系统: 页面置换模拟程序设计 2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。 3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。 4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。 -Operating System: page replacement simulation prog
Page-replacement
- vs2012页面置换 多线程下展示页面置换四种算法 并且具有问保存等功能-Page replacement
Page-replacement
- 页面置换算法,大二操作系统实验三,dos窗口-Page replacement algorithms, operating systems sophomore third experiment, dos window