登录
首页 » C# » libusb

libusb

于 2020-02-28 发布
0 297
下载积分: 1 下载次数: 12

代码说明:

说明:  usblib完整库,包含例子,各位仅供参考一下(Usblib complete library, including examples)

文件列表:

libusb\examples\bin32\fxload.exe, 99328 , 2018-03-25
libusb\examples\bin32\listdevs.exe, 83968 , 2018-03-25
libusb\examples\bin32\testlibusb.exe, 91136 , 2018-03-25
libusb\examples\bin32\xusb.exe, 104960 , 2018-03-25
libusb\examples\bin64\fxload.exe, 114688 , 2018-03-25
libusb\examples\bin64\listdevs.exe, 99840 , 2018-03-25
libusb\examples\bin64\testlibusb.exe, 108544 , 2018-03-25
libusb\examples\bin64\xusb.exe, 123904 , 2018-03-25
libusb\examples\source\ezusb.c, 24538 , 2018-03-25
libusb\examples\source\ezusb.h, 4431 , 2018-03-25
libusb\examples\source\fxload.c, 9661 , 2018-03-25
libusb\examples\source\listdevs.c, 1893 , 2018-03-25
libusb\examples\source\stdint.h, 7315 , 2018-03-25
libusb\examples\source\testlibusb.c, 8920 , 2018-03-25
libusb\examples\source\xusb.c, 39690 , 2018-03-25
libusb\include\libusb-1.0\libusb.h, 74841 , 2018-03-25
libusb\libusb-1.0.def, 7722 , 2018-03-25
libusb\MinGW32\dll\libusb-1.0.dll, 257912 , 2018-03-25
libusb\MinGW32\dll\libusb-1.0.dll.a, 140064 , 2018-03-25
libusb\MinGW32\static\libusb-1.0.a, 182472 , 2018-03-25
libusb\MinGW64\dll\libusb-1.0.dll, 280371 , 2018-03-25
libusb\MinGW64\dll\libusb-1.0.dll.a, 140764 , 2018-03-25
libusb\MinGW64\static\libusb-1.0.a, 199682 , 2018-03-25
libusb\MS32\dll\libusb-1.0.dll, 102912 , 2018-03-25
libusb\MS32\dll\libusb-1.0.lib, 49464 , 2018-03-25
libusb\MS32\dll\libusb-1.0.pdb, 953344 , 2018-03-25
libusb\MS32\static\libusb-1.0.lib, 937612 , 2018-03-25
libusb\MS64\dll\libusb-1.0.dll, 121856 , 2018-03-25
libusb\MS64\dll\libusb-1.0.lib, 46686 , 2018-03-25
libusb\MS64\dll\libusb-1.0.pdb, 904192 , 2018-03-25
libusb\MS64\static\libusb-1.0.lib, 968654 , 2018-03-25
libusb\README.txt, 3153 , 2018-03-25
libusb\examples\bin32, 0 , 2020-02-28
libusb\examples\bin64, 0 , 2020-02-28
libusb\examples\source, 0 , 2020-02-28
libusb\include\libusb-1.0, 0 , 2020-02-28
libusb\MinGW32\dll, 0 , 2020-02-28
libusb\MinGW32\static, 0 , 2020-02-28
libusb\MinGW64\dll, 0 , 2020-02-28
libusb\MinGW64\static, 0 , 2020-02-28
libusb\MS32\dll, 0 , 2020-02-28
libusb\MS32\static, 0 , 2020-02-28
libusb\MS64\dll, 0 , 2020-02-28
libusb\MS64\static, 0 , 2020-02-28
libusb\examples, 0 , 2020-02-28
libusb\include, 0 , 2020-02-28
libusb\MinGW32, 0 , 2020-02-28
libusb\MinGW64, 0 , 2020-02-28
libusb\MS32, 0 , 2020-02-28
libusb\MS64, 0 , 2020-02-28
libusb, 0 , 2020-02-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TCPIPclient
    tcp/ip的客户端程序,是我自己写的,希望可以帮到大家。(client coder of tcp/ip)
    2018-06-06 13:27:09下载
    积分:1
  • v1_test_led
    Light up LED, realize intelligent control LED, light up two LEDs
    2020-06-21 23:20:01下载
    积分:1
  • gps,glonass双模定位daohang
    gps,glonass双模定位,求解用户位置坐标,和接收机钟差(the gps, glonass dual-mode positioning)
    2020-07-05 20:48:59下载
    积分:1
  • srilm_vc2008
    The SRI Language Modeling Toolkit contains a bunch of useful utilities for language modeling related research. The standard toolkit only includes build procedures for unix and Windows using Cygwin. I wanted to use the libraries in a Visual Studio project, so here is a solution and project files that builds native Windows libraries and the associated command-line utilities. Instructions * Download and unpack the SRILM toolkit. * Unzip the below solution archive to the SRILM root directory. * Load the srilm.sln in Visual Studio 2005. * Select either Debug or Release in Build->Configuration Manager * Right-click on each project in the libs folder, select Build. * Build any of the command-line utilities you need.
    2010-12-02 20:24:05下载
    积分:1
  • area
    定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。 重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
    2014-02-07 23:13:19下载
    积分:1
  • StuScore
    利用Visual Studio中的MFC功能和MysqL写的学生成绩管理系统应用程序,具有学生信息、成绩信息、课程信息等入库/批量入库、查询、修改等功能,教师登陆和学生登录有不同的权限(Use MFC in Visual Studio features and MysqL students write application performance management system, with student information, performance information, course information storage/bulk storage, query, modify the functions of teachers and students to log on landing have different permissions)
    2009-06-11 17:46:54下载
    积分:1
  • 功能非常齐全的Grid Control
    【实例简介】vc2019版,功能非常齐全的Grid Control,自定义单元格背景和字体颜色、高度、宽度、大小等属性,包括串口读写访问,使用非常方便
    2021-11-14 00:44:30下载
    积分:1
  • mi
    说明:  学习PCI设备驱动结构的最好例子,简单易懂,很快入门(NT Driver)
    2010-05-08 08:13:12下载
    积分:1
  • Winlogon
    winlogon.exe调用接口函数,用于更改访问控制方式的函数(winlogon)
    2016-05-08 12:02:12下载
    积分:1
  • CoodConvert
    测绘行业的坐标转换程序 用于大地坐标系,空间直角坐标系转换 大地坐标系,直角坐标系转换(Mapping the coordinates of the conversion process industries for the geodetic coordinate system, Cartesian coordinate system conversion of space geodetic coordinate system, Cartesian coordinate system conversion)
    2020-09-30 11:27:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载