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

搜索资源列表

  1. hwintc.zip

    0下载:
  2. 一个处理实时时钟中断的VxD
  3. 所属分类:驱动编程

    • 发布日期:
    • 文件大小:5258
    • 提供者:
  1. hwintp.zip

    0下载:
  2. 一个使用VtoolsD类库处理硬件中断的VxD应用
  3. 所属分类:驱动编程

    • 发布日期:
    • 文件大小:8264
    • 提供者:
  1. vfintd.zip

    0下载:
  2. 一个能处理中断的vxd例子
  3. 所属分类:驱动编程

    • 发布日期:
    • 文件大小:16500
    • 提供者:
  1. HMCF_USBDrv

    0下载:
  2. ddk编写的usb驱动源代码,可以处理一般的数据通信。-each prepared by the usb driver source code, can handle general data communications.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:303124
    • 提供者:谢红伟
  1. usbint

    0下载:
  2. usb驱动及其测试程序(usb驱动中断处理演示)-usb drive and test procedures (usb drive interrupt handling demo)
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:22228
    • 提供者:罗林
  1. HIDKomponente

    1下载:
  2. hid controller(human interface devices)一套完整的hid相关组件,能够处理所有的usb接口的hid子类-hid controller (human interface devices) a complete hid related components, will be able to handle all the usb interface hid Operator
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:539503
    • 提供者:李明
  1. ComputerInfo_demo

    0下载:
  2. 计算机的所有硬件及接口信息查询,检查和处理源代码,VC++,内存管理,网卡,缓存,PnP设备,多媒体设备,鼠标,调制解调器,键盘,磁盘等信息的管理。-all computer hardware and the interface information inquiries, inspection and processing source code, VC, memory management, network card, cache, PnP devices, multimedia devic
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:332129
    • 提供者:谭昌勇
  1. tcxmaster

    0下载:
  2. 所谓固件,就是存储在程序内存中的程序,用以完成驱动程序无法完成的USB 芯片及外围芯片的初始化及控制工作[23]。USB固件程序设计是USB接口部分的主要工作,它的主要目的是:当USB设备连接到主机上时,主机可以发现新设备,然后建立连接并完成数据传输任务,也就是能够让Windows正常检测和识别USB设备。因此在USB固件程序中,最重要的工作就是USB描述符的定义和USB传输中断的处理。-called firmware is stored in the memory of the procedu
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2972
    • 提供者:ryan
  1. DriveGUIComm_demo

    0下载:
  2. 应用层建立event,传入驱动,并等待事件,驱动中检测到事件被触发立即通知应用层,应用层收到消息,进行相应处理。ansi c编写,适合驱动新手使用,实现驱动与应用层的通信,-application layer established event, came to drive, and wait for the incident, Drivers were detected incident was triggered immediately notify the application laye
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:25586
    • 提供者:张力
  1. 12323123123

    0下载:
  2. dos下的一些常用批处理程序,包括cpu管理,内存调用,端口读写点,加载鼠标驱动mouse、磁盘加速smartdrv等-dos next batch of some of the more common procedures, including management cpu, memory calls, read and write ports, Add mouse-driven mouse, such as disk accelerate smartdrv
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:173881
    • 提供者:123
  1. ddkbuild_3.8

    0下载:
  2. winxp 2000 me ddk 开发环境设置批处理
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3533
    • 提供者:www
  1. driver

    0下载:
  2. 此驱动程序是SATA功能的PCI卡为例,此驱动程序支持ATA协议的PIO,DMA,电源管理,中断处理等功能,特别是DMA,采用ScatterGather编程方式。另外,包含编译后的checked version 的sys文件。
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:398905
    • 提供者:刘亚勇
  1. modifyfilespy

    1下载:
  2. 修改过的filespy驱动 移植了tooflat部分代码到filespy中,hook 了write 和read ,加密标记还没有处理好.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:406419
    • 提供者:sdf
  1. PCI9052-detail-process

    1下载:
  2. 第一章 WDM驱动程序开发环境的建立 第二章 建立一个PCI处理的基本程序框架 第三章 PCI资源配置的获取 §1.KResource Assignment类定义 §2.Windows98/2000下PCI 资源配置的获取 第四章 输入输出处理 §1.KIoRange类的说明 §2.I/O处理的框架产生方法 §3.I/O处理驱动程序及应用程序相关部份范例 第五章 中断处理 §1.生成中断处理驱动程序的框架 §2.怎样建立一个中断处理 §3.延迟处
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:736643
    • 提供者:ytulmh
  1. 653313942

    0下载:
  2. 工具箱程序源码。 有   桌面管理   自启动   加速上网   查阅日历   资料管理   事件提醒   文件处理 等功能
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:212317
    • 提供者:qinger
  1. keyboard

    0下载:
  2. 非常好的一个键盘驱动的文档,详细,清晰.包括键盘从中断到扫描码的处理的过程(linux版本:2.4)
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:36518
    • 提供者:朱国正
  1. wdmDRIVER

    0下载:
  2. WDM 驱动程序,包含插件及处理方法。 Shows how to implement a simple WDM driver, including Plug and Play message handling using NuMega s policy interfaces
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:10195
    • 提供者:STRENGS
  1. WinDriver目录下的源码

    0下载:
  2. WinDriver目录下的源码,包括DMA处理,事件处理等,Source code for WinDriver s example,include DMA process,event process etc.
  3. 所属分类:驱动编程

    • 发布日期:2017-03-24
    • 文件大小:37247
    • 提供者:孙乾
  1. driver.rar

    0下载:
  2. RK27驱动,内部包含音频时钟视频等底层处理的C文件,RK27 drive, the internal clock audio video contains the bottom of the C file handle
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:285314
    • 提供者:zhouyongbing
  1. 图像处理

    0下载:
  2. 图像处理的一些东西包括以及其功能和应用等等(The function and application etc)
  3. 所属分类:驱动编程

    • 发布日期:2018-01-01
    • 文件大小:6837248
    • 提供者:马老师啊
« 12 3 4 5 »
搜珍网 www.dssz.com