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

搜索资源列表

  1. EnumeratorPP

    0下载:
  2. 窃取系统缓存密码、网卡MAC等源程序:这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 -Steal system password, network adapter and cache MAC source program: the software can get most of the "advanced" system information, such as system of passwords, PROXY Settings cache,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:62.76kb
    • 提供者:李寿安
  1. ccache-2.3.tar

    0下载:
  2. ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a cachin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:82.41kb
    • 提供者:王军阵
  1. PerformanceTuningExample

    1下载:
  2. 关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。 -On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1.22mb
    • 提供者:徐鹏
  1. TestCache

    0下载:
  2. 封装一个跨进程缓存类 最近做一个项目,需要记录系统里每个进程访问的IP及Port,然后提交到服务端进行分析,我的思路是用一个缓存文件记录所有进程访问网络的信息,然后在主程序中提取记录再提交。 这里面涉及到多进程访问同一个缓存文件的同步问题,于是封装了下面这个类,自我感觉良好,拿出来和大家分享 :) * 使用类似于环形链表的机制来保证运行效率-An inter-process caching class encapsulates a project recently, n
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:6.93kb
    • 提供者:shizhen
  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. ccio-dma

    0下载:
  2. DMA management routines for first generation cache-coherent machines. Program U2/Uturn in "Virtual Mode" and use the I/O MMU.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:14.86kb
    • 提供者:chengyuely
  1. HardwareInfo

    0下载:
  2. 早期的一个国外程序员编写的小程序,用来获取电脑的硬件信息,语言是英文的,这些硬件信息包括:处理器型号、处理器核心数量、核心等级、活动处理器、内存地址、页面缓存、内存大孝是否安装鼠标以及鼠标数量等,这些参数貌似对应Windows98的,因此有点老了,朋友们看着办吧,不想要的就跳过吧。-Early one foreign programmers to write a small program used to obtain information about your computer' s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:27.03kb
    • 提供者:汪惠民
  1. VC-Double-buffer-technology-test

    0下载:
  2. 在vs2008下基于MFC编写的一个关于双缓存的小程序,通过两个按钮响应,对比在加入双缓存后界面变化情况。-Based in vs2008 MFC prepared a small program on double-buffering via two buttons response, compared to the addition of dual-cache interface changes,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:8.11mb
    • 提供者:枯木生根
  1. linux_fifo

    0下载:
  2. 嵌入式linux下fifo程序实现,用于通信,音视频传输缓存。-The embedded Linux FIFO program,For communication, audio and video transmission cache
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:电子通
  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. ccio-dma

    0下载:
  2. DMA management routines for first generation cache-coherent machines. Program U2 Uturn in Virtual Mode and use the I O MMU. -DMA management routines for first generation cache-coherent machines. Program U2 Uturn in Virtual Mode and use the I O MM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:14.42kb
    • 提供者:gengcuron
  1. exexf

    0下载:
  2. 修复不小心关联到exe程序,利用cmd批量处理程序进行注册表修复,和清理图标缓存-Repair accidentally linked to the EXE program, the use of CMD batch processing procedures for registry repair, and clean up the icon cache
  3. 所属分类:Exploit

    • 发布日期:2017-04-12
    • 文件大小:888byte
    • 提供者:羿景澄
  1. Comsuter-simulation-the

    0下载:
  2. 计算机体系结构中cache实现原理及解决方案的模拟程序-Computer architecture of the cache implementation principle and solution of simulation program,,
  3. 所属分类:Network Security

    • 发布日期:2017-12-17
    • 文件大小:315kb
    • 提供者:fuyctiud
  1. 4886831

    0下载:
  2. cache测试软件,通过该小程序可以了解一些有关cache工作原理.-Cache testing software, through the small program can know something about the working principle of the cache.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:155kb
    • 提供者:OKII-731
搜珍网 www.dssz.com