搜索资源列表
这个是VS2008和DDK平台搭建教程
- 这个是VS2008和DDK平台搭建教程,介绍很详细,包括简单的驱动编写后在虚拟机上运行用windbg抓取log,设置断点等。本人在win7上试验过,可以运行,本人试验时是vmware下跑的xp,用driverMonitor加载驱动,然后win7上跑windbg,完全没问题,有需要者可以下来试试,This is a platform set up VS2008 and DDK tutorial describes in great detail, including the preparation
GUIFileDisk
- 网上经典的WINDOWS虚拟磁盘驱动程序filedisk,加上一个图形界面的应用程序,可以建立虚拟磁盘,并格式化,加密等。优点是有说明文档,包括DDK环境的建立,SYS文件的安装等过程的说明较为详细,还有一些自己的心得,适合初学者。图形界面程序用了BCGControlBarPro12库和boost库,我配的环境是VS2008+DDK 2600 FOR XP-Online classic WINDOWS virtual disk driver filedisk, plus a graphical
DDKandVS2008
- 史上最简单的VS2008+WIN DDK 驱动开发环境搭建,本人实测,很快,最快一分钟整好烦人的DDK环境-In the history of the simplest VS2008+ WINDDK-driven development environment to build, I measured, and soon, the fastest one minute the whole a good annoying DDK environment
DDKWizard
- 一个在VS2008中可以开发Windows驱动程序的工具。通过此工具可以快速的建立开发驱动程序的项目框架,达到事半功倍的效果-VS2008 can be a development tool for Windows driver. This tool can quickly through the establishment of development projects driver framework, highly effective
yizhidanlianbiao
- vs2008 平台下异质单链表的实现,利用虚函数来实现的,调试通过,加深对虚函数的理解-vs2008 platform realization of heterogeneous single-chain, the use of virtual function to achieve, and debugging through deepened understanding of the virtual function
XLVK
- 键盘驱动,由最新的windows 2008的驱动开发包在vs2008上开发完成。-Keyboard-driven, from the latest windows 2008 driver development kit developed in vs2008 on.
DDKLoader
- VS2008开发驱动内核程序,配合WDK7.0开发DDK内核驱动程序,安装DDK驱动源代码。-VS2008 development-driven kernel, with WDK7.0 development DDK kernel driver, install the DDK driver source code.
DrvDemo
- VS2008 驱动环境 开发模版 WDK 装在D盘根目录下-VS2008 template for WDK development driven environment under the root directory installed in the D
KinectTest
- 利用AlexP的driver,可以读到RGB摄像头,深度摄像头的图像,并可以用伪彩色和灰度来显示深度图像。灰度的深度图像,显示度并不好,但也无所谓,我们是要拿这个数据来处理的,不是用来看的。使用VS2008编译,需要opencv2.0支持-Using AlexP the driver, you can read RGB camera, the depth of the camera image, and pseudo color and grayscale can be used to dis
MyFirstDriver
- 本程序采用VS2008环境下写的一个驱动程序,大家可以参考一下!-The program uses VS2008 environment to write a driver, you can refer to!
feet
- ok feet开关编程,使用VSD008 SP 1 使用VS2008 sp1 打开,编译即可-ok feet switch programming, use VS2008 sp1 open VSD008 SP 1, the compiler can
ati-opencl
- 使用VS2008 + OPENCL进行异构编程的一个例子。演示了进行GPU编程的基本方法和流程。-An example to use VS2008+ OPENCL heterogeneous programming. Demonstrates the basic GPU programming methods and processes.
KeyboardDriverSimulate
- 模拟键盘 虚拟键盘 内含DLL打包可用,有测试程序,参照使用无难度.菜鸟文简单易懂,用VS2008编译器,此为网上收集的源码,我也是只懂了小半,大至驱动过程是用驱动向键盘驱动端口写入数据.DLL则向该驱动发送读写与开关命令 ,以上-The analog keyboard virtual keyboard contains DLL package available, the test program, with reference to use without difficulty. Rooki
008_Driver_compiler_in_VS2008
- vs2008下编译驱动的视频教程 郁金香作品 008_VS2008环境下编译驱动.rar-vs2008 compile the driver under video tutorial tulip works
EasySYS_src_0.3.2.7
- 自动生成VS2005,VS2008,VS2010驱动工程,使用VC工具就可以编译和调试驱动。-Automatically generate VS2005, VS2008, VS2010 drive engineering, the use of VC tools can compile and debug drivers.
WRK1.2
- 1. 【WindowsResearchKernel-WRK1.2.rar】 应该直接使用命令行方式编译 WRK-v1.2,假设解压出来的放置在 D:\WRK-v1.2 下,并编译成x86方式,打开一个cmd: set arch=x86 [或者选择 amd64] path D:\WRK-v1.2\tools\x86 path cd D:\WRK-v1.2\base\ntos nmake -nologo x86= 约1-2分钟,编译出的内核文件在 D:\WRK
HID_DEBUG_HOST1
- 基于WINDOWS的 USB HID通讯调试程序,可以识别HID设备,VS2008开发,可以给需要使用HID设备的朋友提供参考,谢谢。-Based WINDOWS USB HID communication debugger, you can identify the HID device, VS2008 development, you can use a friend in need HID devices provide a reference, thank you.
test
- 可从http://www.internals.com/下载的winio3.0的源码和驱动文件,使用时需要将winio32.dll,winio32.sys,winio64.dll,winio64.sys放在exe同目录下,最基本的使用和加载映射,win10 vs2008通过,也可以把test.cpp拿出来自己编译-Can be downloaded the http://www.internals.com/ winio3.0 source driver and file, use need to
WDM_Driver
- pci 驱动简单例子驱动,开发工具是vs2008,ddk,visualddk-the source code of pci driver on xp system,and development tool is vs2008,ddk, visualddk