文件名称:pagec++
介绍说明--下载内容均来自于网络,请自行研究使用
页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorithm, the algorithm occupy larger resources, the majority of the improved OS LRU algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 850914pagec .rar 列表 dopage.cpp fifo.cpp fifo.h lru.cpp lru.h make.bat Mem_page.cpp Mem_page.h Mempage.h scr.cpp scr.h