搜索资源列表
_UDPA
- 使用UDP实现两个进程间的通信 (编写 A 与 B 两个端点的Java程序)-use UDP to achieve two inter-process communication (A and B prepared two ends of the Java program)
_UDPB
- 使用UDP实现两个进程间的通信 (编写 A 与 B 两个端点的Java程序)-use UDP to achieve two inter-process communication (A and B prepared two ends of the Java program)
NetServer0
- 网络基础 TCP/IP协议 IP地址,端口号 使用java.net包中类在程序中实现网络通信 URL类及其用法 InetAddress类 Socket通信(TCP UDP) -network infrastructure TCP / IP protocol IP address, Ports,#$#!263995#!#$200431992752.rar!#$#delphi development of a serial testing software for lea
tcp_and_udp_java_programs
- 简单通信程序,实现tcp和udp的程序,适合初学者学习使用。
code
- 是一个Tcp和Udp网络通信的小程序,能实现客户端和服务器之间简单的发送信息的功能。
chat
- 利用UDP协议进行网络通信,实现的Internet网络聊天程序。
JavaUDP_communication
- 这个是一个由客户端和服务端程序的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
chatServer
- 此程序为java聊天程序服务器端,为java源码,在Eclipse或MyEclipse中运行即可。通信协议为UDP。-This program is java chat server side, as the java source code to run in Eclipse or MyEclipse can. Communication protocol for the UDP.
1udp
- 基于UDP协议的网络通信程序,向服务器端发送100个数据包-UDP-based network communication program, the server sends 100 packets
hghgh
- java程序,实现UDP协议的通信,较为简单的一个实验程序-java program to realize the communication protocol UDP, a simple experimental procedure
UDP
- 基于UDP的客户端通信程序(Java)。上Java课的大作业。-UDP-based client communication program (Java). Homework of Java.
udp.test
- 简单的UDP套接字试验测试小程序,可用来测试特定端口的UDP通信-a simple example for UDP api use in Java
UDP-traffic--the-client-program
- UDP通信的客户端程序,程序经本人调试过,没有任何问题,可放心下载-UDP traffic, the client program
ChatDlg
- 用java实现的一个异步UDP通信,程序相对比较简单,适合初学者学习-An asynchronous UDP communication with java, the program is relatively simple, suitable for beginners to learn
pionttopointchat
- 基于UDP的简单通信程序,不提供可靠通信保证,一般适用于两人通信。-point to point chat based on UDP
LANChatProgram
- 局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。 服务器端: 多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。 客户端: (1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。 (2)、负责实现用户界面的各种组件事件的处理。 (3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LA
TCP-UDP
- java socket通信程序 包含UDP部分和TCP部分 两部分写的都非常好-Socket Java Communication program contains the UDP part and the TCP part of the two part is very good.
tcp_udp_socket
- 使用Java编写的tcp和udp的socket通信实验程序。(TCP and UDP socket communication experiment program with Java.)