搜索资源列表
java2Examples
- JAVA编程百例书中各章节的所有例子的源代码,包括套接字编程-JAVA Programming 100 cases of the chapters of the book all the examples of source code, including Socket Programming
计算机网络课程设计指导书
- 计算机网络的课程设计指导书,一共有4个实验,还附了socket编程实验的源码-computer network design guidance courses, a total of four experiments, socket attachment to the experimental programming source code
Netbeans
- head first Java 源代码包,其中包括书上的全部源代码和响应程序的代码,主要与网络通信相关,有URL、SOCKET等-head first Java source code package, which includes all books, source code and response code, mainly associated with the network communications, and URL, SOCKET, etc.
JavaNetworkProgramming-Source-code
- 《Java网络编程》第三版会为你介绍Java网络API的最新特性。本书讨论了JDK 1.4和1.5(现在已命名为J2SE 5)中所做的所有修改和增补。本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web coo
feigechuanshu
- 模仿飞鸽传书完成飞鸽传书的大部分功能(主要是发送组播信息,传送文件等功能)。 实现技术 使用DatagramSocket、DatagramPacket传递UDP数据。 使用MulticastSocket发送、接受组播消息。 使用ServerSocket、Socket发送接受文件。 使用DefaultTableModel定制需要的JTable。 使用SystemTray、TrayIcon制作托盘图标。-Most of the functionality of the IP