-
ZigBee网络资源指南
zigbee resource guide
- 2022-05-20 04:39:48下载
- 积分:1
-
全面认识数字电视之基本知识.zip
全面认识数字电视之基本知识...
全面认识数字电视之基本知识.zip
全面认识数字电视之基本知识-comprehensive understanding of digital television basic knowledge. Zip comprehensive understanding of digital television basic knowledge
- 2022-03-17 23:44:22下载
- 积分:1
-
这个是用vb编写的云台控制系统,控制上下左右都可以设置码率,比较方便...
这个是用vb编写的云台控制系统,控制上下左右都可以设置码率,比较方便-This is prepared using vb Yuntai control system, control can be set up around the whole bit-rate, more convenient
- 2022-08-23 01:08:19下载
- 积分:1
-
it can delete the zero from the HDLC frame ,make the information correct.
他可以完成HDLC帧的删零功能,使得收端能够正确的恢复出HDLC中携带的信息-it can delete the zero from the HDLC frame ,make the information correct.
- 2022-02-12 04:09:36下载
- 积分:1
-
- 2022-03-05 00:39:48下载
- 积分:1
-
coding, communications shift register integrated version of MFC
编码、通信中移位寄存器综合MFC版本-coding, communications shift register integrated version of MFC
- 2022-03-22 07:15:22下载
- 积分:1
-
adpcm64_g722.rar代码
adpcm64k g.722源码-adpcm64_g722.rar code
- 2022-03-01 02:22:01下载
- 积分:1
-
Debian Linux下的通讯程序
Debian Linux下的通讯程序 -The communication example for Debian Linux
- 2022-03-22 19:20:26下载
- 积分:1
-
vbalst 的自己编写的迫零检测程序,包含有误差和无误差两种情形...
vbalst 的自己编写的迫零检测程序,包含有误差和无误差两种情形-vbalst" s own testing procedures prepared by zero-forcing, contains two kinds of errors and error-free case
- 2022-03-04 22:15:36下载
- 积分: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