-
快速掌握windows网络编程,很容易上手
快速掌握windows网络编程,很容易上手-Express master windows network programming, it is easy to use
- 2022-06-18 06:07:22下载
- 积分:1
-
Distributed Computing
分布式计算――RMI远程方法调用:学习RMI编程,了解在多台计算机上的JAVA应用之间的通信。-Distributed Computing-- RMI Remote Method Invocation : Learning RMI programming, multiple computers in the Java application communication between.
- 2023-07-12 16:05:03下载
- 积分:1
-
FTP protocol is based on TCP/IP file transfer protocol that is used in the netwo...
FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in the network for file transfer. FTP is a TCP/IP to a specific application, it works in the seventh layer of OSI model, TCP model for the fourth layer, namely, the application layer, using TCP transport instead of UDP, FTP client and server must establish a connection before the After a "three-way handshake" process, it brings the significance of the connection between the client and the server is reliable, but also connection-oriented, for data transmission to provide a reliable guarantee for
- 2022-02-25 08:53:38下载
- 积分:1
-
ARP请求用原始套接字
资源描述
- 2022-12-13 15:40:04下载
- 积分:1
-
Java网络编程实例第7章实例.rar
Java网络编程实例第7章实例.rar-Java Network Programming examples Chapter 7 case. Rar
- 2022-02-12 03:03:31下载
- 积分:1
-
/ *
/*
Here s a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
这个IPv4版的例子:它要求portbase(本地端口)与destination (目的端口)然后发送消息
同时还监听消息。
例子测试一:
启动一个运行实例,本地地址与目标地址用同一个端口8888
例子测试二:
启动两个运行实例,本地地址与目标地址用不同的端口(它要求是偶数端口号)
两个实例互发
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* Here sa small IPv4 example: it asks for a portbase and a destination and starts sending packets to that destination. The IPv4 version of the example: It requires portbase (local port) and destination (destination port) and then send a message but also monitor the news . Examples of test 1: Start a running instance, a local address with the destination address port 8888 using the same test two examples: the two start to run instances, the local address and destination address with a different port (it requires the port number is even) two examples of inter- examples of explanation issued by the Chinese hanyuejun add, have any questi
- 2022-11-02 16:55:03下载
- 积分:1
-
FTP Client
用java实现FTP客户机。执行ls、cd、pwd和get功能;
- 2022-04-07 10:12:13下载
- 积分:1
-
procedures Chinese website
似3721中文网址程序-procedures Chinese website
- 2022-08-15 08:22:50下载
- 积分:1
-
client program of winsocket
winsocket的客户端程序
经测试可以运行,大家可以用来学习交流-client program of winsocket
- 2022-03-26 06:30:51下载
- 积分:1
-
qt图像网络传输的简单例子
该代码演示了,如何利用QTcpSocket QTcpServer进行网络通信;如何从服务器端获取图像数据,在网间传输图像,最后在客户端接收,并显示。代码的重点在于,它演示了一个基本的流程,涉及到的也只是最粗浅的内容,如果有兴趣的朋友,可以更好完善它,包括界面和功能部分。对刚接触这一块的同学,这个代码可以上手很快,有了印象之后再深入就好办了。
- 2023-07-09 21:30:05下载
- 积分:1