-
ICMP协议编程,Internet Control Mesage Protocol,windows下通讯编程
ICMP协议编程,Internet Control Mesage Protocol,windows下通讯编程-ICMP agreement programming, Mesage Internet Control Protocol, Programming windows communications
- 2022-02-18 16:35:07下载
- 积分: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
-
%例六 多径传播 %本程序中时间单位是微秒 %频率单位为MHz %码速率单位是Mb/s...
%例六 多径传播 %本程序中时间单位是微秒 %频率单位为MHz %码速率单位是Mb/s- Cases of more than 6 track the spread of the time this process units are microseconds MHz frequency unit code rate units are Mb/s
- 2023-01-31 04:05:03下载
- 积分:1
-
PC ceaner,饼干,DAT临时文件。
pc ceaner, cookies, .dat tempory files,
History,IECache,IECookies
- 2022-02-22 12:39:43下载
- 积分:1
-
For testing Modbus communications, industrial software essential
用于测试Modbus通讯,工业软件的必备-For testing Modbus communications, industrial software essential
- 2023-04-17 22:10:03下载
- 积分:1
-
STK 软件和 Actidyn 模拟器之间的Matlab连接接口
接口程序连接 Actidyn 模拟器 (最准确的 3 轴旋转表) 到仿真软件等系统工具套件 (STK) 通过 Matlab 环境。
- 2022-03-23 10:25:50下载
- 积分:1
-
very important ofdm document
very important ofdm document
- 2022-10-09 14:25:03下载
- 积分:1
-
BPSK This is a simulation program that can be given Channel SNR calculation BPSK...
这是一个BPSK仿真程序,可以在给定信道信噪比下计算BPSK系统的差错概率。-BPSK This is a simulation program that can be given Channel SNR calculation BPSK system error probability.
- 2022-01-30 18:56:23下载
- 积分:1
-
电话网远程通信中CRC校验码的设计,是用delphi编的哦
电话网远程通信中CRC校验码的设计,是用delphi编的哦-Distance Telephone Network Communication CRC is designed with delphi series oh
- 2023-06-10 01:10:03下载
- 积分:1
-
这是一个DDE通信程序。大家看看就知道了,非常驻不错哟。
这是一个DDE通信程序。大家看看就知道了,非常驻不错哟。-This is a DDE communication program. You see, it is a very good in yo.
- 2023-07-05 06:45:04下载
- 积分:1