搜索资源列表
Javawangluo
- java网络编程经典实例 实例61 从网络取得文件 实例62 TCP服务器端 实例63 TCP客户端 实例64 UDP服务器模型 实例65 UDP客户端模型
UDPServer
- UDP服务器模型,希望对JAVA同行们有用!谢谢下载!
udpDatagram
- UDP服务器和客户端通信的简单例子,但麻雀虽小,五脏俱全,适合于初学者。-UDP server and client communication simple examples, but Sparrow small, perfectly formed, and suitable for beginners.
UDPClientServer
- 这是用java编写的用UDP协议的模拟FTP客户端和服务器的程序。-This is prepared to use java simulation using UDP protocol FTP client and server procedures.
JAVAClient_Server
- 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
UDP-chat
- UDP即时通信软件,下完直接能用,包括客户端和服务器端-UDP instant messaging software, can be used directly under the End, including client and server
chatroom
- java实现网络聊天室功能.有登陆界面.服务器界面有日志(消息记录显示),端口显示,在线用户显示 客户端聊天界面类似QQ,可以设置字体(格式大小黑体斜体)可发送图片 实现公聊(TCP) ,私聊(UDP)单独弹出对话框-java chat room function network. have landed interface. server interface log (message records show), Port shows, online chat client user
udp
- 基于UDP实现有客户端和服务器端的网络聊天室-UDP-based implementation with client and server-side Web chat rooms
java_chat
- 在做培训时带领学生一起做的聊天系统,包括服务器和客户端,主要功能有注册、登录、客户端之间通过UDP方式聊天和传送文件,客户端自动接受服务器端关于其他客户的登录、退出信息(上线、下线通知),服务器发送信息给客户端等等,使用文件保存注册用户信息。具体的可仓库文档,作为Java初学者,如果能写出这样的系统,那么找工作应该没有问题了,工资至少可达4以上。对有兴趣的学习者,下载后看代码吧!-about tcp/udp chat
UDP
- J2ME UDP服务器和客户端,小程序在java J2ME中运行-J2ME UDP server and client
1udp
- 基于UDP协议的网络通信程序,向服务器端发送100个数据包-UDP-based network communication program, the server sends 100 packets
PingServer
- udp pinger实验 作为服务器程序-udp pinger experiment as a server program
UDP
- UDP通信例子,速度较快的协议,实现客户端和服务器间的即时对话,对初学者有很大的帮助-UDP communication example, faster protocol between the client and server to achieve real-time dialogue is very helpful for beginners
javaudpsrc
- 基于JAVA的UDP服务器模型源代码,内含UDP服务器端模型和UDP客户端模型两个小程序,向JAVA初学者演示UDP C/S结构的原理。-Java UDP
javaudpsrc
- 基于JAVA的UDP服务器模型源代码,内含UDP服务器端模型和UDP客户端模型两个小程序,向JAVA初学者演示UDP C/S结构的原理。-JAVA UDP server model and source code that contains the UDP server-side model and the UDP client model the two small programs, JAVA beginners demonstrates the principle of the UDP C
udp
- udb通信 服务器端和客户端代码,服务器监听与客户端请求访问-udb service
udp
- 基本的UPD网络实现的客户端和服务器端通信-UPD network to achieve the basic client and server communications
UDP
- java实现,利用UDP协议,实现服务器与多个客户端之间的通信,客户端之间不能通信-java, using UDP protocol, server and multiple clients to achieve communication between the client can not communicate
server
- 简单的UDP服务器,可以在控制台显示,收到的消息,需要自己修改自己的主机IP地址-Simple UDP server can be displayed on the console, the received message, you need to edit your own host IP address
Zhang_UDP
- 用Java实现的客户机与服务器之间的udp通信(The udp communication between the client and the server implemented in Java)