文件名称:yuandaima
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个虚拟存储区和内存工作区 , 并使用下述算法计算访问命中率。
(1) 先进先出的算法 (FIFO)
(2 )最近最少使用算法 (LRU)
(3) 最佳淘汰算法 (OPT)
(4) 最少访问页面算法 (LFU)
(5 )最近最不经常使用算法 (NUR)-Design a virtual memory storage area and work area, and access using the following algorithm to calculate the hit rate. (1) FIFO method (FIFO) (2) least recently used algorithm (LRU) (3) the best out algorithm (OPT) (4) at least visit the page algorithm (LFU) (5) the least frequently used algorithm recently (NUR)
(1) 先进先出的算法 (FIFO)
(2 )最近最少使用算法 (LRU)
(3) 最佳淘汰算法 (OPT)
(4) 最少访问页面算法 (LFU)
(5 )最近最不经常使用算法 (NUR)-Design a virtual memory storage area and work area, and access using the following algorithm to calculate the hit rate. (1) FIFO method (FIFO) (2) least recently used algorithm (LRU) (3) the best out algorithm (OPT) (4) at least visit the page algorithm (LFU) (5) the least frequently used algorithm recently (NUR)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
yuandaima.CPP