-
是一个关于解相关多用户检测的matlab源程序以及程序说明
是一个关于解相关多用户检测的matlab源程序以及程序说明
-Is the a on decorrelating multi-user detection matlab source, as well as description of the procedures
- 2022-04-07 00:32:34下载
- 积分:1
-
users can prevent the same number of landing, win32asm odbc tcp prepared (multit...
可以防止同一用户多次登陆,win32asm+odbc+tcp编写(多线程)-users can prevent the same number of landing, win32asm odbc tcp prepared (multithreaded)
- 2022-12-01 15:20:08下载
- 积分:1
-
组播通讯的范例,可以视在文字会议系统,多人接收
组播通讯的范例,可以视在文字会议系统,多人接收-multicast communications paradigm, as the language conferencing systems, receiving more than
- 2022-07-11 23:58:07下载
- 积分:1
-
无线传感器网络安全演示
Wireless Sensor Network SEcurity demo
- 2022-12-09 16:25:03下载
- 积分:1
-
Inside sip English, learning a good tutorial sip agreement, with the Chinese ver...
sip 揭密英文版,学习sip协议很好的教程,可以与中文版一块阅读。-Inside sip English, learning a good tutorial sip agreement, with the Chinese version of a piece of reading.
- 2022-02-10 13:40:00下载
- 积分:1
-
用VB6实现仪器串口通信及检测功能
用VB6实现仪器串口通信及检测功能-with VB6 achieve serial communication equipment and detection capabilities
- 2022-04-11 10:00:03下载
- 积分: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
-
CnComm,VC串口通信类的最新版本,包括所有源C.
CnComm,VC串口通信类最新版,包括所有源码和使用文档-CnComm, VC serial communication class the latest version, including all source code and the use of documents
- 2022-05-22 04:50:35下载
- 积分:1
-
802.11n client throughput performance
802.11n client throughput performance
- 2023-06-15 22:40:03下载
- 积分:1
-
微软亚洲研究院论文:ROHC
微软亚洲研究院论文:ROHC-TCP:单向操作的优化-Microsoft Asia Research Institute Papers : ROHC-TCP : Optimization of one-way operation
- 2023-07-18 09:25:03下载
- 积分:1