Introduction - If you have any usage issues, please Google them yourself
LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm is the basic concept : When the memory of the remaining available space is insufficient, the first buffer as possible to retain the most common users of the data used, In other words priority is to eliminate the "more rarely use the data," and the release of its space
Packet : 65520758lru.rar filelist
LRU\Debug
LRU\LRU.cpp
LRU\LRU.dsp
LRU\LRU.dsw
LRU\LRU.ncb
LRU\LRU.opt
LRU\ReadMe.txt
LRU\StdAfx.cpp
LRU\StdAfx.h
LRU