-
自己编写的关于MIMO 的瑞利衰落信道仿真程序延时为1 2 4
自己编写的关于MIMO 的瑞利衰落信道仿真程序延时为1 2 4-I have written on the MIMO Rayleigh fading channel simulation program delay for the 124
- 2022-10-14 01:50:03下载
- 积分:1
-
C#TCP通信服务端及客户端
此程序为C#语言开发的TCP通信程序源码参考,包含服务端及客户端,新手适合
- 2022-11-09 13:30:04下载
- 积分: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
-
P2PChat_点对点聊天软件
本代码是点对点聊天软件,是参照书上编写。 仅供学习参考利用。
- 2022-10-10 15:45:03下载
- 积分:1
-
netphoto,软件电话,供参考,大家多交流啊
netphoto,软件电话,供参考,大家多交流啊-netphoto, software telephone, for information, everyone exchanges ah
- 2023-06-13 09:40:02下载
- 积分:1
-
Bluetooth audit solution
Bluetooth audit solution
- 2023-02-24 07:20:03下载
- 积分:1
-
串口原代码,有vc++编写的源代码,主要通过线程的管理来实现的。...
串口原代码,有vc++编写的源代码,主要通过线程的管理来实现的。
- 2022-03-14 01:26:02下载
- 积分:1
-
微软亚洲研究院论文:对等应用中基于组的网络性能测量服务
微软亚洲研究院论文:对等应用中基于组的网络性能测量服务-Microsoft Asia Research Institute thesis : applications such as group-based network performance measurement services
- 2022-06-26 13:43:14下载
- 积分:1
-
16QAM communication system simulation program MonteCalo received at Awgn channel...
16QAM通信系统的MonteCalo仿真程序,得到在Awgn信道条件下的误码率曲线-16QAM communication system simulation program MonteCalo received at Awgn channel bit error rate under the conditions of curve
- 2022-05-22 14:50:18下载
- 积分:1
-
BCB源代码
BCB源代码-BCB source code
- 2022-04-19 15:14:22下载
- 积分:1