搜索资源列表
-
0下载:
the UDP pinger program which contains ping client and ping Server program
-
-
0下载:
这个是一个由客户端和服务端程序的UDP通信的Java应用程序,使用时,可以在本机上,也可以在局域网两台机子上,只要把源代码中对应的hostname值由127.0.0.1改为对应的IP地址即可,是个很不错的例子,-This is a client and server UDP communications program Java applications, when used in this machine can also be two machine on the LAN, as long
-
-
0下载:
Java编程中的UDP编程的简单应用,包含服务端和客户端的程序-UDP programming Java programming in a simple application, including server and client program
-
-
0下载:
The program gives the client code,server code for a UDP communication
-
-
0下载:
JAVA CLIENT SEREVEUR PROGRAM UDP TCP IP
-
-
0下载:
基于UDP的客户端通信程序(Java)。上Java课的大作业。-UDP-based client communication program (Java). Homework of Java.
-
-
0下载:
运用java实现UDP编程,包含Server和Client端程序,可以直接运行。-UDP programming using java implementation, including Server and Client-side program can be run directly.
-
-
0下载:
UDP通信的客户端程序,程序经本人调试过,没有任何问题,可放心下载-UDP traffic, the client program
-
-
0下载:
UDP Client in Java Program Example
-
-
0下载:
1.Run Server.java first to monitor
2.read n_port. In this program and the n-port are 6060.
3.In the Client window, you will see
"Remember the n_port and r_port are both 6060"
"Please input the host name of server"
4.Since I tested th
-
-
0下载:
局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。
服务器端:
多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。
客户端:
(1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。
(2)、负责实现用户界面的各种组件事件的处理。
(3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LA
-
-
0下载:
UDP- client and server program in java
-
-
0下载:
一个小程序,java udp线程发送图片到client,里面一个是单线程的一个是多线程的-A small program, java udp thread sends pictures to client, which one is a single-threaded multi-threaded
-