搜索资源列表
cache_521
- 高速缓存算法类.英文介绍: The Cache class implements a simple caching mechanism with \"least recently used\" (LRU) replacement. It is useful for cases in which you have some memory to spare and you wish to speed up access to frequently used resources
cache_replacement
- Cache 替换算法,结合LRU和LFU的一个替换算法-Cache replacement algorithm, combined with LRU and LFU replacement algorithm
streamingmediacaching
- 实现了流媒体缓存的替换,但是没有实现分段功能-The realization of the streaming media cache replacement, but did not achieve the sub-function
komssys-snap-19feb2007
- 出版《多媒体技术: 计算、通讯及应用(英文影印版)》牛人使用的RTP通信服务程序,可以用来做多媒体通信快速实验,只支持MPEG-1编码。服务器功能相当于IBM s VideoCharger. -The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use
cache
- 实现cache替换算法,思路是改进的LRU和LFU算法,在一定程度上提高了原来的LRU算法的命中率。-Achieve cache replacement algorithm, idea is to improve the LRU and LFU algorithms, to a certain extent, the original LRU algorithm to improve the hit rate.
cache
- simple scalar cache replacement
Proxycachereplacementsimulationenvironmentimplemen
- 代理缓存替换环境的模拟实现,算法中一共有四种缓存替换算法。-Agent simulation environment to achieve cache replacement algorithm in a total of four cache replacement algorithm.
LRU-update-Cache-
- LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algorithm gives an access field in
Cache-Mainmemory
- 选择页面替换算法;输入一些虚页号能自动生成对应的实页号。-Choose page replacement algorithm Input some virtual page number can automatically generate the corresponding real page number.
Online_RandMarkingAlgorithm
- 本程序解决的是:模拟类似计算机主、缓存的存储结构,当用户请求某个页面时,若某个页面已在缓存中,则直接从缓存中去取,不会产生失误(即未在缓存中命中),否则,就到主存中去取,代价变大。 本程序采用随机标记算法,即在在线标记算法的基础上,对于替换页面时,采用随机从未标记的缓存项中选出一项进行替换。 代码、文档详尽-Addressed in this program are: analog computer-like main, cache storage structure, wh
cache1
- 用C++模拟简单的cache的功能,运用LRU替换算法-C++ cache simulation with simple functions, using LRU replacement algorithm
cache
- cache 模拟器:支持LRU和random两种替换策略-cache simulator: support LRU and random replacement strategies
toupiao
- 针对某网站的某次投票活动的自动投票系统 分为自动拨号、自动更换内网IP、清理IE缓存等功能-Automated voting system to vote for a particular activity of a site into automatic dialing, automatic replacement of the internal network IP, IE cache cleanup functions
iHappy
- 一款播放器 实现以下内容: 本地歌曲搜索、专辑与艺术家图片更换设置、自定义播放列表 侧滑菜单、音频可视化风格、缓存清除、歌曲设置等等 该播放器多采用Fragment切片实现相应的界面显示,默认自动播放记忆歌曲、耳机拔出停止播放等;此外该程序包里也有相应的歌词显示(这部分是移植Music in box的)、睡眠定时那一些方面的,但歌词显示还没有实现真正意义上的同步,睡眠定时的注释掉了!-A player to achieve the following: Local search so
cache64k_4way
- 64K 4路 组相连 随机替换 cache 模拟程序-64K random replacement set-associative cache simulator
Proxy Server Setup
- java program for least recently used cache replacement
