-
gsm model..........it i sgreat useful........check i t out
gsm model..........it i sgreat useful........check i t out
- 2022-03-14 08:26:12下载
- 积分:1
-
An object
一个面向对象化的结构分析串口通信处理,非常好的说明串口通信-An object-oriented analysis of the structure of deal with serial communication, a very good description of serial communication
- 2022-02-14 16:14:11下载
- 积分: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
-
文章中比较了在时变信道条件下的自适应均衡算法
文章中比较了在时变信道条件下的自适应均衡算法-More article in the time-varying channel conditions, the adaptive equalization algorithm
- 2022-08-09 23:29:29下载
- 积分:1
-
MATLAB实现基于OFDM系统16QAM子系统
基于matlab实现的OFDM系统中的16QAM子系统-Matlab implementation based OFDM systems 16QAM Subsystem
- 2022-06-29 05:45:15下载
- 积分:1
-
中国电信parlay api接口规范文档。
中国电信parlay api接口规范文档。-China Telecom parlay api interface specification documents.
- 2022-03-19 20:21:32下载
- 积分:1
-
galois code generator polinomiale
galois code generator polinomiale
- 2023-08-15 05:00:03下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-03-03 16:21:29下载
- 积分:1
-
从《无线通信FPGA设计》一书中摘录下来的WCDMA系统小区搜索的FPGA实现第三部分代码。...
从《无线通信FPGA设计》一书中摘录下来的WCDMA系统小区搜索的FPGA实现第三部分代码。-From the " Wireless FPGA Design" a book excerpt down the WCDMA system cell search FPGA to achieve the third part of the code.
- 2022-03-23 04:23:26下载
- 积分:1
-
短信开发控件,支持西门子,诺基亚,使用串口线或者红外线连接...
短信开发控件,支持西门子,诺基亚,使用串口线或者红外线连接-SMS Development Control and support of Siemens, Nokia, the use of infrared or serial line connectivity
- 2022-01-26 03:17:04下载
- 积分:1