-
Capacity of a MIMO channel
在本计划中,将考虑高度分散的环境;
- 2022-04-21 17:30:56下载
- 积分:1
-
microchip的zigbee 路由 例子程序,比较详细,建议大家
microchip的zigbee 路由 例子程序,比较详细,建议大家-microchip examples of zigbee routing procedures in greater detail, we look at the recommendations
- 2023-07-26 12: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
-
详细介绍了VC下利用WINDOWS API函数来实现与符合HID设备类的USB接口通信,并给出了通信程序的部分源代码...
详细介绍了VC下利用WINDOWS API函数来实现与符合HID设备类的USB接口通信,并给出了通信程序的部分源代码-details of VC using Windows API function to achieve compliance with the type of equipment HID USB communications, and communications procedures given the source code
- 2022-03-11 18:38:06下载
- 积分:1
-
Introduction This document is at saturation soliton transmission medium matlab s...
此文档是介绍孤子在饱和介质中传输的matlab仿真过程,孤子仿真网上有很多文章,可是均不带源码,恰巧本人编了些就都传上了,希望对各位有用。-Introduction This document is at saturation soliton transmission medium matlab simulation process, there is a lot of soliton simulation online article, but not with source code, I made something happen on both a mass on the hope that useful to you.
- 2022-04-30 13:33:23下载
- 积分:1
-
移动通讯协议文档,很有参考价值
移动通讯协议文档,很有参考价值-mobile communication protocol documents, was useful
- 2022-02-10 17:37:50下载
- 积分:1
-
这个文档详细讲解了在单片机上实现控制GSM模块的格式,对于开发远程通信系统的人员很有用...
这个文档详细讲解了在单片机上实现控制GSM模块的格式,对于开发远程通信系统的人员很有用-This document gave a detailed account in single-chip GSM module to achieve control over the format of the remote communication system for the development of personnel is useful
- 2022-04-07 10:20:48下载
- 积分:1
-
微软亚洲研究院论文:3G网络中可扩展视频的网络自适应传输
微软亚洲研究院论文:3G网络中可扩展视频的网络自适应传输-papers Microsoft Research Asia : 3G network scalable video Adaptive Transmission Network
- 2022-03-11 21:19:16下载
- 积分:1
-
讨论两。1rx发射分集方案称为Alamouti空时分组编码…
Discuss 2Tx. 1Rx transmit diversity scheme called Alamouti Space Time Block Coding (STBC)-Discuss 2Tx. 1Rx transmit diversity scheme called Alamouti Space Time Block Coding (STBC)
- 2022-02-13 06:37:01下载
- 积分:1
-
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect...
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect-Evc development with some examples of FOSS, AnimateDraw, CopyScreen, Draw2DGraph, DrawExam, speciallyEffect
- 2022-02-05 00:53:48下载
- 积分:1