搜索资源列表
hellowdm
- 在Visual C++环境下编译/基于微软DDK工具包开发的一个WDM设备驱动程序范例,体现了WDM驱动编程的基本步骤和方法. 使用方法: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\\tan\\hellow\\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装”
XFILTER2_FOR_9X_2K_XP
- 费尔个人防火墙 2.1 源程序 版权所有 (C) 费尔安全实验室 http://www.xfilt.com xstudio@xfilt.com 2002 年 12 月 22 日 =============================================================== 在使用费尔个人防火墙源程序之前,请首先阅读用户许可协议(本目录 的 License.txt 文件)。 费尔个人防火墙
rs232
- 自用的RS232串口通信模块,可以在VC和C++ Builder中编译.
WINIO_DLL
- VC++写的驱动级的WINIO.DLL的源代码 (内附WIN2000的C语言写的驱动程序源码)
S7_200_PLC_driver.rar
- 开发工控程序时使用自由口协议比较麻烦,效率也不高,PPI的协议要么付费要么不公开要么不好用,在网上找了一下也没捷径,算了,自己搞,经过1个礼拜的劳作,用VC搞了此DLL用于西门子S7-200 PLC的通信,读100个数据耗时250ms,非常高效,在vc,delphi,vb,C#.NET平台进行测试,效果不错啊,开发效率提高数倍,特此与爱好者分享,附带源码,Development of procedures for the use of industrial free port agreement
DDK_Virtual_COM.rar
- VC写的VirtualCOM虚拟串口驱动,基于DDK,在VC环境下打开工程文件直接编译,可以扩充功能。,Windows Virtual Com Driver source code project, write and compiled under Virtual C++ environment.
Vc
- 运动控制卡使用Visual C++编程时需要的头文件及关键源文件-Control card software
EasySYS_src_0.3.1
- EasySYS 一键建立VC+DDK的驱动开发环境-easy establishment the deveploping entironment for visuall c++ and ddk
ramdisk_wdf
- 虚拟磁盘驱动程序范例,用Windows DDK进行编译,其中也包含了一个VC工程,可使用Visual C++进行编辑。-Ram Disk driver sample, developped with Windows DDK and included a VC project, you may use Visual C++ to edit it.
Easy51Prov2(VC)
- Easy 51Pro v2.0 8051单片机的下载器源代码-Easy 51Pro v2.0 8051 download the device source code for microcontroller
IVI_GSG_Cjiajia_May_5_09[1]
- 教你如何用VC++写IVI驱动,以实现某个测量任务。-Getting Started with IVI Drivers,Your Guide to Using IVI with Visual C++
MyMCICD
- MCI光驱驱动编程类,非常适合C++,Vc++程序员在开发中使用-MCI CD-ROM drive programming class, ideal for C++, Vc++ programmers to use in the development
ZLG-DP-51-usb2
- 周立功ISP1581芯片上位机VC和C驱动程序-zou li gong USB2.0 driver
dlpvcc2
- 如何集成D2XX驱动到VC++工程,FTDI嵌入式开发系列-how to integrate D2XX drivers into a Visual C++ project and use some of the basic functions available.
USB
- USB接口驱动程序源代码 ,用VC软件平台C++语言编写的-USB interface driver
YSI6600
- 驱动,Visual C++ 文件大小: 1 KB 详细说明:VC 下UDP代码,包括服务器端和客户端,方便入门者使用和学习-socket for windows in C 文件列表-The message received is from sender
USBPCDemo-VC
- USB2.0上位机的驱动程序,由C++编写,可用于Slave FiFO模式下。-The the USB2.0 host computer drivers by C++ preparation, can be used to the Slave FiFO mode.
hidmouse
- vc++6.0,关于模拟键盘鼠标的c++源码,可实现自动键盘和鼠标按键-vc++6.0, to analog the keyboard mouse c++ source can achieve automatic keyboard and mouse button
vprinter
- 这是一款用于开发虚拟打印机的源代码。用C语言写的,开发环境VC++6.0。本源代码只是提供了大致框架,其他人可以采用它进行二次开发。-This is a virtual printer for the development of the source code. Written in C language development environment VC++6.0. Source code only provides a general framework that others can
dll_test
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern C 的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-vc++ 6.0