-
h.264编码器流程图,参考代码版本为jm61
h.264编码器流程图,参考代码版本为jm61-h.264 encoder flowchart, reference code version jm61
- 2023-02-21 22:30:03下载
- 积分:1
-
VB中开发串口,本程序可以帮助初学者很好的了解基本编程要求和技巧!欢迎大家学习,指导...
VB中开发串口,本程序可以帮助初学者很好的了解基本编程要求和技巧!欢迎大家学习,指导-VB in the development of serial port, this program can help beginners a good understanding of the basic programming requirements and skills! Welcomed the U.S. study, the guidance
- 2022-03-23 20:07:38下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
Xinlinx的UART参考设计
Xinlinx的UART参考设计-Xinlinx UART reference design
- 2023-06-22 16:15:03下载
- 积分:1
-
装配AVR测试RS232串行通信
Assembly AVR to test RS232 serial communication
- 2022-03-22 20:04:05下载
- 积分:1
-
本文档详细介绍了在WINDOWS下用VC6.0编译ORTP的方法,还有要用到的4个头文件...
本文档详细介绍了在WINDOWS下用VC6.0编译ORTP的方法,还有要用到的4个头文件-this document described in detail under Windows with VC6.0 compiler ORTP way still have to use the four header file
- 2022-04-13 05:11:13下载
- 积分:1
-
PDA手机益智小游戏设计编程,是一本学习的好书
PDA手机益智小游戏设计编程,是一本学习的好书-PDA mobile phone puzzle game design program is a good learning
- 2022-08-02 13:25:00下载
- 积分:1
-
under windows called ordinary USB camera program source code to prepare based on...
windows下调用普通USB摄像头的程序源码
基于DirectShow编写-under windows called ordinary USB camera program source code to prepare based on DirectShow
- 2022-12-25 09:45:03下载
- 积分:1
-
mina 串口通信
使用mina框架进行串口通信的demo示例。使用mina框架调用dll文件实现串口的监听。
mina
- 2022-04-16 17:33:41下载
- 积分:1
-
SCSI Block Command(scsi命令指令集)
SCSI Block Command(scsi命令指令集)-SCSI Block Command (scsi command instruction set)
- 2022-01-31 01:48:03下载
- 积分:1