文件名称:page-replacement
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统:
页面置换模拟程序设计
2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。
3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。
4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。
-Operating System: page replacement simulation program design 2, functions: to achieve a page replacement simulation program design FIFO algorithm. 3 Note: Due to generate page access sequence is very time-consuming, so the page access sequence is generated using this procedure produces a 0- 319 number, and then disrupted the formation of a similar sequence of random instructions and page views. 4, BUG: Because the other (such as OPT, LRU, LFU) algorithm is just a different way of replacement pages, so only write FIFO algorithm, the other is similar.
页面置换模拟程序设计
2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。
3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。
4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。
-Operating System: page replacement simulation program design 2, functions: to achieve a page replacement simulation program design FIFO algorithm. 3 Note: Due to generate page access sequence is very time-consuming, so the page access sequence is generated using this procedure produces a 0- 319 number, and then disrupted the formation of a similar sequence of random instructions and page views. 4, BUG: Because the other (such as OPT, LRU, LFU) algorithm is just a different way of replacement pages, so only write FIFO algorithm, the other is similar.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sourcecode.cpp
sourcecode.exe
Readme.txt