搜索资源列表
windows磁盘IO
- 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通
WDM_WMISample
- 糸统管理WMI驱动源码,完整的源代码,可以直接使用!注意,我所上载的源码为了减少文件大小,都去除了ClassInfo恋恋文件的,但是,还是可以用VC打开文件目录结构!-service could drive WMI management source, the integrity of the source code, can be used directly! Note that I have uploaded the source code in order to reduce file s
_FS
- fat file system api in VC
vitrul.rar
- 这是一个实现虚拟光驱的应用程序和驱动程序的源代码,应用程序用vc实现,驱动程序在DDK环境下开发。完全可以当作虚拟光驱来使用。驱动程序在filedisk文件里。,This is a virtual CD-ROM applications and driver source code, the application used to achieve vc, driver development in the DDK environment. Can be used as a virtual dri
WDKBLD
- 个人自行定义的wdk编译文件,可嵌入在VC++中用makefile编译-i definition wdk compile file, can be embedded in the makefile used to compile VC++
ErrorTest
- error test source code building in VC.including *.h,*.cpp and inf file.-error test source code building in VC.including*.h,*.cpp and inf file.
EZ_LOADER
- EZ_LOADER驱动程序源代码(VC工程文件)-EZ_LOADER driver source code (VC project file)
WDM_Driver_VC
- 一个简单的利用WDM设计的驱动程序,其中包含了一个VC工程文件-A simple windows driver designed using WDM, include a VC project file
UsbTest
- 识别usb,识别光驱,拷贝文件到usb。自己写的vc学习的小例子-recognize usb,recognize cd-rom/dw,copy file to usb a example
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)
GPIB-VC
- 采用VC实现GPIB于上位机的数据读取,注意,需要的DLL文件在release目录下。希望对刚开始GPI采集的初学者有帮助!-VC achieved using data from GPIB to PC to read, pay attention to the need of the DLL file in the release directory. GPI want to start collecting the beginners help!
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
QuickSYS1
- 自动生成驱动程序的框架, 并包括 vs 2008 和 vc 的工程文件, 可直接编译, 不必使用命令行 nmake 和 build 命令. -Framework for automatic generation of drivers, and includes vs 2008 and the vc project file can be directly compiled without using the command line nmake and build commands.
A-DATA-1166682519_USB_Flash_Disk_Utility_USBest.r
- XPEmbedded EWF disk file protecti An old hard disk management tool, VB read disk sectors directly, to A program that refresh make parta Hard disk dog program , just prot Under a Win95/98/NT district exe A choice start district proc
ExTools-src-v1.2
- 内核级别的hexviewer,文件操作直接采用IRP操作,源码,vc-The kernel level hexviewer, file operations directly IRP operation, source, vc++,
foundprocess
- 用VC++6.0实现的查找进程信息的小工具,浅显易懂;非常适合初学者对进程的了解;-This file contains a summary of what you will find in each of the files thatmake up your ShowAllProcess application.
MFC-dll
- 本文件是MFC可执行文件在没有安装VC环境下的配置文件,内付说明-This document is an MFC executable file without installing the VC environment configuration file, which pay descr iption
shouyan-sms-ocx
- 【控件使用步骤】: 第一步:用数据线或红外设置把短信猫(或短信模块、手机等)连接到电脑; 第二步:运行“控件注册及加密狗驱动安装.exe”注册控件及安装加密狗驱动程序[注意:无加密狗版本亦需这一步!] 第三步:打开你的开发平台(如VB、Delphi,VC,PB,.net等),调用本控件即可,控件名称为:ShouYan_SmsGate,详见《开发说明书》; 第四步:发布你的软件时,连“SMSOCX308.OCX”文件打包发布即可(另外,需在目标电脑上运
WDMDriver
- 在vc上实现对windows驱动程序的开发,有一定的配置文件-On the vc realize the Windows driver development, has the certain configuration file
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