... 最近最少使用存储器:memory,least recently used (LRU) 最近使用算法:least recently used algorithm 最近使用:least recently used (LRU) ...
基于80个网页-相关网页
(4) 最久没有使用算法 (LRU Least Recently Used algorithm):把LRU算法中的“多”与“少”简化成“有”与“无”,实现起来比较容易。
基于6个网页-相关网页
LRU Least Recently Used algorithm 最久没有使用算法
least-recently-used lru algorithm 使用算法
least recently used replacement algorithm 最近最少使用的替换算法
The process by which a page is selected to swap to storage is called a page-replacement algorithm and can be implemented using a number of algorithms (such as least recently used).
选择一个页面来交换存储的过程被称为一个页面置换算法,可以通过使用许多算法(至少是最近使用的)来实现。
The memory region is a pure-memory cache region that uses a Least Recently Used (LRU) algorithm.
内存区域是一个使用最近最少算法(Least Recently Used,LRU)的纯内存缓存区域。
How many items were evicted from the cache using the LRU (least recently used) algorithm?
使用LRU(最近较少使用)算法从缓存中逐出的条目有多少。
应用推荐