CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cache replacement

搜索资源列表

  1. cache_521

    0下载:
  2. 高速缓存算法类.英文介绍: 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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8.07kb
    • 提供者:洋场河
  1. SkcjCMS

    0下载:
  2. 1.支持文章,论坛,图片,flash,音乐,BT等采集. 2.增加自定文件采集.用户可采集网页中的所有文件. 3.采集内容替换功能,用户可设置替换规则进行替换. 4.支持所有文件远程保存到本地. 5.断点续采功能.不受意外关闭影响,重新启动后可继续采集 不重复. 6.支持多种CMS导库,本程序 与(科汛网站管理系统V2.2)整合在一起. 7.增加2级分类采集。适应各种网站采集. 8.缓存机制,在缓存中保存数据,操作常见动作,大量减少对数据库的增加,删
  3. 所属分类:ASP源码

    • 发布日期:2010-07-07
    • 文件大小:4.49mb
    • 提供者:camei
  1. cache_replacement

    0下载:
  2. Cache 替换算法,结合LRU和LFU的一个替换算法-Cache replacement algorithm, combined with LRU and LFU replacement algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3.57kb
    • 提供者:harry
  1. MemCachePak

    0下载:
  2. 一宗队列算法,带有优先级调度的缓存替换算法-A queue algorithm, priority scheduling with cache replacement algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:19.87kb
    • 提供者:zhujiang
  1. streamingmediacaching

    0下载:
  2. 实现了流媒体缓存的替换,但是没有实现分段功能-The realization of the streaming media cache replacement, but did not achieve the sub-function
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-04
    • 文件大小:2.65kb
    • 提供者:jacky
  1. komssys-snap-19feb2007

    0下载:
  2. 出版《多媒体技术: 计算、通讯及应用(英文影印版)》牛人使用的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
  3. 所属分类:VOIP program

    • 发布日期:2017-05-12
    • 文件大小:2.46mb
    • 提供者:胡胜红
  1. cache

    0下载:
  2. 实现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.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:3.67kb
    • 提供者:闫雪飞
  1. cache

    0下载:
  2. simple scalar cache replacement
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:13.3kb
    • 提供者:Brandon
  1. Proxycachereplacementsimulationenvironmentimplemen

    0下载:
  2. 代理缓存替换环境的模拟实现,算法中一共有四种缓存替换算法。-Agent simulation environment to achieve cache replacement algorithm in a total of four cache replacement algorithm.
  3. 所属分类:VOIP program

    • 发布日期:2017-03-31
    • 文件大小:7.78kb
    • 提供者:张婕
  1. LRU-update-Cache-

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1008byte
    • 提供者:shen6041
  1. aspmps_20111011

    0下载:
  2. 该版本为魔方分类信息程序V1.1修正版,更新于20111011。本分类信息程序采用ASP+ACCESS开发,除了继承了传统分类信息程序的基本功能外,还独创了一些超实用的功能,如分类信息附加字段功能等,本分类信息程序注重性能及用户体验,优化的缓存结构能保证再多信息也绝对不卡、可定义分类信息附加字段,模板与代码彻底相分离,强大并且容易上手的模板引擎方便更换模板,垃圾信息防治能力强,更重要的还有在线支付、付费置顶等盈利功能,以及SEO结构优化设计,能生成HTML、自定义SEO标题、SEO内链等功能,更
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-17
    • 文件大小:4.13mb
    • 提供者:陈晓琪
  1. Cache-Mainmemory

    0下载:
  2. 选择页面替换算法;输入一些虚页号能自动生成对应的实页号。-Choose page replacement algorithm Input some virtual page number can automatically generate the corresponding real page number.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2.35mb
    • 提供者:刘鹏跃
  1. Online_RandMarkingAlgorithm

    0下载:
  2. 本程序解决的是:模拟类似计算机主、缓存的存储结构,当用户请求某个页面时,若某个页面已在缓存中,则直接从缓存中去取,不会产生失误(即未在缓存中命中),否则,就到主存中去取,代价变大。 本程序采用随机标记算法,即在在线标记算法的基础上,对于替换页面时,采用随机从未标记的缓存项中选出一项进行替换。 代码、文档详尽-Addressed in this program are: analog computer-like main, cache storage structure, wh
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:55.49kb
    • 提供者:黄华仔
  1. cache1

    0下载:
  2. 用C++模拟简单的cache的功能,运用LRU替换算法-C++ cache simulation with simple functions, using LRU replacement algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5.44mb
    • 提供者:cloud
  1. cache

    1下载:
  2. cache 模拟器:支持LRU和random两种替换策略-cache simulator: support LRU and random replacement strategies
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2.05kb
    • 提供者:luluxiu
  1. toupiao

    0下载:
  2. 针对某网站的某次投票活动的自动投票系统 分为自动拨号、自动更换内网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
  3. 所属分类:Browser Client

    • 发布日期:2017-03-31
    • 文件大小:12.27kb
    • 提供者:何冠华
  1. iHappy

    0下载:
  2. 一款播放器 实现以下内容: 本地歌曲搜索、专辑与艺术家图片更换设置、自定义播放列表 侧滑菜单、音频可视化风格、缓存清除、歌曲设置等等 该播放器多采用Fragment切片实现相应的界面显示,默认自动播放记忆歌曲、耳机拔出停止播放等;此外该程序包里也有相应的歌词显示(这部分是移植Music in box的)、睡眠定时那一些方面的,但歌词显示还没有实现真正意义上的同步,睡眠定时的注释掉了!-A player to achieve the following: Local search so
  3. 所属分类:android

    • 发布日期:2017-05-26
    • 文件大小:8.61mb
    • 提供者:hjs2010_mxp
  1. cache64k_4way

    0下载:
  2. 64K 4路 组相连 随机替换 cache 模拟程序-64K random replacement set-associative cache simulator
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:李文明
  1. fglw_x2.5

    0下载:
  2. 1、演示:以截图为准 2、作者主页:http://www.juchake.com 3、源码说明 安装方法 .说明 1. 通过ftp工具,将 X2.5 果粒网全套(升级版)目录中的3个文件夹上传至论坛根目录替换;(不会覆盖你论坛的任何文件的) 2. 如果在使用马甲插件请将static文件夹上传安装目录替换,(此文件时由于和马甲插件的不兼容引起的,无需要担心 如果要使用其他风格,请将source\plugin\myrepeats\myrepeats.class.php
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-13
    • 文件大小:2.46mb
    • 提供者:zzpudn29
  1. Proxy Server Setup

    0下载:
  2. java program for least recently used cache replacement
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:192kb
    • 提供者:sachincha
« 12 »
搜珍网 www.dssz.com