您要查找的是不是:
- To have the list in access order; that is, the head of the map is the least recently used map entry. 也即映射表的头部是使用时间距今最远的映射表条目。
- If the size limit is hit, the least recently used entry is removed in favor of the new one. 如果达到大小限制,则至少删除最近使用的条目,以便接受新的条目。
- The process searches the LRU list, starting at the least recently used end of the list. 用户进程从LRU列表的LRU端开始对其进行搜索。
- Constructor allows you to keep the linked list for the map in access order, from least recently used to most recently used. 构造函数使您能够保持映射表的链表的存取顺序,从使用时间距今最远的到最近使用的。
- Only some subsets of information can be stored in memory.The most common data pruning strategy is to evict items that are least recently used (LRU). 仅有部分信息子集能存进内存中,最常用的数据清洗策略是LRU,将最近最少使用的数据清除出去。
- Least recently used replacement algorithm 最近最少使用替换算法
- LEAST RECENTLY USED ALGORITHM BASED ON WWW NAVIGATION PROCESSES 基于WWW浏览过程的最近最少使用算法
- Use Stack if you need to access the information in reverse order. 如果需要以相反的顺序访问这些信息,请使用Stack。
- We also keep track of most recently used reports. 还可以跟踪最近使用的报告。
- least recently used memory 最近最少使用的内存
- least recently used algorithm 最近使用的算法
- LRU [Least Recently Used] 最近最少使用到的
- She has produced very little recently. 她近来创作很少。
- least recently used (LRU) 最近最少使用
- The most frequent attack path hackers use to get into systems is to use stack overflows, buffer overflows, and memory overflows. 黑客用来闯入系统最常见的攻击方法是使用堆栈溢出、缓冲区溢出和内存溢出。
- least recently used 刚使用过的
- Also adds the form to the list of most recently used files. 同时,将该表单添加到最近使用的文件列表中。
- ERRORLEVEL: Lists the error code of the most recently used command. 列出了最近使用的命令的错误代码。
- Write a program that uses stack postponement to evaluate the following expressions. 用一个堆栈后进先出的程序来求得下面的公式。
- least recently used removal 最近最少使用排除