Welcome![Sign In][Sign Up]
Location:
Search - windows cache

Search list

[OpenGL programopengl双缓存

Description: 实现双缓存。调用Windows与OpenGL的接口函数.设置OpenGL像素格式.-dual cache. Calling Windows and OpenGL interface functions. Set OpenGL pixel format.
Platform: | Size: 1336 | Author: applered | Hits:

[Linux-Unixaee-2[1].2.3.tar

Description: aee是一种易使用的文本编辑器。你可以不用说明书来使用它。它提供终端接口和本地的X-windows接口。它的特性包括即弹的菜单,剪切和粘贴,多倍缓存-aee is an easy-to-use text editor. You do not have brochures to use it. It provides terminal interface and the local X-windows interface. Its features include a menu that shells, shear-and-paste, fold cache, etc.
Platform: | Size: 179200 | Author: 陈凯 | Hits:

[Other resourceWindows文件系统过滤驱动开发教程

Description: 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。-I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo
Platform: | Size: 18724 | Author: 仇韬 | Hits:

[Software EngineeringWindows文件系统过滤驱动开发教程

Description: 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。-I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo
Platform: | Size: 18432 | Author: 仇韬 | Hits:

[Driver DevelopDDK_BCHKD_Custom_Events

Description: RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom BoundsChecker events to a DDK driver. It links to the kchecker library and has several BOUNDSCHECKER() calls in it. This sample is a software only Windows NT Device Driver. This driver is provided for educational purposes only. Generally the Windows NT cache manager does a much better job of optimizing memory usage than using a RAM disk.-RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custo m BoundsChecker events to a DDK driver. It links kchecker to the library and has several BOUNDSC HECKER () calls in it. This sample is a software o nly Windows NT Device Driver. This driver is pro vided for educational purposes only. Generall y the Windows NT cache manager does a much better job of optimizing memory usage than using a RAM d isk.
Platform: | Size: 23552 | Author: wiyn | Hits:

[Software EngineeringWindowsCE5.0

Description: Windows CE 5.0启动过程分析 1、CPU加电,跳转到复位向量 2、执行引导程序Startup();OAL中的Startup(); ? 完成最小的CPU和硬件初始化; ? 关闭中断、缓存(Cache)和内存管理单元(MMU) ? 调用内核启动函数KernelStart -Windows CE 5.0 to start the process of analysis 1, CPU power, Jump to the reset vector 2, the implementation of procedures to guide Startup () OAL in the Startup () ? Completed a minimum of CPU and hardware initialization ? Closed interrupt, cache (Cache) and memory management unit (MMU)? call kernel startup function KernelStart
Platform: | Size: 5120 | Author: 钟国 | Hits:

[Windows Developcache

Description: The cache manager source code implemented in Windows kernel.
Platform: | Size: 133120 | Author: thug4lif3 | Hits:

[Linux-Unixllcbench

Description: 可以在linux環境下,測試cache性能的benchmark-In linux environment, the test cache performance benchmark
Platform: | Size: 205824 | Author: 張文亮 | Hits:

[Driver Develop(OReilly)WindowsNT_FileSystemInternals_DevelopersG

Description: Rajeev Nagar著,O Reilly出版社出版。 本书重点在解释Windows NT的I/O子系统,缓存管理器,虚拟内存管理器的内部实现细节。特别地,它关注NT平台上文件系统驱动和过滤驱动的实现方式,这些都需要以上几个组件的支持。-Over the past three years, Windows NT has come to be regarded as a serious, stable, viable, and highly competitive alternative to most other commercially available operating systems. It is also one of the very few new commercially released operating systems that has been developed more or less from scratch in the last 15 years, and can claim to have achieved a significant amount of success. However, Microsoft has not yet documented, in any substantial manner, the guts of this increasingly important platform. This has resulted in a dearth of reliable information available on the internals of the Windows NT operating system. This book focuses on explaining the internals of the Windows NT I/O subsystem, the Windows NT Cache Manager, and the Windows NT Virtual Memory Manager. In particular, it focuses on file system driver and filter driver implementation for the Windows NT platform, which often requires detailed information about the above-mentioned components.
Platform: | Size: 11131904 | Author: 闻扬 | Hits:

[ISAPI-IEVB-Cache

Description: 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 learn VB VB and the Windows directory for each method, which is one of them.
Platform: | Size: 2048 | Author: 刘华 | Hits:

[Windows DevelopCache

Description: The Cache Manager is a software-only component that is tightly integrated with the Windows NT Memory Manager to integrate the caching of file system data with the Virtual Memory System. Some operating systems implement their file systems so they have a distinct data cache. However, because such caches must be managed from physical memory they are limited in size – and memory used for such a cache is not available for use elsewhere in the system.
Platform: | Size: 50176 | Author: Aoshi Hanate | Hits:

[Windows DevelopCache-mainstore

Description: VC++实现的体系结构上的主存Cache映射 喜欢Windows编程的朋友可以下载-VC++ Cache MainStore
Platform: | Size: 81920 | Author: 王文波 | Hits:

[VC/MFCCache-Manager

Description: Windows Kernel Internals Cache Manager
Platform: | Size: 21504 | Author: look | Hits:

[Windows DevelopGetArpTable

Description: Windows下VS2010去获取ARP缓存表。(Under Windows, VS2010 gets the ARP cache table.)
Platform: | Size: 1893376 | Author: zp_0717 | Hits:

[Windows Developjfdijf

Description: 安装方法: 你必须确定cache目录可以读写一般就不会出现什么问题,本程序在WIN2003+IIS+PHP5和WIN2003+APACHE+PHP5下完全测试通过,本程序也上传到LINUX下的PHP4通过()
Platform: | Size: 119808 | Author: OWK%402854 | Hits:

[Windows DevelopCsharpAforgeRecoveDemo-master

Description: 在PC端 打开摄像头 并缓存录像,带有Demo,需自行下载AForge.NET,任意搜索引擎都可以搜到。(Open the camera at the PC side and cache the video, with Demo, you need to download the AForge.NET on its own, and any search engine can search it.)
Platform: | Size: 6177792 | Author: ITPanda | Hits:

[Windows DevelopCleancach

Description: clean windows cache in c
Platform: | Size: 1589248 | Author: splendouryang | Hits:

[Windows Developgenwq49

Description: 因特网隐私管理Cookies,Cache,History,很不错的易语言源码,适合易语言爱好者使用,()
Platform: | Size: 3072 | Author: TSYK+27623 | Hits:

[Windows Developcache-UUU-scheme

Description: 可是它里面包含了线性规划重的单纯型法在实践当中应用的例子,很好!()
Platform: | Size: 288768 | Author: linkey | Hits:

[OS programfinal-Serial

Description: windows串口控制,有串口打开,串口数据读取,串口数据发送,清空串口缓存等程序(Windows serial port control, including serial port open, serial port data reading, serial port data sending, clearing up serial port cache and so on.)
Platform: | Size: 43763712 | Author: likeworld | Hits:
« 12 3 4 »

CodeBus www.codebus.net