搜索资源列表
Socket
- 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
JAVA+Socketchat
- java socket多线程聊天室程序,服务器和客户端之间实现通信-java socket multi-threaded chat rooms, servers and client communications between
Java-QQ
- 基于Java的网络聊天程序,用Java Socket实现网络聊天室,分为服务器和客户端两部分,客户端界面实现聊天功能,服务器是信息中心,类似QQ,有注解.-Java-based network chat program, using Java Socket network chat rooms, divided into server and client in two parts, the client chat interface, the server is the information
JAVA-socket
- [Socket编程]socket开发指南.pdf 有相应的配有代码。-[Socket Programming] socket Development Guide. Pdf with a corresponding code.
JAVA
- 用java实现底层网络通信,主要用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯,具有良好的界面。-Using java to achieve the underlying network communication, mainly using the TCP/IP protocol in the socket (Socket) programming interface to achieve network communications, has a good inte
Socket
- 基于SOCKET的文件传输,软件平台为JAVA,主要为文件传输方面的网络传输-the code of socket about the file transt
socket
- 一个socket程序,可以实现聊天功能,用java实现的,很好-A socket program, you can achieve chat with java implementation, and good
socket
- 轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
socket
- Java 基于socket通讯的聊天室~ 有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
socket
- 基于socket编写的java聊天软件,分为客户端和服务端,可以进行群聊和私聊,界面人性化-Socket prepared based on the java chat software, and services into the client side, can be a group chat and私聊, user-friendly interface. .
Socket
- 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
socket Test
- 学习Java Socket 编程的基础程序,适合初学者学习。实现了多线程的网络客户端和服务器通信-Java Socket Programming learning the basis of procedures, for beginners to learn. The realization of the multi-threaded network client and server communications
Socket
- java实现UDP socket打洞,使消息在nat之间传递-java implementation UDP socket holes, so that messages passed between the nat! ! !
java-socket
- java基于socket聊天室源代码,广播的方式进行编码-socket-based chat rooms java source code, to encode the broadcast mode
socket
- 简易聊天系统,用的是JAVA中的SOCKET,感觉不错。-SOCKET
Socket-java-more-demo
- socket java demo, more than that
Socket-JAVA-test
- 此代码是关于socket测试程序,运行平台为J2me mtk。-This code is on the socket test application, running platform J2me mtk.
java.telnet
- 本实验基于Telnet协议,使用Socket套接口,用java语言,实现Telnet服务。目的使学生了解Telnet协议、掌握在java编程中对telnet协议的使用、和使用Socket的编程技术及其远程登录网络访问服务的技术。-Telnet protocol based on this study, the use of Socket socket, using java language, to achieve Telnet service. Telnet protocol aims to
Socket
- javasocket简单实例,主要是服务器与客户端通讯-this is java socket
socket
- Java Socket实现信息共享 - 聊天室(ChatroomClient ChatroomServer)