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

搜索资源列表

  1. USB_Mass_Storage_Sample_Driver

    1下载:
  2. UMSSPDR.PDR / UMSS.SYS Windows 98 USB Mass Storage Sample Driver Design Notes -UMSSPDR.PDR / UMSS.SYS Windows 98 USB Mass Storage Sample Driver Design Notes
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:109876
    • 提供者:boomfish
  1. diantiqudong

    1下载:
  2. 此为5层电梯模拟程序。采用汇编语言,内有设计说明。-this as a five-storey elevator simulation program. Using assembly language, within design specification.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:20751
    • 提供者:李桃
  1. MON51W_E58

    0下载:
  2. 串口的仿真功能 完全支持 单步不支持 串口中断 用户可以使用 用户不能使用 定时器2 不占用 使用 P0,P2 口仿真 完全仿真 只能用作总线 89C52等嵌入式CPU仿真 支持 不支持 系统使用CPU 双CPU设计 单CPU 占用用户堆栈 2个字节 6个字节 I/O引脚占用 一条(p3.5) 两条(p3.0,p3. -the simulation function fully supports single-step support in
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:6554
    • 提供者:qjh7651
  1. convo_process

    0下载:
  2. OFDM中的关于交织器的个人设计的MATLAB的算法,比较经典的 !-OFDM on the intertwined with the personal design of MATLAB algorithm, more classic!
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:16561
    • 提供者:yeyue
  1. WDMBOOK_XP3

    0下载:
  2. WINDOW2000/XP下驱动程序开发的实例。对刚开始学驱动设计的人有一定的帮助 -WINDOW2000/XP under driver development examples. The driver had just started studying the design will help
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3582184
    • 提供者:宋军
  1. VC++_NET_Driver

    0下载:
  2. 软件设计电子书】【Windows驱动程序开发篇】\\VC++_NET开发驱动程序详解.pdf-electronic book software design] [Windows Driver Development -- Part \\ VC-driven development Garage Elaborates on sequence. pdf
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:13499957
    • 提供者:蔺福盛
  1. Windows_2000_XP_WDM_Driver

    0下载:
  2. 【软件设计电子书】【Windows驱动程序开发篇】\\Windows 2000_XP WDM设备驱动程序开发.pdf-electronic book software design [] [Windows Driver Development -- Part \\ Windows 200 0_XP WDM device driver development. pdf
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:53611792
    • 提供者:蔺福盛
  1. WebProtect

    0下载:
  2. 该程序可以防止网站主页被篡改,主体是使用ddk编写的驱动,由sysinternals.com上的filemon修改而来,是一个毕业设计。-procedures can prevent the website home page had been tampered with, the main use is the driving ddk prepared, sysinternals.com by the filemon amend the bill, a graduate design.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:252472
    • 提供者:林风
  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. wdmddkusbqudong

    0下载:
  2. 用ddk和vc实现的一系列关于usb驱动设计的程序,对学习usb驱动的人能有所帮助-with ddk and vc achieve a series of usb drive design process, learning usb driver who can be helped
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:107289
    • 提供者:里浪
  1. 98smartcrd

    1下载:
  2. 最基础的PCSC设计,采用的是虚拟的设备。可以根据它来设计自己的pcsc读卡器。-PCSC most basic design, using the virtual equipment. It can design their own pcsc reader.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:120721
    • 提供者:李宁
  1. wdmdriv3

    0下载:
  2. windows 驱动程序设计与开发 源代码,值得一看-windows driver design and development of source code, an eye-catcher
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2285753
    • 提供者:冯永
  1. SrcDriver

    0下载:
  2. 根据Windows驱动程序模型(WDM)设计的驱动程序:WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。-under the Windows Driver Model (WDM) driver design : WDM through the provision of a flexible approach to simplifying the development of the driver. Implementati
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:64078
    • 提供者:江丰
  1. serialdriver

    0下载:
  2. serial port design ,it s very good
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:jhjin
  1. wdmqdsj

    0下载:
  2. WDM驱动程序设计简介-WDM Driver Design
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:16365
    • 提供者:许云
  1. PCI驱动实例

    2下载:
  2. PCI驱动代码实例,可以直接添加自己的用户程序完成完整的基于PCI传输的软件设计-PCI driver code examples, and can directly add their own customers complete the whole process based on the PCI transmission software design! !
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:33390
    • 提供者:许儒泉
  1. Window2000_Driver

    0下载:
  2. Window2000_Driver 当前介绍驱动程序的设计书,几乎都是英文版的,非常难懂。牛人将几本书的精华编写出来成为此文档。以抛砖引玉。-Window2000_Driver current drivers on the design, almost all English, very hard. Several cattle will be of the essence of the book written into the document. To start.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:583027
    • 提供者:丁一
  1. dsch2

    0下载:
  2. dsch第2版本,这是微电子学教学使用的微电子设计开发平台-dsch first two versions, it is teaching the use of microelectronics in the microelectronics design and development platform
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:6321683
    • 提供者:大虾米
  1. SerialCom

    0下载:
  2. Serial Com Class design to offer accessibility of serial com port via RS-232 pipe to bridge with upper layer s applications
  3. 所属分类:驱动编程

    • 发布日期:2012-06-20
    • 文件大小:3533
    • 提供者:WiOpen
  1. XFILTER

    0下载:
  2. windows防火墙设计。C++源码。基于winsock 2 spi的开发技术。-firewall design for windows.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1180324
    • 提供者:pl
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com