-
一个简单的TCP客户端程序。 可以方便的发送数据以及查看接收到的数据。 是编程开发的好帮手...
一个简单的TCP客户端程序。 可以方便的发送数据以及查看接收到的数据。 是编程开发的好帮手-a simple TCP client. This can facilitate the reception of data and check the data. Programming is a good helper
- 2022-03-21 19:00:53下载
- 积分:1
-
代理服务器(Proxy Server)软件是一种常用的网络软件,常用于网吧、学校、公司等使用局域网的机构中。代理服务器的功能是接受过个客户端的网络请求,分析请求...
代理服务器(Proxy Server)软件是一种常用的网络软件,常用于网吧、学校、公司等使用局域网的机构中。代理服务器的功能是接受过个客户端的网络请求,分析请求的内容,从远程的服务器上获取信息后返回给客户计算机。本例实现一个比较简单的HTTP代理服务器程序。-proxy server (Proxy Server) software is a common network software commonly used in Internet cafes, schools, companies use LAN institutions. Proxy server function is accepted-client network request, analyze the content of the request from the remote server access to the information and returned to the client computer. The cases to achieve a relatively simple HTTP proxy server.
- 2023-07-09 18:25:03下载
- 积分:1
-
python command
python版命令行端口扫描程序,源作者:djhui-python command-line version of port scanning procedures, the source Author: djhui
- 2022-05-29 21:21:00下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
network authentication software source code, very handy! Good to detect the cert...
本文件包含网络认证软件的源代码,非常好用!能够很好地检测认证过程中的网络状态。-network authentication software source code, very handy! Good to detect the certification process, the network state.
- 2022-08-22 09:40:48下载
- 积分:1
-
计算机网络仿真运行CSMA
计算机网络模拟CSMA运行-computer network simulation run CSMA
- 2023-01-23 13:25:03下载
- 积分:1
-
利用MFC实现了Telnet协议,作为Telnet客户端工具,可以连接Telnet服务器.实现技术包括:1,创建Telnet连接.2,从Telnet服务器接收数...
利用MFC实现了Telnet协议,作为Telnet客户端工具,可以连接Telnet服务器.实现技术包括:1,创建Telnet连接.2,从Telnet服务器接收数据.3,向Telnet服务器发送数据.-use of Telnet Protocol, Telnet client as a tool, Telnet server can be connected. Technology include : 1. establish Telnet connection .2. Telnet servers from receiving data .3 to the Telnet server to send data.
- 2022-03-21 00:16:16下载
- 积分:1
-
能够在windows下实现ping命令,
能够在windows下实现ping命令,
-Able to realize ping command under windows,
- 2023-05-11 14:20:03下载
- 积分:1
-
PHP 4.3.1 源代码
PHP 4.3.1 源代码-PHP 4.3.1 source code
- 2022-06-02 17:01:25下载
- 积分:1
-
一个简单的Socket带外数据程序(客户端和服务器程序)
一个简单的Socket带外数据程序(客户端和服务器程序)-a simple Socket-band data (client and server)
- 2022-05-26 10:14:21下载
- 积分:1