搜索资源列表
cache_replacement
- Cache 替换算法,结合LRU和LFU的一个替换算法-Cache replacement algorithm, combined with LRU and LFU replacement algorithm
cache
- (1)FIFO:First In First Out,先进先出 (2)LRU:Least Recently Used,最近最少使用 (3)LFU:Least Frequently Used,最不经常使用-(1)FIFO:First In First Out (2)LRU:Least Recently Used (3)LFU:Least Frequently Used
Cache_dotnet_cs
- 实现LRU算法的cache dotnet C#源码,用来支持asp.net程序提升系统访问速度。同时保证系统能够控制内存的使用不产生泄漏。-LRU algorithm implementation cache dotnet C# source code, used to support asp.net procedures to enhance the speed of system access. At the same time to ensure that the system be ab
LRU
- calculate the LRU of cache based on VC
cache_LRU
- 结合数据结构的相关知识,使用LRU的策略,对一组访问序列进行内部的Cache更新-Combined with knowledge of data structures, using LRU strategy, on a visit to sequences within the Cache Update
LRUCache
- LRU cache implmentation in c-LRU cache implmentation in c++
LCache_dotnetR
- 实现LRU算法的cache dotnet CSHARP源码,用来支持assp.net程序提升系统访问速度。同时保证系统能够控制内存的使用不产生泄漏。 -The cache dotnet CSHARP source, the LRU algorithm is used to enhance the speed of system access support assp.net program. While ensuring that the system can control the mem
LRU
- CACHE的LRU算法的简单代码,编译运行环境为WINDOWS下VS2010。-CACHE LRU algorithm simple code, compile and run under WINDOWS environment VS2010.
cache1
- 用C++模拟简单的cache的功能,运用LRU替换算法-C++ cache simulation with simple functions, using LRU replacement algorithm
ComArch
- 可视化Cache模拟器,实现了多种功能,可选择写回/不写回、LRU/FIFO/RAND,直写/写缓存等方式-An visiable Cache simulator