-
源代码包括在QPSK调制与解调,以及QPS…
源码中包括了QPSK的调制与解调,以及QPSK信号比特误码率的计算-Source code included in the QPSK modulation and demodulation, as well as the QPSK signal bit error rate calculation
- 2022-04-28 13:46:12下载
- 积分:1
-
rfc3023:XML媒体类型
RFC3023:XML媒体类型
- 2022-03-23 14:24:21下载
- 积分:1
-
一个ppp协议实现
一个ppp协议实现--A ppp protocol realization
- 2023-07-26 17:55: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
-
ATmega 128 芯片介绍文档,包括它的中断,I/O,UART,TIMER等
ATmega 128 芯片介绍文档,包括它的中断,I/O,UART,TIMER等-ATmega 128 chip, introduced the document, including its interrupt, I/O, UART, TIMER, etc.
- 2022-03-22 21:14:18下载
- 积分:1
-
China Mobile ADC general technical requirements, industrial applications necessa...
中国移动ADC总体技术要求,行业应用必备文档,中国移动内部资料,网上少见-China Mobile ADC general technical requirements, industrial applications necessary documents, China Mobile" s internal data, on-line rare
- 2022-06-30 09:28:03下载
- 积分:1
-
华为技术与产品入门(华为新员工技术培训教材[非常经典])
华为技术与产品入门(华为新员工技术培训教材[非常经典])-classic huawei technology introduction
- 2023-08-02 08:15:07下载
- 积分:1
-
Modbus
Modbus 通讯协议以及相关功能介绍。-Modbus
- 2023-06-27 09:20:04下载
- 积分:1
-
广州致远电子有限公司,USBCAN的Labwindows下的接口函数库,可能对使用Labwindows的同行们又用。...
广州致远电子有限公司,USBCAN的Labwindows下的接口函数库,可能对使用Labwindows的同行们又用。-Guangzhou Zhiyuan Electronics Co., Ltd., USBCAN under the Labwindows interface library may use Labwindows colleagues again.
- 2022-01-22 17:30:58下载
- 积分:1
-
本书介绍的wcdma系统的基本原理:包括wcdma的系统结构,关键技术,数据传输基本技术,无线接口,基本信令流程,3G业务,实现等...
本书介绍的wcdma系统的基本原理:包括wcdma的系统结构,关键技术,数据传输基本技术,无线接口,基本信令流程,3G业务,实现等-The book described the basic principles of WCDMA systems: including WCDMA system architecture, key technologies, the basic data transmission technology, the wireless interface, the basic signaling flow, 3G business, realize, etc.
- 2022-02-05 21:08:24下载
- 积分:1