搜索资源列表
windows磁盘IO
- 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通
EasySYS_src_0.3.1
- EasySYS一键建立VC+DDK的驱动开发环境的源码,从老外网站上下的-EasySYS establish a bond VC DDK driver development environment of the source code from the non-ish website
EasySYS_src_0.3.1
- 使用VC编写的一个可以将驱动开发的编译整合到VC的IDE环境的一个程序,实现了VC+DDK的驱动开发环境
MinDriverInVcxinban
- 在 VC 环境下编译驱动程序(MinDriver)的示例 编译方法: -------------------------------------------------------- 1. 利用 VC 打开工作区文件MinDriverInVc.dsw 2.“Project”菜单->“Settings”菜单,弹出Project Settings对话框 3. 将 Build Command Line 的最后两个参数“d: ” 和 “D:\\tony\\Xfilter_Disk\\DdkSour
EasySYS_src_0.3.1
- EasySYS 一键建立VC+DDK的驱动开发环境-easy establishment the deveploping entironment for visuall c++ and ddk
Driver
- 搭建一个完整的Windows驱动开发环境Windows XP + VC 6.0 + WinXP_DDK + DriverStudio 3.2 .doc-Set up a complete development environment for Windows Driver Windows XP+ VC 6.0+ WinXP_DDK+ DriverStudio 3.2. Doc
MFCUSB
- USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录-USBPort compile note- 01 (VC Knowledge Base)
usb08_windemovc
- 基于VC界面的usb通信源代码,很适合USB初学者的学习应用,实现PC与下位机的相互控制,使PC界面上的3颗灯或下位机上的3颗LED灯随对应的按键或控件动作而变化。-VC-based interface usb communication source code, very suitable for USB applications for beginners to learn to achieve PC with the next crew of mutual control, so that
usbio_el_v151
- usbio通信PC端底层源代码,很适合USB初学者的底层驱动学习,配合VB或VC编写的3灯控制简易程序,使PC界面上的3颗灯或下位机上的3颗LED灯随对应的按键或控件动作而变化。-usbio Communications PC-side underlying source code, well suited to the bottom of USB drive for beginners to learn to cope with VB or VC summary prepared by the
EZ_USB_DRVDriverStudio3.2
- EZ_USB_DRV驱动程序源代码(VC工程文件,DriverStudio 3.2开发).rar-EZ_USB_DRV driver source code (VC project file, DriverStudio 3.2 development). Rar
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