-
再传次workpcall。
再传次workpcall。- Again passes on workpcall.
- 2023-09-01 14:10:03下载
- 积分:1
-
实现DDNS,动态域名解析的源代码,可以根据需要裁剪和添加
实现DDNS,动态域名解析的源代码,可以根据需要裁剪和添加-Implementation DDNS, Dynamic DNS of the source code, you can cut and add as needed
- 2022-01-24 12:54:22下载
- 积分:1
-
其实一个ircrpg战斗引擎写结合C和C++。梳子…
Lachesis an IRCRPG combat engine written in a combination of C and C++. The combat engine is being written for a specific RPG, but most of the project should be useful to IRCRPGs in general. It includes a native interface to the IRC protocol to allow it to act as an IRC bot, for such uses as dice rolling and acting as a remote-controlled client (RPG NPC perhaps).
- 2022-09-06 06:45: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
-
一个客户端程序,用来连接服务器程序,采用了异步socket编程...
一个客户端程序,用来连接服务器程序,采用了异步socket编程-a client program, used to connect to the server using the asynchronous socket programming
- 2022-03-18 20:41:30下载
- 积分:1
-
Client code can be used as a dipper gourd painting beginners.
客户端的代码实现,可作为初学者画瓢的葫芦。-Client code can be used as a dipper gourd painting beginners.
- 2022-06-21 13:23:57下载
- 积分:1
-
Wince Socket VC++通讯源码
完善的WinCE客户端和服务器端Socket通讯VC++源码。
- 2022-02-03 13:02:32下载
- 积分:1
-
ngrep致力提供大多数GNU grep的共同特征,将它们应用于日…
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
- 2022-02-03 23:34:40下载
- 积分:1
-
send UDP data packet network
发送UDP网络数据包-send UDP data packet network
- 2022-02-04 00:13:35下载
- 积分:1
-
LAN, chat program. A LAN
局域网,聊天程序。一个基于局域网的聊天程序-LAN, chat program. A LAN-based chat program
- 2022-01-31 02:17:58下载
- 积分:1