CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - USB Driver

搜索资源列表

  1. driverpdiusbd12

    0下载:
  2. PDIUSBD12的USB驱动程序,用VC编写简单明了,方便大家把USB设备与PC机想连-PDIUSBD12 USB driver, VC prepare simple, They were convenient USB devices and PC to even
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:94464
    • 提供者:111111
  1. LinuxUSB

    0下载:
  2. 嵌入式Linux的USB驱动程序的研究及开发-Embedded Linux USB Driver for research and development
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:22049
    • 提供者:何瓛
  1. USB.data.collecting

    0下载:
  2. 在数据采集系统中,USB接口技术以其高传输速度,简便的连接,以及其高通用性和高稳定性,比PCI等其他采集更适合与计算机的通信。本文系统介绍了基于USB2.0接口的数据采集系统的开发过程,以及硬件设计、固件、驱动和应用程序的设计等。本系统可实现模拟信号的采样和多路开关量输入、输出。并可通过对USB接口芯片可编程控制接口的设计实现数据的高速连续采样和传输。-Data Acquisition System, USB interface technology with a high transmissi
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:1932229
    • 提供者:panchuxin
  1. USB100_ZHILIAO

    0下载:
  2. USB100的相关资料,以及USB相关的驱动程序下载提示-Gear relevant information and related USB Driver Download prompt
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:370765
    • 提供者:陈勇
  1. USB_JIEKOUKAIFA

    0下载:
  2. USB外围电路设计一般开发流程,以及USB相关的驱动程序下载-USB peripheral circuit design development process generally, and the USB Driver Download
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:62968
    • 提供者:陈勇
  1. USBdriver_jiaocheng

    0下载:
  2. 简明易懂的USB驱动开发教程。针对linux系统-easily understandable USB Driver Development Guide. Against linux system
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:221571
    • 提供者:yangzhijia
  1. D120-USB

    0下载:
  2. 完成uc/os-ii下usb固件驱动,包括pdiusbd12芯片的驱动程序-completed uc / os - ii under usb drive firmware, including pdiusbd12 Chip Driver
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:137783
    • 提供者:wangl
  1. D12_For_LCP2200_uCos-II

    0下载:
  2. D12 For uCos-II PDIUSBD12 在EasyARM2200开发板上运行,uCos-II下的源码. D12 For uCos-II PDIUSBD12 设备端演示软件 ZLG_D12.pdf USB驱动程序软件包简要说明及应用例子 常见问题及解决.txt 遇到问题请阅读该文件 -D12-II PDIUSBD12 in development EasyARM2200 Market operation uCos-II under the source. D1
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:453027
    • 提供者:liuxikui
  1. VB6CypressUSB

    0下载:
  2. 用VB写的USB驱动源码,USB芯片使用了Cypress的芯片,已调试通过-written by VB source USB driver, USB chip used the Cypress chip has been through debugging
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1135330
    • 提供者:griffin
  1. display1

    0下载:
  2. USB低层驱动程序设计-lower USB Driver Design
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:270654
    • 提供者:样板
  1. c5131-usb-cdc-1_0_1

    0下载:
  2. AT89C5131的接口驱动-AT89C5131 Driver Interface
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:98433
    • 提供者:胡正新
  1. usb_C源码

    0下载:
  2. USB 驱动源代码,-USB driver source code,
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:100168
    • 提供者:陈飞
  1. 3332 驱动源码

    0下载:
  2. USB驱动源代码,3332-USB driver source code, 3332
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:9127
    • 提供者:陈飞
  1. vxworks5.6_usbDrv

    0下载:
  2. This the compressed USB driver source code for vxworks5.6. It has device controller driver and other keyboard, mass storage class driver also.-This the compressed USB driver source co de for vxworks5.6. It has device controller dri ver and other keyb
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:258279
    • 提供者:jose
  1. usb_driver_VxWorks

    1下载:
  2. :分析了VxWorks 下的USB 驱动程序模型的结构以及功能,详细说明USB 主机驱动协议栈,并将软件设计分为 Client Driver ,USBD 和HCD 三层。由于对于开发USBD 和Client Driver 已有很多研究和讨论,但对HCD 的研究比较缺乏, 为了提供全面可行的开发基于VxWorks 的USB 驱动程序的技术方案,详细地阐述了USB 主控制器OHCI 驱动程序的功 能、OHCI 驱动程序中的核心功能链表功能,为USB 在嵌入式系统开发中的应用提供技术参考。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:173031
    • 提供者:刘军
  1. pcnew061

    0下载:
  2. 台湾凌阳单片机USB驱动源程序,为凌阳大学计划内容之一。-Taiwan Sunplus microcontroller USB Driver source, the University of Sunplus one of the contents of the plan.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:132691
    • 提供者:缪夕
  1. vidcap

    3下载:
  2. 该源代码可以实现通用usb摄像头的视频采集和处理,内部集成了usb驱动程序,可实现usb采集和摄像设备的显示、画面处理等,这些在VC++环境下已编译通过。在代码中也可以根据需要加入自己设计的图像处理算法,以进一步增强功能。-the source code can achieve universal usb camera video collection and processing Integrated within the usb driver, can be realized usb acq
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:166738
    • 提供者:刘洋
  1. me

    0下载:
  2. 和USB驱动通信读取USB设备的数据以及USB设备的一些内部属性-and USB Driver USB communications equipment to read the data and USB devices internal attributes
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:117252
    • 提供者:me
  1. usb-skeleton

    0下载:
  2. This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3536
    • 提供者:张延斌
  1. uedit32

    0下载:
  2. USB driver usb
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1262569
    • 提供者:cui junjie
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com