搜索资源列表
UDP桌面
- java编写的两台机器通过UDP数据报发送和接受,类似于QQ的程序-prepared by the two machines through UDP datagrams send and receive, similar to the procedures QQ
DatagramPacketDemo
- Socket应用程序(使用数据报的客户端和服务器的程序代码, 在运行服务器程序的窗口中作为输入内容输入的字符串在客户端的窗口中显示.)-Socket applications (data of the client and server code. the server program running as a window of the imported input string on the client window display.)
基于SPI的数据报过滤原理与实现
- 一篇关于 “基于winsocket SPI的数据报过滤原理和实现”的文档,文末附有源代码-a "winsocket SPI based on the data reported filtration principle and the realization" of the documents, with the end of the text source code
UDPchat_all
- 数据报的收发,简单的Socket编程。 数据报的收发,简单的Socket编程。-of data transceiver, a simple Socket Programming. The reported data transceiver, a simple Socket Programming.
ch02
- 代码里包含了多点广播发送者(MulticastSender类)提供了如何使用多点广播发送数据报的简单例子等代码
chatcs
- 用数据报开发的网络聊天程序,包括服务器和客户端-reported data used in the development of Internet chat procedures, including server and client
chat
- 程序或系统实现的功能:利用数据报设计一个简单的聊天程序.
chat_ServerClient
- java写的数据报方式的网络聊天程序,包括服务器端和客户端
Java聊天室程序
- 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new Da
javaFeiQ
- JAVA语言飞Q源码,希望大家有用,用到的知识有Swing、事件处理、数据报、Socket等-Fei Q JAVA language source code, hope that useful knowledge is used with Swing, event handling, data reporting, Socket, etc.
chat
- 网络聊天吧 这是一个使用数据报通讯方式的聊天程序的客户端和服务器-Web chat now this is a means of communication using the data reported to the chat program of the client and server
Server.java
- 不可靠传输协议,可靠用户数据报协议(RUDP)是一种基于可靠数据协议 (RDP: RFC908 和 1151 (第二版 )) 的简单分组传输协议。作为一个可靠传输协议, RUDP 用于传输 IP 网络间的电话信号。 -Unreliable transport protocol, reliable User Datagram Protocol (RUDP) is based on reliable data protocol (RDP: RFC908 and 1151 (second edit
chart
- 很强大用java语言实现一个基于UDP的聊天室。本程序是利用数据报协议传送信息的聊天程序,由三个简单的组件构成,分别是一个List,用于接收信息,一个JComboBox,用于输入对方ip地址,和一个JTextField,用于编辑信息。-powerful
Jpcap
- 本程序实现了有关数据报的捕获,基于Java语言,用jpcap来捕获数据包-This procedure implements the packet capture, based on Java language, to capture packets with jpcap
ch4
- j2me的网络通信,使用了http请求通信模式,还有数据报的通信-http
udp_connection
- 通过数据报方式实现两个主机之间相互发送和接受信息,主机端和客户端在同一个文件下,下载以后放到两个文件,分别编译。-The realization of the data reported by the two hosts to send and receive information between the host and client in the same file, the download later into two files, compiled separately.
Java_Datagram_communication_chat_code
- Java数据报通讯方式聊天程序代码Java Datagram communication chat code-Java Datagram communication chat code
2
- 在Java语言中的DategramPacket类用来创建UDP数据报-In the Java language DategramPacket class used to create UDP datagram
java
- Java入门基本源代码,包括采用UDP数据报通信实现的点对点聊天、创建Access数据库student及表、对MySQL数据库执行SQL语句创建stuinfo表、连接指定数据库并获得数据库属性信息、用于控制网络考试时间的组播、执行插入和删除数据的SQL语句、组播聊天-Introduction to the basic Java source code, including the use of UDP datagram to achieve point to point communicatio
CSDN
- 带你步入J2EE殿堂:最易懂的J2EE实例 简析J2EE应用程序数据库类设计模式 编写高级应用程序3 关 于JAVA 的 可 移 植 性 Java 程序编码规范 利用Java实现zip压缩/解压缩 Java语言的Socket编程 利用Java实现串口全双工通讯 Java语言中字符的处理 区分引用类型和原始类型 Java中的两个特殊变量this和super Java中利用散列表实现股票行情的查询 Java中文问题详解