-
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
-
支持局域网对战的飞行棋
支持局域网对战的飞行棋-To support the LAN flight chess battle
- 2022-08-16 17:06:27下载
- 积分:1
-
tieba
利用python爬虫爬取贴吧头像及贴吧ID(Use Python crawler crawling stick stick head and stick it ID)
- 2017-09-12 14:17:44下载
- 积分:1
-
ddos
说明: ddos,一个很好的DDOS工具。。。。。。(ddos a intersing software)
- 2020-06-19 09:15:41下载
- 积分:1
-
Socket编程经典入门实例
Socket编程经典入门实例,非常适合初学者学习使用,包括客户端、服务器端的源码
- 2022-03-14 10:22:21下载
- 积分:1
-
介绍了在vc中产生随即数的常用方法,方便应用程序的开发。
介绍了在vc中产生随即数的常用方法,方便应用程序的开发。-rand number
- 2022-08-17 17:05:33下载
- 积分:1
-
vc编写的五子棋程序,可以进行网络对战,属于网络编程。
vc编写的五子棋程序,可以进行网络对战,属于网络编程。-vc Gobang written procedures can be online play, part of network programming.
- 2022-03-25 09:43:56下载
- 积分:1
-
30348
取网页文本中的指定内容例程,使用“HTTP读文件”命令读取网页文本,再分析网页文本取指定内容。(Take page text contents of the specified routine use HTTP read file command reads the text on the page , and then analyze the text to take the specified website content.)
- 2016-03-31 19:04:56下载
- 积分:1
-
sizupation-turbo
wcdma协议中的turbo码链路仿真,基于bpsk,可以测试误比特率和误帧率等性能(The turbo code link simulation in wcdma protocol, based on bpsk, can test the performance of bit error rate and frame error rate.)
- 2018-07-27 22:33:49下载
- 积分:1
-
ContentEncodingList
ContentEncodingList extends SIPHeaderList.
- 2014-01-08 10:56:38下载
- 积分:1