-
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4...
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files.
- 2022-04-12 23:15:03下载
- 积分:1
-
cpress鼠标固件源码
cpress鼠标固件源码--Source code for cpress mouse.
- 2022-01-25 22:12:30下载
- 积分:1
-
通过串口实现数据采集和显示,可以充当简易示波器使用,对于嵌入式开发具有一定的帮助。...
通过串口实现数据采集和显示,可以充当简易示波器使用,对于嵌入式开发具有一定的帮助。-Through the serial port data acquisition and display, can act as simple to use the oscilloscope for embedded development with some help.
- 2022-02-07 00:35:48下载
- 积分:1
-
AVR SDMMC闪存文件系统FAT16 / 32 ..支持。ICCAVR的源代码…有限公司...
AVR SDMMC flash file system..fat16/32 support..ICCAVR source code included... cool:)
- 2022-01-31 17:44:55下载
- 积分:1
-
基于opencv手势识别的智能机器人代码
void track_hand()
{
image = cvCreateImage( sz, 8, 3 );
hsv = cvCreateImage( sz, 8, 3 );
hue = cvCreateImage( sz, 8, 1 );
mask = cvCreateImage( sz, 8, 1 );
//分配掩膜图像空间
backproject = cvCreateImage( sz, 8, 1 );
//分配反向投影图空间,大小一样,单通道
- 2022-01-21 17:27:04下载
- 积分:1
-
Users hook the relevant Vice
用户副函数钩子的相关定义,主要的用户函数应用代码
-Users hook the relevant Vice-function definition, the main function of the user application code
- 2023-01-21 04:25:03下载
- 积分:1
-
Samsung S3C2440 Samsung S3C2440 data information
三星S3C2440资料
三星S3C2440资料 -Samsung S3C2440 Samsung S3C2440 data information
- 2022-01-27 21:28:15下载
- 积分:1
-
串口中断_niosII.c SOPC UART!
串口中断_niosII.c SOPC UART!-Serial interrupt _niosII.c SOPC UART!
- 2022-07-19 12:00:55下载
- 积分:1
-
sim_driver
sim卡操作驱动程序。有完善的冷复位,ATR解析,PPS参数调整等等内容。
- 2023-08-29 03:20:04下载
- 积分:1
-
基于FPGA的IP camera的开源系统
基于FPGA的IP camera的开源系统-FPGA-based IP camera open source system
- 2022-07-23 16:56:43下载
- 积分:1