-
聊天程序,分客户端和服务端
聊天程序,分客户端和服务端-Chat program, sub-client and server
- 2023-01-31 22:25:04下载
- 积分:1
-
邮件发送c++源代码,实现应用程序发送电子邮件功能,提供比较详细的调用方法。...
邮件发送c++源代码,实现应用程序发送电子邮件功能,提供比较详细的调用方法。-E-mail c++ Source code, send an e-mail realize application functionality to provide a more detailed method call.
- 2022-03-17 20:58:15下载
- 积分:1
-
Windows网络编程代码例子集合,可以供初学者参考
Windows网络编程代码例子集合,可以供初学者参考-Windows network programming code examples of a collection, you can reference for beginners
- 2022-01-26 06:04:37下载
- 积分:1
-
The objective is to use the protocol that contains the flow of packages between...
The objective is to use the protocol that contains the flow of packages between two systems: the transmitter and the receiver. The transmitting system is continuously sending packages to the receiver with different time distributions.
- 2023-07-17 14:20:03下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1
-
服务器以TCP/IP提供服务时,客户端按函数调用模式调用。以屏蔽TCP/IP的具体实现。...
服务器以TCP/IP提供服务时,客户端按函数调用模式调用。以屏蔽TCP/IP的具体实现。-servers to the TCP/IP to provide services, client function call by calling mode. To shield TCP/IP is a concrete realization.
- 2022-08-08 09:41:09下载
- 积分:1
-
一个简单的入门级的client
一个简单的入门级的client-server模型程序-a simple entry-level client-server model program
- 2022-03-14 06:01:19下载
- 积分:1
-
它是一个套接字服务器。它接受来自客户端的连接和打印的连接…
It is a socket server. It accepts a connection from client and prints on the console a message that client writes
- 2022-08-26 11:57:19下载
- 积分:1
-
本事例是一个聊天程序,包括服务器和客户段代码,可以实现简单聊天。...
本事例是一个聊天程序,包括服务器和客户段代码,可以实现简单聊天。-This example is a chat program, including server and client code above, you can realize a simple chat.
- 2022-07-21 03:14:25下载
- 积分:1
-
用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符...
用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符-Achieved with the socket server and client communication. There are various commands, the command similar to the linux terminal command Fu
- 2022-01-26 06:54:13下载
- 积分:1