文件名称:LRU
介绍说明--下载内容均来自于网络,请自行研究使用
用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。
其基本原理为:
如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm.
The basic principle is:
If a page is accessed, it is likely to be accessed; on the other hand, if it is not accessed for long periods, it is unlikely to be accessed in the near future.)
其基本原理为:
如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm.
The basic principle is:
If a page is accessed, it is likely to be accessed; on the other hand, if it is not accessed for long periods, it is unlikely to be accessed in the near future.)
相关搜索: lru算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LRU.CPP