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

搜索资源列表

  1. 基于直接用户空间内存访问的高速网卡驱动.rar

    0下载:
  2. 所属分类:驱动编程

    • 发布日期:
    • 文件大小:10.09kb
    • 提供者:
  1. devmemmap

    0下载:
  2. 驱动编写,可以将PCI内存映射到系统内存-prepared drive can be mapped to the PCI memory system memory
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:7.96kb
    • 提供者:朱超良
  1. RegSample_Pdo

    0下载:
  2. 本程序是一个关于内存操作的驱动程序。希望对大家有所帮助。-this program is a memory operation on the driver. We want to help.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.96mb
    • 提供者:陈江伟
  1. csu

    0下载:
  2. 一个基于PCI卡数据采集卡的驱动程序,分别有内存影射和IO 影射的方式-a PCI card based data acquisition card of the driver, alluding to the respective memory and IO alluding to the way
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:7.01kb
    • 提供者:生力松
  1. 基于直接用户空间内存访问的高速网卡驱动

    0下载:
  2. 基于直接用户空间内存访问的高速网卡驱动-users of space-based direct memory access high-speed LAN Driver
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:10.35kb
    • 提供者:蔡长永
  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the data in the form of binary st
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:20.54kb
    • 提供者:张sir
  1. windows_kernel_safe_source_cod

    0下载:
  2. 站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦! 《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书) comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1mb
    • 提供者:aaaaaa
  1. drives.rar

    1下载:
  2. 通过驱动可以读写内存任意地址,不使用api,修改系统DLL内容,use drivers modify all address,not use api,global dll
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:8.98kb
    • 提供者:bohaifeng
  1. ramdisk.zip

    0下载:
  2. 一个内存驱动器的源代码, A memory driver source code
  3. 所属分类:Driver Develop

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

    1下载:
  2. comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_wdf 内存虚拟盘实例 DP 硬盘还原示例代码 sfilter 文件过滤静态库 sflt_smpl 文件过滤静态库使用例子 crypt_file 文件系统透明加密代码 minifilter minifilter实例代码 minifilter
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1.05mb
    • 提供者:aaaaaa
  1. code

    2下载:
  2. 驱动级读写内存。过目前一般保护游戏。如NP等-Driver-level memory read and write. General protection than the current game. NP such as
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:5.62kb
    • 提供者:mfch666
  1. Driveread-writememory

    0下载:
  2. 驱动读写内存,易语言写驱动入门例程,很有学习价值,-Drive read-write memory, easy language to write a driver entry routine, the value of great learning,
  3. 所属分类:驱动编程

    • 发布日期:2017-05-02
    • 文件大小:913.76kb
    • 提供者:陈绳武
  1. linuxdriver_code_tool

    0下载:
  2. 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-16
    • 文件大小:23.9mb
    • 提供者:keke
  1. uhal

    0下载:
  2. Windows下,演示如何在硬件抽象层HAL中映射内存访问空间的驱动程序代码。-Windows, demonstrate how the hardware abstraction layer HAL in mapping memory access space for the driver code.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:1.08mb
    • 提供者:肖荣权
  1. DriverDemo

    0下载:
  2. 内存驱动, 源代码 。 ------------------------ -Memory drives, the source code.------------------------
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:3.54kb
    • 提供者:sdf
  1. drive

    0下载:
  2. 称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。这个文档不是我翻译的,我只不过将它编辑了一下。翻译它的同志是个高手,非常专业,在此先谢谢他给我们作的工作。 由于时间催促,里面的图片没有抓。如果哪位同志看这本书的时候将图片补上,那将是利国利民的好事。 -Call it quot super-driver book" is not too much, because it is being translated into Chinese MSDN
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1.21mb
    • 提供者:我是
  1. PCIWindows

    0下载:
  2. PCI 图像采集卡WDM 设备驱动程序共享内存DMA-PCI Image Capture Card WDM device driver for shared-memory DMA
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-25
    • 文件大小:201.76kb
    • 提供者:dsda
  1. qdjcmk

    0下载:
  2. 加载系统级驱动,可以读入系统级内存,算法思路不错,值得借鉴,大家看下-Loading system-level drivers, you can read into system-level memory, algorithms for good, to be learned, we see next
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:2.78kb
    • 提供者:李钺
  1. Detect_EAT_HOOK

    0下载:
  2. 检查内核中是否存在EAT挂钩。在应用层通过VB获得内核模块的导出函数名及真实地址,然后与内存地址相比较。若不同,则恢复。-EAT check whether there is linked to the kernel. VB obtained at the application layer through the kernel module exported function names and real addresses, and then compared with the memory
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:103kb
    • 提供者:王波
  1. neicun

    0下载:
  2. 内存卡变硬盘驱动程序 只需将u盘的驱动重新更新即可实现-Memory card can simply change the hard disk driver to re-update u disk drive can be realized
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:7.5kb
    • 提供者:龙卷风之家
« 12 3 4 »
搜珍网 www.dssz.com