-
opnet下的aovd
opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真opnet平台下的aovd协议仿真
- 2022-02-01 05:39:44下载
- 积分:1
-
从m.h.perrott博士论文,关于分数
Ph.D thesis from M.H.Perrott, about Fractional-N PLL design.
- 2023-08-29 02:55:04下载
- 积分:1
-
ymodem协议源码实现
ymodem协议源码实现 -The source of ymoderm protocol
- 2023-05-01 09:45:02下载
- 积分:1
-
phase noise simulation
此程序文件用于相位噪声模拟此程序文件用于相位噪声模拟此程序文件用于相位噪声模拟
- 2022-02-04 19:37:00下载
- 积分: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
-
Based on 430 of the communication code inside the nrf905 positioning system also...
基于430的nrf905通信代码里面还带有gsp定位系统-Based on 430 of the communication code inside the nrf905 positioning system also features a gsp
- 2022-04-15 12:52:37下载
- 积分:1
-
欧洲的一个学生,对802.16a的硕士论文。有OFDM的源代码。
欧洲的一个学生,对802.16a的硕士论文。有OFDM的源代码。-Europe 1 students and the 802.16a master"s thesis. OFDM is the source code.
- 2022-08-10 10:06:04下载
- 积分:1
-
有关通信的信道编码的书籍,涉及通信编码的理论原理与应用...
有关通信的信道编码的书籍,涉及通信编码的理论原理与应用-Of the communication channel coding books, coding theory involved in communication and application of the principle
- 2022-12-10 23:10:05下载
- 积分:1
-
适用于window9x、2000、nt平台的串口监视÷调试平台
适用于window9x、2000、nt平台的串口监视÷调试平台-Applicable to window9x, 2000, nt platform serial monitor debug platform 梅
- 2022-01-25 15:22:34下载
- 积分:1
-
是计算机网络中数据链路层的协议的一些源代码。
是计算机网络中数据链路层的协议的一些源代码。-sd
- 2023-05-14 09:45:02下载
- 积分:1