搜索资源列表
Java聊天程序
- 聊天的小程序,开发语言,Java,目的学会运用多线程以及通信-chatting small procedures, the development of language, Java, aims to learn how to use multithreading and communications
Java即时通信工具源程序
- 一个用java写的及时通讯工具,能实现基本功能,代码有效-with a timely written communication tools, can achieve the basic functions, effective code
一个用Java编写的ICQ
- 一个用Java编写的ICQ即时通信软件,采用流行的TCP/IP协议 -a Java prepared by the ICQ instant messaging software, the popular TCP / IP protocol
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
网络即时通信系统
- 本连天工具的源码有服务器端和客户端程序两部分组成,整体采用java平台开发,多线程开发,并使用 SQL 2000管理数据库系统!-grievances of the tools have the source code server and client program consists of two parts, the overall use of java platform, multithreaded development, and the use of SQL 2000 databa
第5章 网络即时通信系统
- 网络即时通信系统,用java写的简单版本的-network instant messaging system, using java to write a simple version of the
java p2p socket通信源码
- java p2p socket通信源码
java聊天程序
- 基于java语言的点对点通信的聊天程序
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
Scoket
- java实现服务端,c#实现客户端,通过socket通信。使用的send和receive都是UTF8格式的。-implement the service-side java, c# implement the client, through socket communication. Send and receive is used in UTF8 format.
java-applet_chuankou
- java web实现通过扫描枪读取并显示串口通信数据。-java web, read and display serial communication data via a scanner.
JAVA+Socketchat
- java socket多线程聊天室程序,服务器和客户端之间实现通信-java socket multi-threaded chat rooms, servers and client communications between
jTalker0-0-2
- Java写的多线程即时通信工具Server,用telnet作为客户端.-Written in Java multi-threaded real-time communication tools Server, use telnet as a client.
chat
- 一个简单的传输局域网通信程序,可以供初学者参考!-A simple transmission LAN communication program, you can reference for beginners!
socketchat
- 应用socket通信 点对点聊天 包含客户端和服务器端-Socket communication peer-to-peer chat application that contains client and server
broadcast
- 基于主题的UDP广播通信,顶层程序只需要根据主题进行数据的发送,如100.1,接收程序只需要根据主题进行数据的接收,如100.*-Based on the subject of the UDP broadcast communications, only the top-level procedures necessary to carry out under the topic of data transmission, such as 100.1, receiving only data
javachat
- 一个简单的java聊天程序,有客户端和服务器端。建立在TCP/IP的通信基础上-a simple chat project write by java ,base on TCP/IP protocol
java-MyQQ
- 基于java的网络聊天系统,是关于服务器和客户端的socket网络通信-java project,used to communicate through the network,it is mainly about the socket.
QQ-JAVA
- 实时聊天工具,类似腾讯qq,主要功能有实时聊天,修改备注,发图片,发视频音频等等,有助于学习和了解java网络通信编程。-Real-time chat tools like Tencent qq, the main function of a real-time chat, Edit Note, send pictures, send video and audio, etc., contribute to learning and understanding of the Java netwo
nodejs父子进程的stream方式通信
- 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spawn mode, so we need to use thi