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

搜索资源列表

  1. wdf_filter0

    0下载:
  2. 国内文件驱动编程知名人物蔡大侠的教程源代码,第一部分,主要实现对文件读写操作的拦截-domestic paper-driven programming eminent figures Cai heroes tutorials source code, the first part of the main document and write interception
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:359026
    • 提供者:唐佳斌
  1. WDM_2nd_CDROM

    0下载:
  2. Programming the Microsoft Windows driver model.2nd 随书光盘。内有很多作者送的实用工具和随书源码。WDM编程,这是由Walter Oney执笔的windows驱动开发的经典书籍,windows驱动开发者必读经典之一。本书是该书的英文第二版,相对于第一版有了很多的改进。-Programming the Microsoft Windows driver model.2nd CD with the book. Many writers have sen
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:12065246
    • 提供者:谢浩
  1. HelloWDM1

    0下载:
  2. 学写驱动程序的第一步需要看的列子含源代码!-driving school was the first step must look Liezi with source code!
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:59512
    • 提供者:yangzy
  1. serial

    0下载:
  2. wince下串口驱动开发全部源码,芯片采用16C554,编译环境要先安装wince4.2,-wince Serial Drive all the source code, using 16C54 chip. build environment wince4.2 first installed,
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:171354
    • 提供者:libaoli
  1. driverdev_src2

    0下载:
  2. This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledg
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:14998
    • 提供者:shi
  1. Usb摄头

    0下载:
  2. 罗技Usb摄头驱动,编码器分析源码,帮你学习驱动的好东西-Logitech Usb perturbation first driver source code for analysis, help you learn the good things Drivers
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:122440
    • 提供者:李芳
  1. NT_Driver

    0下载:
  2. 一个NT驱动的简单例子,windows驱动开发技术详解的第一章源代码-A simple example of NT-driven, windows-driven development techniques Xiangjie the first chapter of the source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:66396
    • 提供者:jianfeng
  1. 2402pic

    0下载:
  2. 这是一个带SIS仿真电路的PIC驱动程序,极易修改应用.///*功能是检测2402能否正常读取数据,先写入数组中的代码,然后根据变量i的变化取出数据,并显示在屏上*/-This is a circuit with the PIC simulation SIS driver easily modify the application of .///* 2402 Can Detect function is normal to read the data, first write the code
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-28
    • 文件大小:72956
    • 提供者:蔡方杰
  1. MFCUSB

    0下载:
  2. 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)
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:167985
    • 提供者:徐淼
  1. WDM

    0下载:
  2. 一个WDM驱动的简单例子,windows驱动开发技术详解的第一章源代码-A simple example of WDM drivers, windows driver development technology Xiangjie the first chapter of the source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:10766
    • 提供者:jianfeng
  1. Bluetooth

    0下载:
  2. 蓝牙驱动程序 1.初始化端口 //整个软件运行首先是初始化端口(默认是使用COM1),以下是关键代码:-Bluetooth Driver 1. Initialize port// The software first initializes the port (default is to use COM1), the following key code:
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:3106
    • 提供者:newencn
  1. PS2-keyboard-drive-

    0下载:
  2. //DMAVR-128的PS2键盘驱动程序,并在1602液晶上显示键值 //PS2键盘按键1次输出33个时钟脉冲,因此采用中断的方式读取33次,只提取最后一个字节中的数据位做键码 //按键1次,实际输出3个字节数据,每个字节为11位,一个起始位(0),8个数据位,一个奇偶校验位,一个停止位(1) //并且第1个字节与第3个字节数据相同,此程序提取第3个字节的数据位键值数据-//DMAVR-128 of the PS2 keyboard driver, and in 1602 is d
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:3206
    • 提供者:吴钟海
  1. jiami_sys

    1下载:
  2. 首发一个曾打算商用的文档透明加密驱动代码,类minifilter.记得是可以正常对word加解密的,而且关键是完全脱离了MS复杂的(个人认为)minifilter源码。 用来商用是绝对不行的,自己用估计也要改改,但起码逻辑是挺清晰的,如果用来入门我觉得挺好的,当然自己完整改过minifilter的就不需要看了。 至于刷缓存和实现多缓存,这个就见仁见智了。我觉得两者如果都实现到可以商用这个级别的话,就是可以的。作为一名不资深人士,在阅读并操作过DMK和国内某专业厂家的纯刷缓存的产品之后,个
  3. 所属分类:Driver Develop

    • 发布日期:2014-04-19
    • 文件大小:27648
    • 提供者:ljh
  1. zhulinxijingCode1code4

    0下载:
  2. WDF驱动开发源码,竹林蹊径的第一和第四章的源代码,有需要的朋友可以下载使用-The WDF driver development source code, the bamboo forest paths which the first and the fourth chapter of the source code, a friend in need can be downloaded using
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-09
    • 文件大小:4352403
    • 提供者:zuyao
  1. prjWebSshCrmDemo

    0下载:
  2. This code is a CRM system,it is my first item.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-29
    • 文件大小:1007137
    • 提供者:arax
  1. prjDemoEmpManager

    0下载:
  2. This code is a CRM system,it is my first item.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-13
    • 文件大小:816092
    • 提供者:arax
  1. USBDetect

    0下载:
  2. 此代码是遍历pc上usb设备。 包含控制器 hub port 设配id 等信息 usb其实和串口是一样的,其端口也是固定的(如果你不接扩展hub)。 有时一台电脑接多个相同的usb设备,如果接连个摄像头(前后各一个),我们如果区分打开的是哪一个呢? 1、先把usb设备先遍历出来,得到usb信息(设备串等)。 2、通过打开usb设备时返回信息(这个很重要 //usb#vid_1d27&pid_0600#5&10ef021e&0&5#{c3b5f022-5a42-1980-
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-05
    • 文件大小:1047689
    • 提供者:秦玉杰
  1. movementexample

    0下载:
  2. 一种是舞蹈展示模式dance_mode,开机延时8秒后,就自动展示舞蹈动作。 另一种是走路展示模式walk_mode,开机延时8秒后,就自动展示向前向后走。 这个在代码的第9行修改模式。-One is the dance show mode dance_mode, start delay after 8 seconds, it automatically shows dance moves. Another is to walk the demo mode walk_mode, star
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:13585
    • 提供者:cs
  1. NP_Source

    0下载:
  2. NP启动后通过WriteProcessMemory跟CreateRemoteThread向所有进程注入代码(除了系统进程smss.exe),代码通过np自己的LoadLibrary向目标进程加载npggNT.des。npggNT.des一旦加载就马上开始干“坏事”,挂钩(HOOK)系统关键函数如OpenProcess,ReadProcessMemory,WriteProcessMemory,PostMessage等等。 挂钩方法是通过改写系统函数头,在函数开始JMP到npggNT.des中的
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:128904
    • 提供者:ghgh
  1. WDM_Driver

    0下载:
  2. windows驱动详解张帆著 第一章 源码 wdm_driver,非常详细适合入门级的驱动开发-Detailed sails windows driver source code with the first chapter wdm_driver, very detailed for entry-level driver development
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:10607
    • 提供者:wangli
« 12 »
搜珍网 www.dssz.com