-
无线通信系统中的空时编码的仿真程序。多天线发送,多天线接受系统。衰落信道。...
无线通信系统中的空时编码的仿真程序。多天线发送,多天线接受系统。衰落信道。-wireless communication systems and space-time coding the simulation program. Multi-antenna sending, receiving multiple antenna system. Fading Channel.
- 2022-02-10 15:10:19下载
- 积分:1
-
看一下,有帮助的,这是我初学mfc看到的比较经典的
看一下,有帮助的,这是我初学mfc看到的比较经典的-Look, there are helpful, this is my beginner to see the comparative mfc classic
- 2022-02-03 15:54:20下载
- 积分:1
-
编译过可运行的PSK31通信程序,可运行,原代码已上传.
编译过可运行的PSK31通信程序,可运行,原代码已上传.-Can be compiled to run PSK31 communication program can be run, the original code has been uploaded.
- 2022-01-26 06:49:59下载
- 积分:1
-
该文档能为初学者更好的了解用mapinfo空件开发gis带来的好处
该文档能为初学者更好的了解用mapinfo空件开发gis带来的好处-the document for beginners with a better understanding of the development of MapInfo empty pieces of the benefits gis
- 2022-11-17 15:50:03下载
- 积分:1
-
运用群操作进行多用户检测,matlab程序
运用群操作进行多用户检测,matlab程序-The use of group operation multi-user detection, matlab program
- 2022-01-21 21:24:09下载
- 积分:1
-
WCDMA是Matlab的Simulink仿真。WCDMA TDD for the Study of one型有朋友……
WCDMA的一个matlab simulink仿真。对于研究WCDMA TDD一类的朋友有帮助!-WCDMA a matlab simulink simulation. WCDMA TDD for the study of one type of a friend has to help!
- 2023-01-22 02:00:04下载
- 积分:1
-
自己用delphi写的无线传感器网络的源码,配合hellicom公司的硬件设备可以搭建无线传感器网络...
自己用delphi写的无线传感器网络的源码,配合hellicom公司的硬件设备可以搭建无线传感器网络-used to write their own wireless sensor network source, hellicom with hardware companies can build wireless sensor networks
- 2022-01-24 09:52:16下载
- 积分: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
-
GPRS自动设置程序(增加联通wap设置)
GPRS自动设置程序(增加联通wap设置)-GPRS auto-setup program (an increase of Unicom wap settings)
- 2022-10-16 03:00:03下载
- 积分:1
-
Mobile theory lectures with captions, the best choice for entry
手机原理讲义、带图片说明,入门的最佳选择-Mobile theory lectures with captions, the best choice for entry-
- 2022-03-05 09:13:56下载
- 积分:1