LRU

  • 网络最近最少使用(Least Recently Used);最近最少使用算法;置换算法

LRULRU

LRU

最近最少使用(Least Recently Used)

同问最近最少使用LRU)页面淘汰算法 2011-09-25 21:48 提问者悬赏:5分 | sunwt | 分类:数据结构及算法 分享到: 按默认 …

最近最少使用算法

采用最近最少使用算法(LRU)来存储数据。...

置换算法

...出置换算法( ); 置换算法( );时钟置换算法 置换算法LRU);时钟置换算法(CLOCK)。

1
Investigation of multiple failures of one part number LRU revealed that a free life-improvement modification had not been performed. 通过调查某个件号的LRU的失效情况发现,它没有执行过寿命改进工作。
2
The host, lacking guest page access information, is unable to properly apply its LRU algorithms when selecting pages to swap. 由于主机缺乏客户页访问信息,从而不能在选择交换页面时合理地使用LRU算法。
3
LRU flushing can be less aggressive since transaction processing is not blocked during checkpoint processing. LRU刷新可以放缓,因为在检查点处理期间事务不会被阻塞。
4
Such evictions are typically determined by a "time-to-live" (TTL) or "least-recently-used" (LRU) algorithm. 这种排除操作通常由“生存时间”(TTL)或“最近最少使用”算法确定。
5
It is not suited for high throughput caching and does not provide any LRU based cache invalidation or distributed locking semantics. 它不适合进行高吞吐量的缓存,也不支持基于LRU(LatestRecentlyUsed)的缓存校验与分布式的锁语义。
6
Choosing the reasonable design method can realize the domestic substitutes of two modules mounted inside the LRU. 选择合理的设计方法来实现在LRU内部两种产品模块的原位替代。
7
The buffer cache is managed as a set of least recently used (LRU) lists. 以最近使用(LRU)列表的形式管理缓冲区缓存。
8
When the memory cache region becomes full, LRU removes the least recently used cached data first. 当内存缓存区域满时,LRU会首先删除最近最少使用的缓存数据。
9
The decision to free up a buffer pool slot is based on the least recently used (LRU) principle. 是否释放一个缓冲池槽,这是根据最近被使用(LRU)原则来决定的。
10
Besides, the terrain component render algorithm is the important basis of multi-layer terrain and LRU algorithm. 在大规模地形的渲染处理中,使用了基于组件式的多层地形算法。
11
The memory region is a pure-memory cache region that uses a Least Recently Used (LRU) algorithm. 内存区域是一个使用最近最少算法(LeastRecentlyUsed,LRU)的纯内存缓存区域。
12
The MLS is a single Line Replaceable Unit (LRU) with embedded Link-11 Crypto, Data Terminal Set (DTS), and processor card. MLS是一个单链路可替代设备(LRU),内嵌11号链路加密、数据终端设备(DTS)以及处理器卡。
13
Using java code on the operating system LRU algorithm. 用java代码实现的关于操作系统的LRU算法。
14
Years ago, before the lru_file_repage parameter was introduced, we used to make maxperm low. 很多年以前,在引入lru_file_repage参数之前,我们习惯于将maxperm设置得较低。
15
To achieve LRU algorithm, in block form for each one to set up a Counter (cnt0, cnt1. cnt2, cnt3, ). 为了实现LRU算法,要在块表中为每一块设置一个计数器(cnt0,cnt1,cnt2,cnt3,)。计数器的长度为2位。
16
Thus, the lru_file_repage tunable parameter can be set to 0. 因此,可以将lru_file_repage可调参数设置为0。
17
The first thing we do here is make certain that our lru_file_repage parameter = 0. 这里我们要做的第一项工作是,确保我们的lru_file_repage参数=0。
18
When room needs to be made in video memory to upload a managed surface, and no item meets the LRU definition, the driver should use the 当需要在视频内存中腾出空间以加载托管图面,并且没有任何项满足LRU定义时,驱动程序应该使用
19
Analysis of Page Reference Sequence's Effecting on LRU Page Replacement 对页面访问序列影响LRU页面置换算法的研究
20
On LRU Algorithm of Page- replacement Algorithms 浅谈页面置换算法之LRU算法