LRU
美
英 
- 網絡最近最少使用(Least Recently Used);最近最少使用算法;置換算法
例句
Investigation of multiple failures of one part number LRU revealed that a free life-improvement modification had not been performed.
通過調查某個件號的LRU的失效情況發現,它沒有執行過壽命改進工作。
The host, lacking guest page access information, is unable to properly apply its LRU algorithms when selecting pages to swap.
由于主機缺乏客戶頁訪問信息,從而不能在選擇交換頁面時合理地使用LRU算法。
LRU flushing can be less aggressive since transaction processing is not blocked during checkpoint processing.
LRU刷新可以放緩,因為在檢查點處理期間事務不會被阻塞。
Such evictions are typically determined by a "time-to-live" (TTL) or "least-recently-used" (LRU) algorithm.
這種排除操作通常由“生存時間”(TTL)或“最近最少使用”算法確定。
It is not suited for high throughput caching and does not provide any LRU based cache invalidation or distributed locking semantics.
它不適合進行高吞吐量的緩存,也不支持基于LRU(LatestRecentlyUsed)的緩存校驗與分布式的鎖語義。
Choosing the reasonable design method can realize the domestic substitutes of two modules mounted inside the LRU.
選擇合理的設計方法來實現在LRU內部兩種產品模塊的原位替代。
The buffer cache is managed as a set of least recently used (LRU) lists.
以最近使用(LRU)列表的形式管理緩沖區緩存。
When the memory cache region becomes full, LRU removes the least recently used cached data first.
當內存緩存區域滿時,LRU會首先刪除最近最少使用的緩存數據。
The decision to free up a buffer pool slot is based on the least recently used (LRU) principle.
是否釋放一個緩沖池槽,這是根據最近被使用(LRU)原則來決定的。
Besides, the terrain component render algorithm is the important basis of multi-layer terrain and LRU algorithm.
在大規模地形的渲染處理中,使用了基于組件式的多層地形算法。
The memory region is a pure-memory cache region that uses a Least Recently Used (LRU) algorithm.
內存區域是一個使用最近最少算法(LeastRecentlyUsed,LRU)的純內存緩存區域。
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)以及處理器卡。
Using java code on the operating system LRU algorithm.
用java代碼實現的關于操作系統的LRU算法。
Years ago, before the lru_file_repage parameter was introduced, we used to make maxperm low.
很多年以前,在引入lru_file_repage參數之前,我們習慣于將maxperm設置得較低。
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位。
Thus, the lru_file_repage tunable parameter can be set to 0.
因此,可以將lru_file_repage可調參數設置為0。
The first thing we do here is make certain that our lru_file_repage parameter = 0.
這里我們要做的第一項工作是,確保我們的lru_file_repage參數=0。
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定義時,驅動程序應該使用
Analysis of Page Reference Sequence's Effecting on LRU Page Replacement
對頁面訪問序列影響LRU頁面置換算法的研究
On LRU Algorithm of Page- replacement Algorithms
淺談頁面置換算法之LRU算法
memory, least recently used (LRU)
最近最少使用存儲器
How many items were evicted from the cache using the LRU (least recently used) algorithm
使用LRU(最近較少使用)算法從緩存中逐出的條目有多少