搜索资源列表
SSDTDumpDDK
- 获取SSDT列表的程序源码,DDK编译开发,学习驱动的好材料-Get a list of program source code SSDT, DDK compiler development, good material for learning-driven
touch
- 该程序能够实现液晶的相关功能,在ADS编译器下已经成功编译通过,程序中也考虑到了触摸过程中的消抖问题,是算法尽可能的简练。-The program can be achieved LCD related functions, under the ADS compiler compiler has been successfully passed, the procedure also takes into account the touch in the process of shaking t
vcap
- 一个简单点的视频捕捉VC++实例源代码,VC6++编译通过,因本机没有安装摄像头,所以没有捕捉到视频,从程序运行来看,如果你电脑装有摄像头及驱动程序的话,打开本程序后它应该会显示摄像头的视频,然后点击“录像”按钮就可捕获视频了。-A simple point of the video capture VC++ example source code, VC6++ compiler is passed, because the machine did not install the camera,
CaptureVideo
- VC++ 6.0编写的一套摄像头控制程序,可以控制拍摄照片,程序基于directshow类库,已将此类库打包,另外编译需要将包内的directshowLib.rar解压,然后放入程序提示的文件夹内,这一步很关键哦,否则编译不能通过,另外如果你的电脑上没有安装摄像头的话,程序也会报错,作者没有加入异常判断所致。-VC++ 6.0 to prepare a set of camera control program to control photographs and directshow-base
XBOXRumble
- 这是一个可以使微软xbox手柄在PC上具有振动功能的驱动程序,所以比须先安装XBOXPadDriver.rar后再安装此程序,同样,该程序的编译环境是WINDDK。-This is a Microsoft xbox can handle in the PC with a vibration function on the driver, so after than before the installation to install this program XBOXPadDriver.rar
KeyboardDriverSimulate
- 模拟键盘 虚拟键盘 内含DLL打包可用,有测试程序,参照使用无难度.菜鸟文简单易懂,用VS2008编译器,此为网上收集的源码,我也是只懂了小半,大至驱动过程是用驱动向键盘驱动端口写入数据.DLL则向该驱动发送读写与开关命令 ,以上-The analog keyboard virtual keyboard contains DLL package available, the test program, with reference to use without difficulty. Rooki
MrleeProtect
- MP游戏保护源码 1. 此套保护仅在Windows XP SP3系统上做过测试。 2. 保护程序是在VS2010环境下编译的。 效果: 1. 防止受保护进程被未授权的进程暂停。如,OD在附加进程的时候是要将目标进程暂停的,有了MP保护以后,OD将无法附加进程,因为OD无法将受保护的进程暂停。 2. 防止受保护进程中的数据被修改。如,CE无法修改受保护的进程的内存数据。 3. 当受保护进程中的内存数据被未授权的进程修改的时候,会有提示。 4. 防止受保护的进程被未
1553-interrupt-routine-sample
- 该程序为1553B通信接口的中断服务子程序示例,在ANSI C编译环境下调试通过。-The program for the 1553B communication interface interrupt service routine example, in ANSI C compiler environment through debugging.