基本信息
源码名称:海康相机(hidapi)
源码大小:0.12M
文件格式:.zip
开发语言:C/C++
更新时间:2021-01-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

hidapi-master

├── AUTHORS.txt
├── HACKING.txt
├── LICENSE-bsd.txt
├── LICENSE-gpl3.txt
├── LICENSE-orig.txt
├── LICENSE.txt
├── Makefile.am
├── README.txt
├── android
│   └── jni
│       └── Android.mk
├── bootstrap
├── configure.ac
├── doxygen
│   └── Doxyfile
├── hidapi
│   └── hidapi.h
├── hidtest
│   ├── Makefile.am
│   └── hidtest.cpp
├── libusb
│   ├── Makefile-manual
│   ├── Makefile.am
│   ├── Makefile.freebsd
│   ├── Makefile.linux
│   └── hid.c
├── linux
│   ├── Makefile-manual
│   ├── Makefile.am
│   ├── README.txt
│   └── hid.c
├── m4
│   ├── ax_pthread.m4
│   └── pkg.m4
├── mac
│   ├── Makefile-manual
│   ├── Makefile.am
│   └── hid.c
├── pc
│   ├── hidapi-hidraw.pc.in
│   ├── hidapi-libusb.pc.in
│   └── hidapi.pc.in
├── testgui
│   ├── Makefile-manual
│   ├── Makefile.am
│   ├── Makefile.freebsd
│   ├── Makefile.linux
│   ├── Makefile.mac
│   ├── Makefile.mingw
│   ├── TestGUI.app.in
│   │   └── Contents
│   │       ├── Info.plist
│   │       ├── PkgInfo
│   │       └── Resources
│   │           ├── English.lproj
│   │           │   └── InfoPlist.strings
│   │           └── Signal11.icns
│   ├── copy_to_bundle.sh
│   ├── mac_support.cpp
│   ├── mac_support.h
│   ├── mac_support_cocoa.m
│   ├── start.sh
│   ├── test.cpp
│   ├── testgui.sln
│   └── testgui.vcproj
├── udev
│   └── 99-hid.rules
└── windows
    ├── Makefile-manual
    ├── Makefile.am
    ├── Makefile.mingw
    ├── ddk_build
    │   ├── hidapi.def
    │   ├── makefile
    │   └── sources
    ├── hid.c
    ├── hidapi.sln
    ├── hidapi.vcproj
    └── hidtest.vcproj

18 directories, 61 files