-
matlab仿真的TD-WCDMA源码,比较不错的
matlab仿真的TD-WCDMA源码,比较不错的-matlab simulation of the TD-WCDMA source, compare well
- 2022-07-21 17:28:32下载
- 积分:1
-
通信系统中基于MATLAB的关于线性滤波器的仿真程序
通信系统中基于MATLAB的关于线性滤波器的仿真程序-MATLAB-based communication system on the linear filter simulation program
- 2022-01-25 14:56:38下载
- 积分: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
-
galois encode communicacion
galois encode communicacion
- 2022-02-15 10:55:56下载
- 积分:1
-
Turbo码编码器解码器交际
turbo code encoder decoder communicacion
- 2023-04-07 00:55:03下载
- 积分:1
-
精美记事本,超强功能,定能使你爱不释手!
精美记事本,超强功能,定能使你爱不释手!- The fine memorandum, the ultra strong function, decides can
cause you to be unable to put down!
- 2022-05-16 04:23:15下载
- 积分:1
-
用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档....
用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
- 2022-06-18 12:18:10下载
- 积分:1
-
直接调用的实时天气预报信息,在什么地方,就是什么地方的首页....
直接调用的实时天气预报信息,在什么地方,就是什么地方的首页.-Direct calls in real-time weather information, in any place where is the home page.
- 2022-07-17 17:05:09下载
- 积分:1
-
use multicast development of the group over chat software
使用ip多播开发的小组多人聊天软件-use multicast development of the group over chat software
- 2022-08-05 15:32:59下载
- 积分:1
-
ISO14230
iso14230-1汽车通讯协议进行汽车通信必须要支持此协议才能正常通信-iso14230-1 car to car communication protocol must support this protocol can be a normal communication
- 2022-04-08 14:15:32下载
- 积分:1