-
IP网络的QoS技术研究、队列式的时间延迟和等待…
IP网的QoS技术研究,介绍了排队类型,等待时延等。-IP Network QoS technology research, the type of queue and wait for the time delay.
- 2022-07-07 08:08:15下载
- 积分:1
-
based learning asp Guide
学习asp的基础教程-based learning asp Guide
- 2022-11-12 01:10:03下载
- 积分:1
-
Library of C functions that allows a program to use WinSock 2 functionality if i...
Library of C functions that allows a program to use WinSock 2 functionality if it is available or fall back to WinSock 1.1 if it isn t.
- 2023-07-12 06:30:03下载
- 积分:1
-
这是用于临时邮件10minutemail.com脚本。
This the script which used on 10minutemail.com for temporary email.-This is the script which used on 10minutemail.com for temporary email.
- 2022-03-15 02:51:46下载
- 积分:1
-
jave全站
jave全站-jave entire station
- 2022-02-14 03:22:16下载
- 积分:1
-
c#浏览器. 采用最新的.net技术
c#浏览器. 采用最新的.net技术-browser. Using the latest. Net technology
- 2023-02-27 04:15:03下载
- 积分:1
-
开放源码分布式开发包
开放源码分布式开发包-OSS development kits distributed
- 2023-01-13 22:00:04下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
开放源码的ldap系统
开放源码的ldap系统-Ldap system of openning source
- 2023-01-16 23:55:04下载
- 积分:1
-
network currently running pieces from the agreement procedures
网络当前运行协议枚取程序-network currently running pieces from the agreement procedures
- 2022-06-28 05:48:10下载
- 积分:1