-
详细比较了两个流行的网络模拟器opnet和glomosim的优缺点
详细比较了两个流行的网络模拟器opnet和glomosim的优缺点-A detailed comparison of two popular network simulator OPNET and the advantages and disadvantages of glomosim
- 2022-10-08 14:10:03下载
- 积分:1
-
This is what I have written serial debugger, we want to help
这是我自己编写的串口调试程序,希望对大家有所帮助-This is what I have written serial debugger, we want to help
- 2022-02-14 05:05:00下载
- 积分:1
-
基于串口收发的无线接收应用软件,供参考学习
基于串口收发的无线接收应用软件,供参考学习-Serial Transceivers Based on the reception of wireless application software for information learning
- 2022-11-13 11:00:03下载
- 积分:1
-
对AODV协议的流程进行了详细的描述文件…
一个对AODV协议流程进行详细说明的文档,对深入学习AODV协议有很好的帮助
- 2022-03-17 00:28:33下载
- 积分:1
-
BCH码的编码和解码全部过程的源代码,可以自行改变参数
BCH码的编码和解码全部过程的源代码,可以自行改变参数-BCH codes of all the process of encoding and decoding of the source code, can change the parameters
- 2022-02-27 00:06:53下载
- 积分:1
-
Serial debugger, you can translate UNICODE, in particular to test mobile phone S...
串口调试程序,可以翻译UNICODE,特别可以测试手机SMS,可以记录发送内容-Serial debugger, you can translate UNICODE, in particular to test mobile phone SMS, can send the contents of records
- 2022-01-30 15:10:54下载
- 积分:1
-
This is a communications software
这是一个通讯软件-This is a communications software
- 2022-08-08 11:56:05下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
some C++ builder documents collected by myself, which are mainly on serial port
我个人收藏的c++builder源代码文档,介绍了串口通信的开发-some C++ builder documents collected by myself, which are mainly on serial port
- 2022-03-12 00:17:38下载
- 积分:1
-
We investigate the case of independent Rayleigh faded paths between antenna elem...
We investigate the case of independent Rayleigh faded paths between antenna elements and find that with
high probability extraordinary capacity is available. Compared to the baseline n = 1 case, which by Shannon’s
classical formula scales as one more bit/cycle for every 3 dB of signaltonoise
ratio (SNR) increase, remarkably
withMEAs, the scaling is almost like n more bits/cycle for each 3 dB increase in SNR. To illustrate how great this
capacity is, even for small n, take the cases n = 2, 4 and 16 at an average received SNR of 21 dB. For over 99
of the channels the capacity is about 7, 19 and 88 bits/cycle respectively, while if n = 1 there is only about 1.2
bit/cycle at the 99 level. For say a symbol rate equal to the channel bandwith, since it is the bits/symbol/dimension
that is relevant for signal constellations, these higher capacities are not unreasonable. The 19 bits/cycle for n = 4
amounts to 4.75 bits/symbol/dimension while 88 bits/cycle for n = 16 amounts t
- 2023-04-26 08:00:04下载
- 积分:1