-
点对点通讯软件的VB实现源代码,分为服务器端和客户端。
点对点通讯软件的VB实现源代码,分为服务器端和客户端。-Peer-to-peer communication software realize the VB source code is divided into server-side and client.
- 2022-06-01 22:38:47下载
- 积分: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
-
通信原理的经典讲义,日本东北大学安达幸信教授来华讲义
通信原理的经典讲义,日本东北大学安达幸信教授来华讲义-Communication Theory of classic lectures, Koji Tohoku University Professor Anderson notes here
- 2022-02-11 19:29:00下载
- 积分:1
-
CDMA地计数介绍,还有一些公司地产品策略
CDMA地计数介绍,还有一些公司地产品策略-CDMA to introduce counting, there are some companies and product strategy
- 2022-07-18 11:47:51下载
- 积分:1
-
微软亚洲研究院论文:IEEE802.11无线局域网MAC的性能分析
微软亚洲研究院论文:IEEE802.11无线局域网MAC的性能分析-Microsoft Asia Research Institute Papers : IEEE 802.11 wireless LAN MAC Performance Analysis
- 2022-07-20 01:52:28下载
- 积分:1
-
3GCDMA1x EVDO的资料,做通信和测试的会用到,详细介绍了EVDO的发展和空中接口、实现方式等...
3GCDMA1x EVDO的资料,做通信和测试的会用到,详细介绍了EVDO的发展和空中接口、实现方式等-3GCDMA1x EVDO data, and communications and will be used to test the details of the development and EVDO air interface, such as the realization of the way
- 2023-03-22 14:30:04下载
- 积分:1
-
TC35i手机电路TC35i手机电路
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT -tc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUIT
- 2022-05-28 01:13:01下载
- 积分:1
-
ST20C2/C4 Core
Instruction Set
Reference Manual
ST20C2/C4 Core
Instruction Set
Reference Manual
- 2023-03-08 04:45:03下载
- 积分:1
-
为了更好编程上传资料的详细功能、包含许多有用的信息
为了更好编程上传资料的详细功能、包含许多有用的信息-FOR USE
- 2022-02-05 15:03:36下载
- 积分:1
-
rfc1442标准(SNMP V2)
rfc1442标准(SNMP V2)-rfc1442 standards (SNMP V2)
- 2022-03-26 13:15:30下载
- 积分:1