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

搜索资源列表

  1. EPP_Loopback

    0下载:
  2. 并口回送驱动程序,用于轮询并口,不需要实际硬件,只要有根符合TouchStone CheckIt规范的回送连接器(电缆)就行-driver for polling parallel, not the actual hardware, as long as a root with TouchStone CheckIt sent back to the norms connector (cable) on the line
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:97640
    • 提供者:海明
  1. can_drv1

    0下载:
  2. can口驱动程序!包括硬件的基本配置文件,驱动程序的头文件。can口的应用层程序。-Driver! The basic hardware configuration files, drivers of the headers. I can process the application layer.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:4090
    • 提供者:戴开云
  1. WDM_DMASample

    0下载:
  2. WDM类型的DMA驱动程序,有的同学在写驱动的时候,可能没有DMA硬件支持,所以,此DMA程序仿真了DMA的请求过程,可以不用硬件的支持,里面用了一个计数器中断来表示DMA请求,然后由DMA驱动来完成DMA功能.-types of DMA WDM drivers, some students wrote in the drive, may not have DMA hardware support, so that the DMA DMA process simulation of the re
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1623069
    • 提供者:李平
  1. usb-driver

    0下载:
  2. 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1665161
    • 提供者:吴世华
  1. 060621wdm1

    0下载:
  2. 一个简单的驱动程序(硬件为虚拟硬件),不过需要把调试语句去掉才能编译-a simple driver (for hardware virtual hardware), but need to debug statements can be removed compiler
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:97910
    • 提供者:毛毛
  1. WDM_Driver_Dev_ExampleCode

    0下载:
  2. 一个简单的硬件驱动入门程序范例,WMD模式,用DRIVERSTUDIO+SDK+VC++6开发-a simple hardware-driven induction procedures example WMD mode DRIVERSTUDIO SDK with the development of VC 6
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:70026
    • 提供者:蒋志峰
  1. Programming_the_MS_Windows_Driver_Model_CN

    0下载:
  2. 以某种观点来看,Windows 2000或Windows 98都是由一个操作系统核心和多个驱动程序组成,这些驱动程序与系统中的硬件相对应。本书的内容全部都是关于驱动程序及其相关的技术。-in some perspective, Windows 2000 or Windows 98 operating systems are a core and a number of drivers Group % of these drivers and the hardware system should
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:7210735
    • 提供者:
  1. InstallDev

    0下载:
  2. 用于安装硬件驱动程序用的程序。要给出需要安装的驱动程序的PID/VID。-for the installation of hardware drivers using the same procedures. Given the need to install drivers for the PID / VID.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:27507
    • 提供者:闪核
  1. pci驱动

    0下载:
  2. PCI硬件的驱动程序范例,可以根据该架构编写自己的PCI驱动程序-PCI hardware drivers for example, can be prepared under the framework of PCI Driver
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:32940
    • 提供者:明远
  1. windows驱动程序模型设计

    0下载:
  2. Windows 2000或Windows 98都是由一个操作系统核心和多个驱动程序组成,这些驱动程序与系统中的硬件相对应。本书的内容全部都是关于驱动程序及其相关的技术-Windows 2000 or Windows 98 operating systems are a core and a number of drivers, which are driven procedures and systems should be relatively hardware. The contents o
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:7210731
    • 提供者:撒嗯
  1. 292461DriverInstall

    0下载:
  2. 方便用于在安装驱动程序时,不需要通过windows系统弹出添加新硬件,实现驱动的安装-Convenient for installing drivers when the system do not need to pop through the windows add new hardware, to achieve the installation of driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-08
    • 文件大小:1821804
    • 提供者:刘银平
  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
    • 文件大小:1135867
    • 提供者:肖荣权
  1. USB-kaifa

    0下载:
  2. USB 开发之软件篇 我这里重点的介绍如何写驱动程序,对于一些应用程序我就不做介绍了,因为我对于那些高层的东西写得很少。 作为WIN98和WIN2K推荐的一项新技术来说,USB的驱动程序和以往的直接跟硬件打交道的WIN95的VXD的方式 的驱动程序不同,,它属于WDM类型的。 -The software article of the development of USB The introduction of my here point how write to
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:110112
    • 提供者:胜客
  1. B52

    0下载:
  2. 使用M F C的C F i l e类通过指定COM1: 或者L P T 2 :来实现与这些设备的通信,将读写操作转换为与串行或者将并行设备的实际转换过程由硬件驱动程序完成-CF ile of the use of MFC category by specifying COM1: or LPT 2: to achieve the communication with these devices will be converted to read and write operations with
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-17
    • 文件大小:5076651
    • 提供者:wangying
  1. 00369

    0下载:
  2. 对步进电机原理和驱动方式的详细介绍及分析,对我们在做步进电机驱动程序和硬件电路时很有帮助-Principle of stepper motor and drive means a detailed descr iption and analysis, we are doing stepper motor driver and the hardware circuit helpful
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:32365
    • 提供者:chenpeng
  1. SDIO_Driver

    0下载:
  2. SD卡驱动程序源代码,供写硬件驱动的人员参考-SD card driver source code, hardware drivers written for Reference
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:11989
    • 提供者:wangqiang
  1. MSP_SPI

    0下载:
  2. telosb节点的msp430的硬件驱动程序-The msp430 of telosb hardware driver development program
  3. 所属分类:驱动编程

    • 发布日期:2017-04-02
    • 文件大小:1070
    • 提供者:
  1. 2420_INIT

    0下载:
  2. telosb节点的cc2420的硬件驱动程序-The CC2420 of telosb hardware driver development program
  3. 所属分类:驱动编程

    • 发布日期:2017-03-30
    • 文件大小:16351
    • 提供者:
  1. USB-to-serial-win10-20150814

    2下载:
  2. USB-to-serial-win10-20150814驱动程序,下载后安装,插入usb硬件即可。(Usb-to-serial-win10-20150814 driver, download and install, then insert USB hardware.)
  3. 所属分类:驱动编程

    • 发布日期:2020-07-05
    • 文件大小:6575104
    • 提供者:落魂秋水
  1. CY7C68013-usb驱动程序

    0下载:
  2. CY7C68013-usb驱动程序,官网是收不到的,本人花费了大量精力收集而来和大家分享! CY7C68013A是一款由Cypress Semiconductor公司生产的USB微控制器,常用于各种USB接口设备的设计中。这篇文档将详细介绍如何在Windows操作系统上为该芯片安装和使用驱动程序。 我们要了解驱动程序在计算机系统中的角色。驱动程序是操作系统与硬件设备之间的桥梁,它允许操作系统理解和控制特定硬件的功能。对于CY7C68013A来说,驱动程序是确保Windows能够正确识别并
  3. 所属分类:驱动编程

    • 发布日期:2024-12-13
    • 文件大小:15819337
    • 提供者:8917907********
« 12 3 »
搜珍网 www.dssz.com