-
两台电脑简单通信
很简单的源码,通过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
-
无线通信的MC CDMA系统的误码率ebvaluation
Ber ebvaluation of MC CDMA system for wireless communication
- 2023-08-12 11:15:03下载
- 积分:1
-
Huawei GTM900 integrated module of the AT commands on the STK, please meet the G...
华为GTM900一体化模块中关于STK的AT命令说明,请配合GTM900 AT手册一起使用。-Huawei GTM900 integrated module of the AT commands on the STK, please meet the GTM900 AT manual together.
- 2023-05-08 18:35:03下载
- 积分:1
-
SGIP SERVER
SGIP模拟网关,可以本地测试短信测试发送的情况-SGIP SERVER
- 2022-10-15 17:10:03下载
- 积分:1
-
USB总线与429总线数据转换的用户应用程序,包括界面和一些通信程序...
USB总线与429总线数据转换的用户应用程序,包括界面和一些通信程序-USB bus with 429 users of data conversion applications, including interface and some of Communication Procedures
- 2022-02-26 07:31:02下载
- 积分:1
-
WAP2.0UAProfile收集,可以为WAP编程、测试、应用提供参考,有重要的参考价值...
WAP2.0UAProfile收集,可以为WAP编程、测试、应用提供参考,有重要的参考价值-collection of WAP2.0UAProfile, good reference for WAP codeing,testing and applicaton,valuble material.
- 2022-04-13 14:27:23下载
- 积分:1
-
VC编写的opc客户端程序,很详细的教你如何编写一个完整的opc客户端程序...
VC编写的opc客户端程序,很详细的教你如何编写一个完整的opc客户端程序-VC Oligomeric Proanthocyanidins prepared by the client, a very detailed teach you how to prepare a complete client Oligomeric Proanthocyanidins
- 2022-01-26 19:13:31下载
- 积分:1
-
基于局域网的一个聊天程序,实现文字传输的聊天程序
基于局域网的一个聊天程序,实现文字传输的聊天程序-A LAN-based chat program, realize transmission of text chat program
- 2022-05-18 08:41:40下载
- 积分:1
-
OFDM中的MIMO
LTE 是 GSM/UMTS 标准演变和无线数据通讯技术标准。LTE 的目标是使用围绕千年之交开发出的新的数字信号处理技术和调制技术来增加无线数据网络的速度和容量。 进一步的目标是重新设计和简化的网络体系结构,实现基于 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 15:41:45下载
- 积分:1
-
中国WCDMA接口协议版本有关成分的细节…
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程-Chinese version of WCDMA Interface Protocol for details about the composition and structure of WCDMA interface flow
- 2022-03-11 22:35:41下载
- 积分:1