搜索资源列表
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
java4597845676
- 本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple
Communications
- 用EVC编写的socket程序,通过IP通信,实现简单的收发文本信息.-EVC prepared with the socket procedure for the adoption of IP communications, the transceivers simple text messages.
flymsg
- c#实现的一款即时通信小程序,利用socket封装的udp协议实现,是初学者学习socket编程的很好的源代码。功能比较简单,还有许多可以完善的地方
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
socketcbuilder
- 简单的c++builder socket通信程序-Simple c++ builder socket communication program
Chat
- 网络程序的编写,通过Socket和TCP来实现,包括客户端和服务器端,实现了简单的字符通信功能-Procedures for the preparation of the network, through the Socket and TCP to achieve, including the client and server-side to achieve a simple character communication function
Socket
- 简单的socket通信示例已经经过调试,在VC6.0以及在VC++2008 Express版上都可运行。-Simple example of socket communication
LanChat
- 简单文字消息通信.在了解windows socket编程的基础上,使用微软的mfc框架与winsock结合编写简单文字消息通信软件,实现不同端口之间的消息互通。-Simple text messaging. In understanding the basis of windows socket programming, using Microsoft winsock mfc framework and integrate communication software to write simp
Server
- 实现了简单的网络通讯程序。这是服务器端。通过网络套接字来实现简单的通信-To achieve a simple network communication program. This is the server side. Achieved through a simple network socket communication
SocketTest
- 客户端和服务器进行简单的通讯,了解Socket通信的基本机制。-Simple client and server communication, understanding the basic mechanism of Socket Communications.
CHATROOM
- 这是一个简单的聊天室程序,使用的是visual C++的socket编程技术,达到比较良好的即时通信效果。-This is a simple chat program, using visual C++ 的 socket programming technology to achieve relatively good effect of instant messaging.
MyQQ
- 实现Socket通信,简单模拟QQ实现,其中包括服务器端和客户端。-Achieve Socket Communications, a simple simulation QQ achieve, including the server and client.
SocketUdpTest
- UDP类型的Socket通信,包含客户端和服务器的一个简单的例子-Type of udp socket communication contains a simple example of the client and the server
ChatServer
- 运用socket编程,MFC实现简单的互发信息通信,这是服务端的源代码。-Socket programming example.
ChatClient
- 运用socket编程,MFC实现简单的聊天通信。这是客户端的源代码。-Socket programming example.