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

搜索资源列表

  1. key_xf

    0下载:
  2. 键盘扫描程序,汇编代码,比较简单,总共两个源文件-keyboard scan, assembler code, a simple comparison, a total of two source files
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:龙一
  1. USBDEVELOP

    0下载:
  2. USB开发,初次登陆,只能找个比较有用的代码来填充一下,望大家谅解!-USB development, the initial landing, only to find more useful code to fill that understanding we hope!
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:4.05mb
    • 提供者:吕明星
  1. IDTGuard

    2下载:
  2. IDT Hook 检测及恢复 此程序在 Ring3 下打开物理内存对象取得当前内存中的 IDT,再用打开对应的原始内核文件进行比较。带恢复功能。 此程序适用于 XP/2003。采用特征码搜索方式查找。注释详细,代码规范
  3. 所属分类:驱动编程

    • 发布日期:2014-01-18
    • 文件大小:6.35kb
    • 提供者:张京
  1. vc_usb

    0下载:
  2. 这个代码需要有一定基础的开发者阅读,特别是对如何识别USB设备及USB基本原理有一定了解的开发者比较适用。程序主要演示了如何编写高层应用与USB接口通信-This code need to have a certain foundation for developers to read, especially on how to identify the USB device and USB have a certain understanding of the basic principles
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:36.82kb
    • 提供者:sdfads
  1. maoxuandao.waigua

    0下载:
  2. 冒险岛游戏外挂,全部资料。游戏外挂,比较值得一看的资料。希望兄弟能参考学习一下,包括文档,代码等,整个的资料比较齐全。-Adventure Island game plug-in, all the information. Games plug-in, compare the information worth a visit. Hope that the brother can draw on to learn about, including documents, code, etc., t
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:Jourge Kolala
  1. zaiqudongcreatefile

    0下载:
  2. 本例子使用c++在驱动中进行文件的创建,修改,删除等操作,代码比较精简,适合初学者进行学习-This example USES the c++ in the driver files to create, edit, and delete operation, code comparative streamline, is suitable for beginners to study
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:5.19kb
    • 提供者:fumeme
  1. CH375WDM

    0下载:
  2. CH375的驱动,比较好的驱动学习代码。使用375的PCI设备均可以使用。-CH375 driver, good driver to learn the code. PCI devices using the 375 can be used.
  3. 所属分类:Driver Develop

    • 发布日期:
    • 文件大小:53.47kb
    • 提供者:luobing
  1. sn3730_10x12

    0下载:
  2. 比较详细的sn3730灯阵驱动代码及相关程序-More detailed sn3730 lamp array driver code and related procedures
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:5.18kb
    • 提供者:sunmny
  1. hideport

    0下载:
  2. 隐藏 程序的端口,驱动实现,比较安全,有效,代码量很少,价值下载的人也都知道,就不多说了-Hidden program port, the drive to achieve a safe, effective, and little amount of code, download value people know, do not say
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-23
    • 文件大小:4.73kb
    • 提供者:lelouch
  1. firewalldrv

    0下载:
  2. 简单包过滤防火墙驱动代码,其中包含了比较详细的说明-Simple packet filtering firewall driver code, which contains a more detailed explanation
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-08
    • 文件大小:1.16kb
    • 提供者:wangzheng
  1. xTDI

    0下载:
  2. 这个是TDI驱动,本来做这个驱动的目的, 是想在应用层程序实时动态获得每个进程打开的网络端口的变化情况。 因为想不到更好的办法,同时也要兼容WIN7和WINXP,所以才使用TDI来实现。 代码是自己开发的框架,没借用tdifw等源码, 代码测试可在 64和32位位win7,winxp上运行。 除了实现获得动态变化的端口之外, 还顺便实现了每个进程的流量监控,以及每个进程的每个连接的流量情况, 还有简单的禁止某个进程访问网络,至
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:567.05kb
    • 提供者:fxs
  1. virtualPriDriver

    1下载:
  2. 虚拟打印机驱动,代码不是很复杂,比较容易理解-The virtual printer driver, the code is not very complicated, easier to understand
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:33.43kb
    • 提供者:hf
  1. SDT_UnHook_Code

    0下载:
  2. 通过读取ntoskrnl.exe文件的导出函数API相对虚拟地址,找到ntoskrnl.exe在内存中的基地址,计算各个API真正的起始地址,比较SSDT表中对应的API地址,不同则去掉SSDT钩子的驱动代码-First,the driver code acquires the RVA of APIs the export table of ntoskrnl.exe.Second,program acquires the base address of ntoskrnl.exe loaded
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:651.86kb
    • 提供者:王冠
  1. BER-SIMULATION-OF-OFDM-IN-QPSK

    0下载:
  2. 正交频分调制和QPSK的仿真程序代码,两种性能的误码率比较-Orthogonal frequency division modulation and QPSK simulation program code, the error rate comparison of two properties
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-04
    • 文件大小:6.5kb
    • 提供者:wangwenjing
  1. APCInject

    0下载:
  2. win7 系列的!!这份代码算是比较完整的一个APC注入DLL的工程了~~自己都用这份,R3 + R0全部都有-Windows 7 series!!!!! This code is a relatively complete a DLL injection of APC engineering ~ ~ you are all use this, R3+ R0 all have
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-04
    • 文件大小:93.64kb
    • 提供者:Gray
搜珍网 www.dssz.com