-
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
-
iso c 语言标准。不是每个人都看过吧。比大学教材好很多。
iso c 语言标准。不是每个人都看过吧。比大学教材好很多。-ISO IEC 9899 TC3
- 2022-08-17 02:33:43下载
- 积分:1
-
组播通讯的范例,可以视在文字会议系统,多人接收
组播通讯的范例,可以视在文字会议系统,多人接收-multicast communications paradigm, as the language conferencing systems, receiving more than
- 2022-07-11 23:58:07下载
- 积分:1
-
这是一非常好的CMMB教材,PPT的格式。里面涉及到了关键信道编码技术和调制技术。讲得很详细。对初学CMMB的人来说很有意义哦。...
这是一非常好的CMMB教材,PPT的格式。里面涉及到了关键信道编码技术和调制技术。讲得很详细。对初学CMMB的人来说很有意义哦。-This is a very good CMMB materials, PPT format. Which relates to a key channel coding techniques and modulation techniques. Very detailed. For beginners who CMMB Oh meaningful.
- 2022-11-04 06:05:03下载
- 积分:1
-
PDA 开发源码,C#开发代码, windows Mobles 平台
PDA 开发源码,C#开发代码, windows Mobles 平台-PDA open source, C# development code, windows Mobles Platform
- 2022-03-22 08:38:00下载
- 积分:1
-
文件和Alamouti空时编码方案的源代码
A document and source code of Alamouti space time coding scheme
- 2022-01-25 22:35:06下载
- 积分:1
-
correspondence courses Probe production recorded communications
通讯录 vfp制作课程通信录-correspondence courses Probe production recorded communications
- 2022-04-08 21:26:23下载
- 积分: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
-
STM32的iCAN通信程序,KEIL环境.rar
STM32的iCAN通信程序,KEIL环境.rar
STM32的iCAN通信程序,KEIL环境.rar
- 2022-02-03 18:14:13下载
- 积分:1
-
OFDM的书有fundememntals OFDM理论,这是一个很好的来源,请…
OFDM book has the fundememntals of the OFDM theory , it is a good source for beginners-OFDM book has the fundememntals of the OFDM theory , it is a good source for beginners
- 2023-05-12 17:45:03下载
- 积分:1