-
WCDMA CPRI interface protocol, this is version 2.1, used in WCDMA BBU and RRU co...
WCDMA CPRI接口协议,这个是2.1版本,应用在WCDMA BBU和RRU之间的通信-WCDMA CPRI interface protocol, this is version 2.1, used in WCDMA BBU and RRU communications between
- 2022-03-13 11:45:25下载
- 积分:1
-
通过对pcomm.dll调用,对com口通讯的例程.采用多线程方式,可以对多串口进行通讯处理。...
通过对pcomm.dll调用,对com口通讯的例程.采用多线程方式,可以对多串口进行通讯处理。-By pcomm.dll call on the com port communication routines. Using multi-threaded, it can be to deal with multi-serial communication.
- 2022-09-19 12:55:03下载
- 积分:1
-
introduces a general programmable interface based on the Universal Serial Bus
介绍了一种基于通用可编程接口的通用串行总线-高级技术配件解决方案,将普通硬盘转化为Usb Mass Storage.-introduces a general programmable interface based on the Universal Serial Bus-senior technical accessories solution that will drive into ordinary Usb Mass Storage.
- 2022-12-06 14: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
-
这是第三代移动通信中以Kasumi为内核的f8算法的VISUAL C++实现
这是第三代移动通信中以Kasumi为内核的f8算法的VISUAL C++实现-This is the third generation mobile communications to Kasumi for kernel f8 algorithm VISUAL C++ Realize
- 2022-06-17 04:09:39下载
- 积分:1
-
CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC
CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC-16),简记作0x18005。-CRC algorithm and implementation, generating polynomial for the
- 2022-01-23 10:44:51下载
- 积分:1
-
混沌单用户csk调制仿真程序,计算了混沌调制的误码率性能
混沌单用户csk调制仿真程序,计算了混沌调制的误码率性能-csk modulated single-user simulation program, the chaos modulation BER performance
- 2022-10-10 03:15:02下载
- 积分:1
-
GPRS测试代码在winmobile
WinMobile下的gprs测试代码,很适合入门学习。-WinMobile under gprs test code
- 2023-03-12 20:40:04下载
- 积分:1
-
Mfc串口通信
Mfc实现串口通信。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-12-21 00:20:03下载
- 积分:1
-
C#开发短信猫超长短信GSMMODEM.DLL
资源描述GSMMODEM类库,帮助发送与接收短信(通过与短信猫进行串口通信),支持长短信有详细介绍!有例程,有代码,使用非常稳定,完美测试通过Wavecom和西门子短信猫。
- 2022-07-13 23:57:56下载
- 积分:1