CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - USB function

搜索资源列表

  1. ChangeDog

    0下载:
  2. 可以停用USB,利用SetupAPI中的函数,结合Windows API,便可以在程序中来停止USB的使用-be suspended USB, SetupAPI use of function, Windows API, will be in the proceedings to stop the use of USB
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:21.39kb
    • 提供者:qtld
  1. USB_Access

    0下载:
  2. 用来在 Delphi 中访问 USB 设备的一组单元,提供了许多函数,可以一看-used in Delphi visit of a USB Device Group unit and for the function, one can see
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13.73kb
    • 提供者:vvyang
  1. 200699131011580

    0下载:
  2. 读写usb 上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。 如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demons
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:202.34kb
    • 提供者:sos110
  1. USBapi

    0下载:
  2. 用c++编写的,通过调用api函数实现对USB设备信息的获取!-prepared to c, by calling api Function USB devices to access information!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40.53kb
    • 提供者:ouyangmaochun
  1. FlashProgramTool

    0下载:
  2. After the single transaction waveforms are implemented in the GPIF Designer, the next step is to integrate the USB portion of the overlying firmware with the GPIF Designer output to perform write and read operations to and from the external FIFO. T
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:344.39kb
    • 提供者:崔卫
  1. u2440Amon.zip

    0下载:
  2. u2440Amon源码为通过USB下载程序的S3C2440工程源码。配合DNW完成USB下载功能。,u2440Amon source code for download through the USB source of S3C2440 works. DNW complete with USB download function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:418.97kb
    • 提供者:rwer
  1. default

    0下载:
  2. 各个目录均包含以下文件: - sbc_vivi : 带USB下载功能的vivi, 可以烧写和启动Linux及WinCE映象文件 所有目录下的sbc_vivi是相同的。 - eboot.nb0 : 烧写辅助文件, 所有目录下的eboot.nb0是相同的 - zImage : 带触摸驱动的Linux内核映象文件-Each directory contains the following documents:- sbc_vivi: with USB download func
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6.47mb
    • 提供者:
  1. kernel.txt.tar

    0下载:
  2. Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to pre
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:9.59kb
    • 提供者:gto
  1. Linux_USB_API

    0下载:
  2. 该文档基本上包含了LINUX下的usb 驱动的API函数全集-Basically, the document contains the usb drive under LINUX API Function Complete
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:61.72kb
    • 提供者:托蒂
  1. glide_mouse

    1下载:
  2. 2.4g class1 无线蓝牙鼠标方案,本方案是量产级方案,可以同时实现鼠标和无线音响的功能-2.4g class1 Bluetooth wireless mouse program, the program is production-level programs, can achieve the function of the mouse and wireless audio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:107.45kb
    • 提供者:liand
  1. usb-zc0301-v4l2-video0-jpeg

    1下载:
  2. 利用Video4Linux内核应用编程接口函数对汽车行驶记录仪中用USB摄像头采集图片的实现进行了开发。基于嵌入式Linux系统的ARM9(EDB9260)平台,对该平台上硬件系统和软件系统的搭建进行简介。配置EDB9260开发商提供的内核(2.6.19),然后具体介绍基于video4linux的USB摄像头图片采集程序的实现,使用autotools来制作Makefile对图像采集程序进行编译。成功的采集到了图片并进行保存,最后完成JPEG压缩的实现。-Video4Linux kernel ap
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:749.84kb
    • 提供者:房龙
  1. USB-serial-driver

    0下载:
  2. 这个结构是定义一个USB串行驱动。它提供了所有的的信息USB系列核心代码的需要。如果函数指针定义,然后当TTY端口功能一致的时候USB系列核心代码会叫他们是所谓的天圆。如果他们不被调用,则为通用串行函数来代替。-This structure is defines a USB Serial driver. It provides all of the information that the USB serial core code needs. If the function pointer
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-23
    • 文件大小:11.5kb
    • 提供者:黄晓
  1. USB-3G

    0下载:
  2. USB3G拨号上网及功能的API详细说明-USB3G dial-up and function API detailed descr iption of
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:833.86kb
    • 提供者:
  1. usb-driver-based-on-arm9

    0下载:
  2. USB驱动程序,ARM9处理器,USB完成鼠标的左键、中键和右键的功能,Linux-2.6.30的内核,用到总线-设备-驱动模型-USB driver, ARM9 processor, USB complete the left button of the mouse button and the right of the function, Linux-2.6.30 kernel, used bus- Equipment- Driver Model
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:2.13kb
    • 提供者:
  1. usb-driver-HEAD-2d19c7c

    0下载:
  2. linux USB 驱动程序,基于libusb的无驱设计,可在此基础上添加功能,应用于其他USB设备-Linux USB driver, based on the design without flooding libusb, can add the function on the basis of this, applied to other USB devices
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:28.39kb
    • 提供者:李蕾
  1. USB-serial-port-driver

    2下载:
  2. 我上传的是USB串口驱动,可以实现linux系统的传输和下载功能,同时可以插USB设备-I uploaded a USB serial driver, linux system can transmit and download function, and can plug a USB device
  3. 所属分类:Driver develop

    • 发布日期:2017-05-22
    • 文件大小:6.51mb
    • 提供者:王永明
  1. sys_miata

    0下载:
  2. the USB function of the 82c693 has it s interrupt connected to the 2nd 8259 controller. So we have to check for it first.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.07kb
    • 提供者:jerdbgen
  1. u_f

    0下载:
  2. u_f.c USB function utilities for Gadget stack. -u_f.c USB function utilities for Gadget stack.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.23kb
    • 提供者:tzgenzs
  1. S3C2440-USB

    0下载:
  2. 这是一个S3C2440下USB模拟U盘的功能-This is a S3C2440 under USB simulation U disk function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:702.03kb
    • 提供者:
  1. usbctl.c.tar

    0下载:
  2. USB查看与分类,在Linux平台下实现的,具体功能可见代码中注释(USB view and classification, implemented in the Linux platform, the specific function visible code comments USB view and classification)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:一个混子
« 12 3 4 5 »
搜珍网 www.dssz.com