-
Windows文件系统过滤驱动开发教程
我经常在网上碰到同行请求开发文件系统驱动。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)
- 2005-06-13 20:12:26下载
- 积分:1
-
UPFC
digsilent软件平台下关于最优潮流计算的仿真(digsilent software platform simulation on optimal power flow calculation)
- 2013-10-23 18:45:43下载
- 积分:1
-
arrays
program with examples of arrays in c++
- 2013-10-27 14:32:14下载
- 积分:1
-
CalculatorEdition
支持计算式编辑并计算,并提供常用方程,函数键盘,时间显示等功能(Support calculation formula editor and calculate and provide commonly used equations, function keyboard, the time display and other functions)
- 2008-05-14 12:05:36下载
- 积分:1
-
serial
该源码为平时所用的串口调试工具的源码,效果还是挺不错的(The source is usually used for serial debugging tools, source code, the effect is very good)
- 2011-07-16 20:45:30下载
- 积分:1
-
FFTC
fft的c++语言实现,改自matlab的相关程序(fft c++)
- 2009-03-30 11:18:12下载
- 积分:1
-
CPP-classical
C的数值计算功能,非常的强大 ,对应于各种数值计算。。(caulacute )
- 2011-07-09 15:44:05下载
- 积分:1
-
OsenXPCntrl
VB仿XP风格的窗体控件含演示代码,有需要的就下载吧。(XP style imitation VB form controls with demo code, there is a need to download it.)
- 2013-08-03 23:45:19下载
- 积分:1
-
tsp
travelling salesman problem
- 2011-03-23 12:35:01下载
- 积分:1
-
Recursive-subroutine
该程序使用C++写的一个基于递归子程序算法的语法翻译器,是在vs2012环境下编写的,供大家参考和学习(The program uses C++ to write an algorithm based on recursive subroutine syntax interpreter is written in vs2012 environment, for your reference and learning)
- 2013-11-26 23:12:15下载
- 积分:1