搜索资源列表
UsbMouFilter
- 鼠标设备的上层过滤驱动程序,如果在用户模式下编写程序与该驱动交互,可以实现罗技或双飞燕鼠标那样的特殊功能。特色之处是:对独占性设备的通信。(我的代码绝对自己编写,真诚希望站长能网开一面,让我就上载这一个代码而成为会员。所谓“水至清则无鱼,人至察则无徒”嘛!)-mouse filtration equipment at the top drivers, if the user mode procedures and the preparation of the driver interaction
闪盘窥探者
- 这是一个可以在后台偷取你闪盘里所有资料的小软件。只要你的闪盘一插上,所有的东东都被悄悄拷走.代码开放.-This is a steal in the background can you flash Lane all the information to a PC. If you stuck a flash, all the Eastern residences have been quietly away. Open code.
Windows文件系统过滤驱动
- 微过滤器驱动开发指南,本文翻译仅仅用做交流学习。我不打算保留任何版权或者承担任何责任。不要引用到赢利出版物中给您带来版权官司。本文的翻译者是楚狂人,如果有任何问题,你可以通过邮箱MFC_Tan_Wen@163.com,或者是QQ16191935,或者是MSN walled_river@hotmail.com与我交流。-Micro Filter Driver Development Guide, this translation only with the exchange of learning
vrain_quicksys
- The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ workspace. You can compile and link your driver in IDE. If you have SoftICE, it can generate .nms file.-The program is a wizard to create a NT kern
ODBCSelectExample
- 实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的列,如果有查询条件,请在查询条件
tempra
- 功能:实现对DS18B20的读取 原理:单总线协议 注意:单总线协议对延时要求比较严格,此程序中采用的是11.0592M的晶振,如果使用其他的晶振请跟据DS18B20的资料修改延时参数 版本:1.4b -functions : to achieve DS18B20 read Principle : single-bus protocol attention : single-bus protocol to delay requirements more strin
MOUSE123
- 用c语言编写的控制鼠标的支持源程序 如果包含在你的图形程序中,你就可以指挥鼠标了。-c language used to control the mouse support included in the source code if your graphics program, you can command a mouse.
xcg-XMS
- 你有没有用c语言编程时申请不到内存(申请内存太多的原因)的情况,如果有,怎么解决呢?用扩展内存吧。这里提供扩展内存支持的源程序。本程序经过本人精心编写,操作扩展内存就象在操作文件一样,非常方便!你不妨试试!-c programming language used when applying less than memory (memory for many reasons). If there is, how to solve? It used to expand memory. Here pr
cslib
- These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running setup.exe. This will copy the files to various places where MSVC will expect to find them. If setup fails, alternate instructions are below.-The
fanyicj
- 在浏览网站时,如果您双击或者用鼠标拖动选择一个单词或或一段短文,就会出现一个浮动的层,显示其译文,这就是“即划即译”功能。 本插件美观、快速、稳定,自动识别中英文,自动识别词语和句子,支持多语种。可以定制插件名称以保留您的网站名。 -the web sites they visit, if you double-click or drag with the mouse or select a word or a short article, there will be a floating
usbdrver
- usb驱动源代码。98的,好像没什么用,但要是编与usb相关的接口就很有东西学了,这东西好的很,看你怎么用了-usb driver source code. 98, it seems pretty useless, but if the series and usb related to the interface on the very things learn, and this is a good thing, how do you use the
NE2000_DRIVER
- 如题 这是一个NE2000的驱动开发程序历程,里面包含了代码和开发过程,读者可以自己整理一下 很容易-that if it is driven by an NE2000 course development process, which contains the code and development process, The readers can sort this very easily
TheWin2kDeviceDriverBookGuideForProgrammers2Ed
- This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT
1394Cameradriver
- a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. Digit
WmiDriverSrc
- This a sample Plug and Play filter driver that provides WMI data blocks. Typically, driver writers will copy the sample code into their own driver and make any minor modifications so that the WMI data blocks are always available when the driver is lo
ZLG500Bdemo
- ZLG500B读卡模块上位机测试程序---如果你没有选择循环测试选项的话,设置完要进行操作的扇区和块以及密码、数据这些参数,把卡放到感应区内后,就可以点击写入数据,读出数据,写入数值,读出数值和加减按钮进行操作。-ZLG500B PC reader module testing procedures -- if you have no choice test cycle options, set up to operate the End of the sector and block and
USB通讯协议
- USB驱动协议的简化版。如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称,获取句柄以后就可以使用ReadFile/WriteFile进行读写了!-USB drives a simplified version of the agreement. If you want to open a channel USB, you must first know the GUID USB devices Road names and management, acquisitio
AT89C2051 刻录程序
- 支持AT89C2051的刻录,原理在ATMEL公司的资料里面可以完全找到,完全自创,如各位有兴趣深入了解可以发邮件到micheal23@sohu.com,对初学者绝对有很大帮助-support AT89C2051 burner, in principle ATMEL information inside the company can find a fully self, if you are interested in-depth understanding can be distribute
LoadSys.rar
- 加载驱动程序的一个例程,供驱动开发爱好者参考。,A software for loading .sys file. It is useful if you are a driver develop programmer
eeyebootroot.zip
- 一个基于MBR的bootkit,主要功能是实现NDIS的后门技术,接受固定格式的数据包而实现主机红屏。,The eEye BootRootKit NDIS backdoor is a demonstration of boot-time Windows kernel subversion technology. The assembly source code (ebrk.asm) was written for use with MASM 6.11. It comes in pre-pac