文件名称: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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
