-
两台电脑简单通信
很简单的源码,通过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
-
Through an external communication tools, send and receive text messages!
通过外部通信工具,发送短信,查看示读信息!-Through an external communication tools, send and receive text messages!
- 2022-08-22 07:17:43下载
- 积分:1
-
多处理器支持论文,相当好,大家不放
多处理器支持论文,相当好,大家不放-multiprocessor support papers pretty well, we look at the link!
- 2022-03-07 14:01:28下载
- 积分:1
-
华为tcp/ip培训ppt,可以下载简单参考
华为tcp/ip培训ppt,可以下载简单参考-Huawei tcp/ip training ppt, can download as a simple reference
- 2023-04-12 04:05:04下载
- 积分:1
-
我的头在我的ROM PDA备份
backup of my rom in pda in my head
- 2022-02-02 21:02:53下载
- 积分:1
-
这个是串口驱动程序开发包
这个是串口驱动程序开发包-Serial Driver Development Kit
- 2022-03-06 23:10:09下载
- 积分:1
-
三篇关于Viterbi FPGA编译码器的优化设计文档:
1、Viterbi译码器的FPGA设计实现与优化.pdf
2、Viterbi译码器的低功耗设计...
三篇关于Viterbi FPGA编译码器的优化设计文档:
1、Viterbi译码器的FPGA设计实现与优化.pdf
2、Viterbi译码器的低功耗设计.pdf
3、基于FPGA的高速并行Viterbi译码器的设计与实现.pdf-3 on the Viterbi FPGA optimization codecs design documents: 1, Viterbi decoder FPGA Design Implementation and Optimization. Pdf2, Viterbi decoder, low-power design. Pdf3, high-speed FPGA-based parallel Viterbi decoder Design and Implementation. pdf
- 2022-02-22 07:00:32下载
- 积分:1
-
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1-10.0-collection of OPNET wireless simulation models and procedures applicable to OPNET8.1- 10.0
- 2022-02-24 16:21:27下载
- 积分:1
-
小灵通程序,有源代码参考的
小灵通程序,有源代码参考的-PHS procedures, the active code reference
- 2022-10-29 13:25:03下载
- 积分:1
-
使用tapi进行拨号并在两台机器间校对时间的程序
使用tapi进行拨号并在两台机器间校对时间的程序-Program which uses tapi to dial and checks time difference between two machines
- 2022-05-31 05:47:34下载
- 积分:1