-
network currently running pieces from the agreement procedures
网络当前运行协议枚取程序-network currently running pieces from the agreement procedures
- 2022-06-28 05:48:10下载
- 积分:1
-
ASP_成语查询拼音简繁转换程序
ASP_成语查询拼音简繁转换程序-ASP_ idiom inquiries Pinyin signpost procedures
- 2022-01-22 12:47:11下载
- 积分:1
-
删除、添加、修改文件,并且可以查看、保存、退出,实现数据库功能...
删除、添加、修改文件,并且可以查看、保存、退出,实现数据库功能-very useful ,and very interesting
- 2022-05-20 00:33:38下载
- 积分:1
-
一个聊天室的代码
一个聊天室的代码-a chat room code
- 2022-03-11 20:43:10下载
- 积分:1
-
我自己收集的一堆关于网络方面的介绍和实用教程,绝对是有利于提高自身技术的!...
我自己收集的一堆关于网络方面的介绍和实用教程,绝对是有利于提高自身技术的!-I collected a pile on the network and the introduction of practical course, it is absolutely conducive to improving their own techniques!
- 2022-03-21 02:35:30下载
- 积分:1
-
用vc++实现超级连接
用vc++实现超级连接-with hyperlinks to achieve vc
- 2022-02-21 12:11:44下载
- 积分:1
-
这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释...
这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释-This is a single-threaded data source to send and receive functions, and has clear notes
- 2022-08-19 07:16:44下载
- 积分:1
-
网页下载
网页下载-website
- 2023-04-01 02:50:03下载
- 积分: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
-
This the client part of the chat application. Clients can connect to the chat se...
This the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.-This is the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.
- 2022-10-16 01:05:03下载
- 积分:1