-
OFDM完美代码
十分全面的OFDM源程序,分模块写的M文件,解压之后,运行主文件十分全面的OFDM源程序,分模块写的M文件,解压之后,运行主文件十分全面的OFDM源程序,分模块写的M文件,解压之后,运行主文件十分全面的OFDM源程序,分模块写的M文件,解压之后,运行主文件十分全面的OFDM源程序,分模块写的M文件,
- 2022-05-18 14:13:47下载
- 积分:1
-
LEACH协议
应用背景•浸出(LEACH)是一种无线路由协议在传感器网络:–基站(sink)是固定的–传感器节点均匀•浸出节能通过:–聚集–自适应聚类关键技术•浸在WSN 增加能量;增加使用时间和吞吐量
- 2022-11-03 14:45: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
-
Gpsapi 2.0(标准mobile接口)
Gpsapi 2.0(æ ‡å‡†mobile接å£)
- 2022-03-19 23:06:18下载
- 积分:1
-
用spcomm编写的串口监视程序,包括在线监视和离线监视
用spcomm编写的串口监视程序,包括在线监视和离线监视-spcomm prepared with the serial monitoring program, including online and offline monitoring surveillance
- 2022-02-24 11:12:44下载
- 积分:1
-
优秀的计算机技能100条,XP 70 reg文件优化
电脑技巧精彩文章100篇,XP优化七十项REG文件-Excellent computer skills article 100, XP 70 REG file optimization
- 2022-08-13 20:58:23下载
- 积分:1
-
点到点无线通信实验,属于无线传感器网络中基础通信类相关代码。...
点到点无线通信实验,属于无线传感器网络中基础通信类相关代码。-Point-to-point wireless communications experiment, wireless sensor networks belong to basic communications in the relevant category code.
- 2022-07-17 03:13:19下载
- 积分:1
-
AIN系列ALPHA 全电子式多功能电能表 通讯规约
AIN系列ALPHA 全电子式多功能电能表 通讯规约-AIN series ALPHA-wide multi-function watt-hour meter electronic communications Statute
- 2022-02-02 18:15:35下载
- 积分:1
-
Delphi environment using MSComm controls serial programming, has been compiled t...
Delphi环境下用MSComm控件进行串口编程,已在Delphi6.0下编译通过。-Delphi environment using MSComm controls serial programming, has been compiled through under Delphi6.0.
- 2022-03-16 18:25:58下载
- 积分:1
-
Skype API source code control and achieve skype most functional, some bug.
Skype API delphi 控件源码,实现skype大部分功能,有一些bug。-Skype API source code control and achieve skype most functional, some bug.
- 2023-01-25 18:30:04下载
- 积分:1