-
some of the GPS and GSM design and theoretical basis for the development of this...
一些GPS和GSM的设计和理论基础,对这方面的程序员的开发无疑是有帮助的。
- 2022-03-21 11:10:51下载
- 积分:1
-
三个串行通信方式的6个在窗口中被引入…
用VC 6.0实现串行通信的三种方法
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用
Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。
-VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discussed under different conditions using Visual C serial communication program design of the three methods, and the light of reality, the temperature monitoring data reception.
- 2022-07-06 22:11:05下载
- 积分:1
-
This source provides a flat fading channel the performance of the BPSK modulatio...
本源程序提供在平坦衰落信道下的BPSK调制解调的性能分析,并与理论曲线进行比较,得到了理想的效果-This source provides a flat fading channel the performance of the BPSK modulation and demodulation analysis and comparison with the theoretical curve obtained the desired results
- 2022-12-27 18:25:03下载
- 积分:1
-
这是一份介绍SIP协议的PPT,详细介绍了SIP协议,可以帮助SIP开发人员理解SIP协议各个消息中的头域,以及应用流程。...
这是一份介绍SIP协议的PPT,详细介绍了SIP协议,可以帮助SIP开发人员理解SIP协议各个消息中的头域,以及应用流程。-this is a point for the sip, it introduces the protocol of sip, it can help for programer for understanding the part
- 2022-02-26 10:51:19下载
- 积分:1
-
实现RAS客户类拨号上网系统
实现RAS客户类拨号上网系统-achieve RAS dial-up Internet customers type system
- 2022-05-12 14:27:42下载
- 积分:1
-
数字集群的实现编程,但需要÷进一步晚上才能完全实现,这个程序只是实现了部分演示功能...
数字集群的实现编程,但需要÷进一步晚上才能完全实现,这个程序只是实现了部分演示功能-digital trunking the realization programming, but needs further at can be fully achieved, the procedure is only part of the functional demo
- 2022-04-22 04:21:48下载
- 积分:1
-
Updater codes from a ftp address
来自ftp地址的更新程序代码
- 2022-10-28 18:05: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
-
空间无线信道建模程序matlab,考虑了多径延迟,多普勒效应,信号的角度扩展(拉普拉斯分布),MIMO,可以产生MIMO信道矩阵。...
空间无线信道建模程序matlab,考虑了多径延迟,多普勒效应,信号的角度扩展(拉普拉斯分布),MIMO,可以产生MIMO信道矩阵。-Spatial channel modeling procedures matlab, taking into account multi-path delay, Doppler effect, the signal point of view the expansion of (Laplace distribution), MIMO, can generate MIMO channel matrix.
- 2022-03-11 04:54:42下载
- 积分:1
-
一个通讯的例子
一个通讯的例子-Examples of a communications
- 2022-02-26 15:39:06下载
- 积分:1