搜索资源列表
Cache_FIFO
- 模拟内存高速缓存技术C源码,主要是FIFO形式。-simulated high-speed cache memory technology C source code, is the main form of FIFO.
against-tracking
- 用指令预取反跟踪。CPU 的执行时并不是执行到哪一句再到内存中去取那一句,而是先读入到 CPU 的 Cache 中,如果指令已经到了 Cache 中,再将它修改也没有用了,如果用跟踪程序的话,CPU 的 Cache 中就不会是跟正常执行时的指令相同,所以可以改动下几条指令,当然是故意改错,如果没有跟踪,程序还回照常执行,有跟踪的话,那就... -with instructions Prefetching anti-tracking. CPU implementation is not an
simpleTexture
- 基于GPU的通用计算,利用显存的cache是提高算法效率的重要方面,该例子是在CUDA环境下如何读取纹理的程序。-based GPU generic terms, the use of video memory cache is to improve the efficiency of the algorithm, The example is the CUDA environment how to read texture procedures.
delete
- scr ipt to delete cache memory from browser
cpumemory
- 讲解系统中CPU和缓存,内存之间的关系,讲解得非常好-On the system CPU and cache, memory, the relationship between the very well explain
OOCleverCache
- O&O CleverCache 6.0 Build 2494 专业版&服务器版 O&O CleverCache 可以优化你的 Windows NT/2000下内存和文件缓存管理。这可以导致性能的大幅度提高,可以加速你的系统速度,而不需要任何硬件上的更新,也不会限制系统的稳定性。安装它不需要任何的配置和重启动,只要5 分钟就可以激活系统中未使用的资源。 可用于 Windows NT/2000/XP/2003,汉化使用说明: 1、此为汉化版,安装后即可直接使用。
lru
- LRU算法更新Cache—— 了解和掌握寄存器分配和内存分配的有关技术。 -The LRU algorithm updates the Cache- understand and grasp the register allocation and memory allocation technology.
Online_RandMarkingAlgorithm
- 本程序解决的是:模拟类似计算机主、缓存的存储结构,当用户请求某个页面时,若某个页面已在缓存中,则直接从缓存中去取,不会产生失误(即未在缓存中命中),否则,就到主存中去取,代价变大。 本程序采用随机标记算法,即在在线标记算法的基础上,对于替换页面时,采用随机从未标记的缓存项中选出一项进行替换。 代码、文档详尽-Addressed in this program are: analog computer-like main, cache storage structure, wh
cachelatestrev
- Design cache in memory
ceshi
- 采用AT89C2051单片机,晶振11.0592MHZ,通讯速率19200,采用TTL串口通讯 手机号码缓存在28H-33H的内存中 短信内容缓存在48H-57H的内存中 短信中心的号码存放在58H-63H的内存中 密码"车辆报警"存放在64H-73H的内存中 手机号码存放在74H-7F的内存中 P1.0为手机开关机控制端 P1.1为串口接收模块数据OK P1.2为解防/设防控制端- AT89C2051 microcontrol
csc317l16
- Computer Organization & Architecture mapping algorithm for cache memory
wrk
- Windows Research Kernel 包含了以下模块: * Processes * Threads * Virtual memory and cache managers * I/O management * The registry * Executive functions, such as the kernel heap and synchronization * Object manager * Local procedure call me
HanekeSwift
- HanekeSwift是一个使用十分方便的图片缓存类库的Swift版,可以将下载的网络图片缓存到内存(memory)或者设备disk中,也就是有两级缓存机制。所有的下载和缓存都是在后台线程。 -A lightweight generic cache for iOS written in Swift with extra love for images
niagra_micro
- PENTIUM 4 NETBURST CODENAME: NIAGARA. THE NIAGARA PROCESSOR IMPLEMENTS A THREAD-RICH ARCHITECTURE DESIGNED TO PROVIDE A HIGH-PERFORMANCE SOLUTION FOR COMMERCIAL SERVER APPLICATIONS. THE HARDWARE SUPPORTS 32 THREADS WITH A MEMORY SUBSYSTEM CONSI
Intro_to_Windows_Kernel_Security_Development
- Presents Kernel’s Components: - Object Manager - Security Reference Monitor - Process/Thread Management - Memory Manager - Cache Manager - Scheduler - I/O Manager, PnP, power, GUI - Devices, FS Volumes, Net - Lightweight Procedure C