文件名称:storage
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个虚拟存储方案,并使用下述算法计算访问命中率:
① 最近最少使用算法LRU;
② 最佳淘汰算法OPT;
其中命中率=1-(页面失效次数/页地址流长度)
-Design a virtual storage solutions, and use the following algorithm to access hit rate: ① LRU LRU ② the best out of algorithm OPT which hit rate = 1- (page number of failures/page address stream length)
① 最近最少使用算法LRU;
② 最佳淘汰算法OPT;
其中命中率=1-(页面失效次数/页地址流长度)
-Design a virtual storage solutions, and use the following algorithm to access hit rate: ① LRU LRU ② the best out of algorithm OPT which hit rate = 1- (page number of failures/page address stream length)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
存储管理\ymzh.cpp
........\任务3.cpp
........\实验三 存储管理.doc
存储管理
........\任务3.cpp
........\实验三 存储管理.doc
存储管理