CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 驱动 vc

搜索资源列表

  1. QuickSYS.0.2.2

    0下载:
  2. 包含vc源代码,进行驱动开发时,使用该工具自动生成驱动开发框架-contains source code for driver development, the use of the tool automatically generate Driver Development Framework
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:32870
    • 提供者:陈名
  1. USBDRIVERCODE

    0下载:
  2. 该软件代码示范了如何用WINDOWS DDK 及VC++开发环境 进行windows USB 驱动程序编写-model code of the software how to use Windows DDK and VC development environment for windows USB drivers prepared
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:82758
    • 提供者:yangbin
  1. RegSample

    0下载:
  2. 一个用DriveStdio和VC在DDK的基础上做的驱动实例,用于读虚拟设备的注册表值-DriveStdio and a VC with the DDK done on the basis of the driver examples for the Virtual Reading registry value of the equipment
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2810348
    • 提供者:飞翔
  1. 11DriverDemo

    0下载:
  2. 驱动编程演示,献给刚出道或想出道的VC++ Coder们。
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3625
    • 提供者:华仔
  1. WDM_WMISample

    0下载:
  2. 糸统管理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
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:90136
    • 提供者:李平
  1. 51chuanxingchengxu

    0下载:
  2. 51串口程序说明,用于通用的串行设备驱动辕马,采用VC++编程-51 serial descr iption of the procedures for common Serial Device Driver Shaft-horse, using VC
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4274
    • 提供者:chen
  1. C8051F32X

    0下载:
  2. CyPress的C8051F32X系列底层驱动(C语言)及上位机demo(vc环境)-CyPress C8051F32X the bottom line drive (C language) and the PC demo (vc environment)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1936245
    • 提供者:王志杰
  1. ip_looker

    0下载:
  2. IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:554327
    • 提供者:王磊
  1. monishuchu

    0下载:
  2. 利用研华公司开发的dll驱动程序,可以轻松的在vc下实现数据采集卡的模拟电压输出-use Advantech developed by dll driver, can easily achieved under the vc data acquisition card analog voltage output
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:72064
    • 提供者:sun5885
  1. UsbVideo

    1下载:
  2. 此程序是利用VC实现了USB的驱动程序。-this procedure is to use the VC USB driver.
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:145961
    • 提供者:cheng
  1. MinDriver_VC

    0下载:
  2. 最小驱动程序,想学编程者,可以参看参看,VC写的-youngest drivers, I wanted to learn programming, can see See, written by VC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3585
    • 提供者:天天
  1. gaibianzitiheyanse

    0下载:
  2. 使用C中自带的驱动去改变字体和颜色 在VC++6.0-use C's own drive to change the font and color of the VC 6.0
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:74470
    • 提供者:kim jay
  1. USBdriverteast

    0下载:
  2. VC++编写的驱动。很实用的,可以学到很多东西!利用它可以达到举一反三的效果,只得期待!-VC prepared by the driver. Very practical, can learn a lot! It can be reached draw inferences from the results, only to look forward to!
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:115147
    • 提供者:吴世华
  1. huitu805

    0下载:
  2. 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:371382
    • 提供者:adnsid
  1. UsbKbdx

    0下载:
  2. wdmbook提供, usb 键盘驱动程序 vc-wdmbook offer USB keyboard driver vc
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:116487
    • 提供者:oydw
  1. usb_driver_vc

    0下载:
  2. 用VC++实现USB驱动,使用vc读写usb设备-with VC USB drive, the use of USB devices to read and write vc
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:40850
    • 提供者:王汉文
  1. hotkey

    0下载:
  2. 98下的按键拦截驱动,VC++6和Vtools编译-98 keys under the driver interception, VC 6 and Vtools compiler
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:68187
    • 提供者:
  1. usbfx2lk_v1.1

    0下载:
  2. 基于vc++6.0环境的cypress USB 驱动源代码,支持块、计时、中断等传输方式。直接可以使用。-vc 6.0 on the environment cypress USB driver source code, support block, time, the suspension means of transmission. Direct can be used.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:855415
    • 提供者:陈强
  1. VFWqudong

    0下载:
  2. VFW摄像头驱动程序的源代码,是用VC++编写的,希望大家指点。-VFW camera driver source code is the use of VC prepared, I hope, we guidance.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:27153
    • 提供者:XDUniversity
  1. Windriverguide

    0下载:
  2. Windriverguide中文指导手册,采用vc编制,附图说明,详细明了,使您快速开发出好的驱动程序-Windriverguide Chinese instruction manuals, prepared using vc behavior detailed descr iption understand, your rapid development of a good driver
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:318628
    • 提供者:李震
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »
搜珍网 www.dssz.com