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

搜索资源列表

  1. cache utility

    0下载:
  2. cache测试软件,通过该小程序可以了解一些有关cache工作原理.-a program to test cache,with the progran some theory of the cache can be realized.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:217.49kb
    • 提供者:廖降龙
  1. ARM-program

    0下载:
  2. ARM体系结构和编程,介绍ARM CPU 的细节,包括结构,寻址,指令集,汇编语言,cache管理,存储,函数调用参数传递,交叉编译连接及调试。-ARM architecture and programming on the ARM CPU details, including the structure, addressing, instruction set, assembly language, cache management, storage, transfer function ca
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:17.63mb
    • 提供者:韩杰生
  1. 2006411nn68879

    0下载:
  2. 天空下载小偷PHP版,更新了CACHE程式段,提升了工作效率,进一步减轻服务器负担,并且开始测试新的验证方法-sky download thieves PHP version update of the CACHE program to upgrade the efficiency of its work, further reduce the burden on the server, and to begin to test new test method
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:95.09kb
    • 提供者:liumangtu
  1. Vc实现的cache模拟

    0下载:
  2. 计算机体系结构中cache实现原理及解决方案的模拟程序.-Computer Architecture cache Principle and solutions simulation program.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:385.69kb
    • 提供者:欧未然
  1. cache

    0下载:
  2. Implementation of cache program using C language
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:707byte
    • 提供者:cag
  1. CACHE

    0下载:
  2. 一个arm7开发板上cathe内存测试程序,该程序用c语言编写。-a arm7 Development Board cathe memory test program, the program is available c language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:95.7kb
    • 提供者:sdfjldf
  1. PipelineCPU

    0下载:
  2. 用Verilog实现一个简单的流水线CPU,并运行一个Quicksort程序。这是Berkley,eecs系的计算机系统结构课程实验的实验三。-This file is written in Verilog to achieve a simple pipeline CPU, which can run a Quicksort program.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:28.11kb
    • 提供者:Matgek
  1. VB-Cache

    0下载:
  2. VB 实现获取缓存文件目录路径,程序较简单,除了获取缓存目录的功能外,没有其它功能,帮助VB初学者了解VB与Windows各目录的获取方法,这是其中之一。-VB to achieve access to the cache file directory path, the program is relatively simple, except for the function of the cache directory, no other features to help beginners
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-02
    • 文件大小:1.79kb
    • 提供者:刘华
  1. data_mahasiswaku

    0下载:
  2. This source using console to save database in cache program, try it you ll like
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2.26kb
    • 提供者:ExiOST
  1. Cache-and-main-memory

    0下载:
  2. 由于cache比主存小很多,为了保证CPU执行指令时可正确访问存储单元,需将用户程序中的逻辑地址转换为运行时由机器直接寻址的物理地址,这一过程称为地址映射,所以必须使用一种机制将主存地址定位到cache中,就构成了地址映射,因为需求不同,也就导致了不同的地址映射方式,主要有直接映射、组相联映射、全相联映射三种地址映射方式-Because cache than main memory small many, to guarantee CPU implementation instruction c
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:28.39kb
    • 提供者:zcc
  1. model_field_11[1].cache

    1下载:
  2. MD5伪造工具(不要做坏事噢) MD5碰撞测试程序并提供源代码. 利用该程序可伪造出有相同MD5的不同程序.-MD5 crash test program and provide the source code. Use this program can be forged out different programs with the same MD5.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:1.59kb
    • 提供者:前世过客
  1. ds1991

    1下载:
  2. Dallas DS1991钮扣 初始化、读、写缓存程序 读、写SubKey程序 写Password程序 -Dallas DS1991 button initialization, reading and writing cache program to read, write SubKey written procedures Password Program
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4.1kb
    • 提供者:刘阳忠
  1. Cache

    0下载:
  2. 本程序主要用于测试系统在三种情况下计算1~10000000的速度差异。三种情况分别为:数据在寄存器中计算、使用cache计算、不使用cach只使用内存计算。编写的三个程序:寄存器版、cache版、uncachable版均达到预期效果。这个程序的难点在与关闭系统的cache,在大量查找资料,找寻了5种方法后,才最终成功,所有带failed的代码均表示失败的(之所以把失败的代码也发上来,一是为了避免大家再走弯路,二是希望加以改进,变失败为成功)。-This program is mainly use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.82kb
    • 提供者:万园春
  1. run time expandable cache

    0下载:
  2. Expandable cache proposed by Bournoutian and Orailoglu is very efficient in reducing miss rate and energy consumption with small area overhead. However, the original expandable cache with only one expansion scheme may lead to thrashing problems. In t
  3. 所属分类:VHDL编程

    • 发布日期:2014-03-15
    • 文件大小:3.58kb
    • 提供者:praveenolekar71
  1. management-(Cookies--Cache--History)

    0下载:
  2. 易语言程序 易语言源码模块 因特网隐私管理(Cookies、Cache、History)-Easy language program easy language source code module Internet privacy management (Cookies, Cache, History)
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3.09kb
    • 提供者:zhang
  1. DLKIT3_0stable_version

    0下载:
  2. 1、模块分离 DLCMS为特有的模块式组装网站,任何功能相互不依赖可以随时取出或者删除不会影响到其他的功能,使网站真正的达到可DIY定制化。 2、模块扩展 系统默认自带了文章、单页和图片3种类型的内容模块,默认模块中自带了5个扩展字段以备您的特殊需求,当然您可以依照默认模块来增加更多的模块会员、商城等等。另外官方会不定期的提供一些扩展模块来供给大家使用。 3、程序缓存 程序提供了强大的缓存类,包括数据库缓存、模板缓存和静态缓存使您的网站支持更大的数据负载量。-1, module sepa
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-09
    • 文件大小:1.51mb
    • 提供者:rrlu
  1. 8ccnsky4

    0下载:
  2. 软件介绍 更新了CACHE程式段,提升了工作效率,进一步减轻服务器负担,并且开始测试新的验证方法 修整下载地址不能显示的BUG-Software introduction Update the CACHE program segment, improve the work efficiency, further reduce the burden on the server, and start testing the new validation method BUG down
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-01
    • 文件大小:31.25kb
    • 提供者:周航
  1. mobilesafewzb

    0下载:
  2. 安卓手机安全卫士源码基于黑马的手机安全项目源码作者又对功能做出了一些增删基本的功能有手机防盗、通讯黑名单、软件管理、进程管理、流量统计、手机杀毒、缓存清理、程序锁等进程管理实现了进程的Kill,就是平时安全卫士里面的一键结束程序。程序管理器可以查看以安装的程序列表和储存剩余信息。流量统计可以检测不同程序的流量使用情况。还有一个手机杀毒功能不知道是凭什么判断的安全,缓存扫描清理应该是列出了缓存内容超过一定大小的程序点击程序名称可以在系统界面进行缓存清理。另外还有一个比较赞的技术就是提示框的拖动功能
  3. 所属分类:android

    • 发布日期:2017-05-21
    • 文件大小:5.8mb
    • 提供者:zhangtingxu
  1. cache

    0下载:
  2. 给大家上载两个先进的编码技术turbo codes的c语言仿真程序-Give you upload two advanced coding technology turbo codes c simulation program
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:OUV$9605
  1. assurqnce-cache

    0下载:
  2. 一个用MFC开发的CAD程序 A CAD program developed using MFC-A use MFC to develop the CAD program of A CAD program developed using MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-15
    • 文件大小:91kb
    • 提供者:XZAunuf$012047
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com