-
5大IO模型之一:select模型,介绍selectio的一般流程
5大IO模型之一:select模型,介绍selectio的一般流程-five large IO model one : select models, introduced the general process compo
- 2022-01-25 21:14:35下载
- 积分:1
-
多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符...
多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符串,并将字符串反转,再将反转的字符发回客户。之后,继续等待接收该客户的信息直至该客户关闭连接。服务器具有同时处理多客户的能力。-more complicated process server. The procedure for connecting customers, once the connection is shown to the customer address, and then receive the customer"s name and display. Before receiving from the customer"s information (string). Whenever received a string, it shows that the string, the string will be inverted, and then reverse the characters back customers. Continue, after waiting for the customer to receive the information until the customer close the connection. Servers simultaneously with the ability to more customers.
- 2022-01-28 05:53:05下载
- 积分:1
-
拥有连接的方式实现网络会议,包括服务器和客户端两个程序。使用VC编写。...
拥有连接的方式实现网络会议,包括服务器和客户端两个程序。使用VC编写。-connect with the network, including server and client two procedures. Use VC prepared.
- 2022-03-19 21:25:38下载
- 积分:1
-
获取本机网卡的mac地址
获取本机网卡的mac地址- Gains this machine net card the mac address
- 2022-02-02 13:10:02下载
- 积分:1
-
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出
Address [0]: 192.168.1.2
Address [1]: 218.10.14.151(公网IP)
那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
- 2022-02-12 10:12:34下载
- 积分:1
-
The JThread package provides some classes to make use of threads easy on differe...
The JThread package provides some classes to make use of threads easy on different platforms
- 2022-02-04 10:09:57下载
- 积分:1
-
The program demostrates the ability to download a Web Resource using Java Networ...
The program demostrates the ability to download a Web Resource using Java Network and I/o Package classes
- 2022-07-23 09:05:52下载
- 积分:1
-
It is a compilation of 32 languages written in a PING procedures, it is like the...
这是一个使用32位汇编语言写的一个PING程序,就像是在windows命令行下的ping命令一样。-It is a compilation of 32 languages written in a PING procedures, it is like the windows command line under the ping orders.
- 2022-09-17 12:45:03下载
- 积分:1
-
prepared by the protocols of the use of asynchronous network communications rout...
利用winsock所编写的异步网络通信例程-prepared by the protocols of the use of asynchronous network communications routines
- 2022-01-26 01:10:44下载
- 积分:1
-
MODEM拨号演示,可以通过此程序初步了解电话拨号的过程
MODEM拨号演示,可以通过此程序初步了解电话拨号的过程-modem dial-up demonstration, through this procedure a preliminary understanding of the telephone dial-up process
- 2022-10-31 13:10:03下载
- 积分:1