-
点对点程序,使用命名管道进行通信
点对点程序,使用命名管道进行通信-point-to-point, the use of named pipes for communication
- 2022-07-14 18:50:40下载
- 积分:1
-
firefox系列,扩展编程之五,一个简单的实例。
firefox系列,扩展编程之五,一个简单的实例。-series, extended programming Five, a simple example.
- 2022-03-04 18:32:07下载
- 积分:1
-
tcp client wince.net 使用
tcp client wince.net 使用-tcp client wince.net use
- 2022-06-28 07:17:56下载
- 积分:1
-
My-IE浏览器的源代码,其中包含了各种Windows与Internet编程的技巧与技术。-My-IE browser s source code, which contains a variety of Windows and Internet programming skills and technology.
- 2022-03-10 17:13:12下载
- 积分:1
-
JAVA编写的CGI
JAVA编写的CGI--发送邮件tmail.java-JAVA prepared by the CGI-- Send mail tmail.java
- 2022-07-24 20:44:11下载
- 积分:1
-
本程序实现了连续地ping功能
本程序实现了连续地ping功能-the process to achieve continuous ping function
- 2022-11-27 03:05:04下载
- 积分:1
-
ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报...
ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报文,它将把报文一模一样地传回给发送者,这有点象潜水艇声纳系统中使用的发声装置。-ping command is used to view the network to another host system
- 2022-08-02 19:41:17下载
- 积分:1
-
UDP穿透NAT的P2P穿透NAT的研究是一个很好的例子
udp nat穿透
对于研究nat穿透 p2p来说是一个不错的例子-udp nat penetrating research nat p2p penetration is a good example
- 2022-02-26 02:23:39下载
- 积分:1
-
来获取网卡的一些设置信息,比如,IP地址,DNS设置,网关设置等信息。...
来获取网卡的一些设置信息,比如,IP地址,DNS设置,网关设置等信息。-access card to set up some information, such as IP addresses, DNS settings, and other information gateways installed.
- 2022-03-18 20:31:55下载
- 积分:1
-
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
- 2022-06-30 17:04:28下载
- 积分:1