文件名称:socket
介绍说明--下载内容均来自于网络,请自行研究使用
实现基本的socket通信功能,分为服务器和客户端两部分,客户端启动时可以在系统参数处指定要连接的服务器地址。模拟UDP协议,完成最简单的数据包传递与回送。-Achieve basic socket communication functions, is divided into two parts, the server and client, you can specify the server address to connect to the system parameters at the client starts. UDP protocol simulation, complete the most simple data packet delivery and sent back.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
socket
......\UDP_Client
......\..........\.classpath
......\..........\.project
......\..........\.settings
......\..........\.........\org.eclipse.jdt.core.prefs
......\..........\bin
......\..........\...\Client.class
......\..........\...\ReceiveThread.class
......\..........\...\SendThread.class
......\..........\src
......\..........\...\Client.java
......\UDP_Server
......\..........\.classpath
......\..........\.project
......\..........\.settings
......\..........\.........\org.eclipse.jdt.core.prefs
......\..........\bin
......\..........\...\Server.class
......\..........\src
......\..........\...\Server.java