搜索资源列表
E2E Java socket
- 这是E2E软件测试仪的界面程序及与下位机通信的java socket程序
socket.rar
- 基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。,Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, con
socket-between-android
- 正在学习关于socket的内容,发现网上很少有客户端和服务端都是android的例子,就自己写了一个-Learning about the contents of the socket and founding that There is very few example whose both client and server are the android, I write it myself
java
- 东软CMPPE协议编写的接口升级版 (适用与CMPP 2.0) 包括:长短信发送,长短信接收整合,wap push 套接字工具 ....... ....... 等等 -Neusoft CMPPE upgraded version of the interface written agreement (applicable and CMPP 2.0) include: long SMS sending, receiving long SMS integration, wap
JAVA+Socketchat
- java socket多线程聊天室程序,服务器和客户端之间实现通信-java socket multi-threaded chat rooms, servers and client communications between
TCP_server_client
- MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
Socket
- Flex Socket通信客户端程序 结合服务器端java代码可以完成网络通信功能。-Flex Socket
sockjava
- java聊天室。。基于socket-java chat room. . Based on the socket
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
udpSample
- Sample UDP Socket Client/Server For Java version
MsgSend
- socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
Wuyi
- 自己收集的许多工具类:socket读写线程池,存储超时对象的对象池,MD5类,字符串处理类,时间字符串转换类等等。-socket thread pool
Socket
- 基于SOCKET的文件传输,软件平台为JAVA,主要为文件传输方面的网络传输-the code of socket about the file transt
java_chatroom
- 基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
socket
- 一个socket程序,可以实现聊天功能,用java实现的,很好-A socket program, you can achieve chat with java implementation, and good
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 ~
java-socket
- java基于socket聊天室源代码,广播的方式进行编码-socket-based chat rooms java source code, to encode the broadcast mode
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
- Java Socket实现信息共享 - 聊天室(ChatroomClient ChatroomServer)