资源列表
ChatRoom
- 多线程实现网络聊天室: (1)用对话框形式进行输入和显示的多人聊天室 (2)服务器可以建立多个连接,每个参与聊天的人建立一个TCP连接 (3)建立TCP连接后客户端立即发送用户名给服务器,服务器需要核实该用户是否已经存在。若该用户已经存在,则释放连接,并返回错误信息。否则,把该用户加入用户列表。 (4)一个用户名只能有一个连接。一旦连接建立并核实用户之后,用户名不可更改, 直到释放连接。 (5)用户离开并释放连接时服务器将从用户列表中删除该用户。 (6)服务器程序将接收客
chatV1.0
- 网络聊天程序,实现了添加好友,好友之间聊天,以及注册等功能
FlyMessage-new
- 类似与飞信的 通讯源码,基于Csharp开发,在局域网内通讯连接。聊天工具设计开发-A similar letter with the fly communication source, based on Csharp development, communication in the LAN connection. Chat tool design and development
JSPPACCESS
- 使用JSP和ACCESS数据库设计的聊天室-ACCESS database design using JSP and chat rooms
ImClientExam
- 在s60第三版上实现的 点对点聊天,添加删除好友,互发消息-Implemented on the s60 third edition of the peer to peer chat, add and delete friends, each message
p2p
- 简单聊天程序,可以实现点对点聊天,分为服务器和客户端两部分-Simple chat program, peer-to-peer chat, is divided into two parts of the server and client
Network
- 用于demo的套接字编程的聊天工具,一方为客户端和服务器,用ip和port控制连接-Chat tool for socket programming demo' s, one for the client and server, ip and port control connections
MSN
- MSN聊天源码,功能特强,好理解 好软件、-MSN chat source
liaotian
- 一个即时通讯的小工具源码,源自网络,大家分享
CHAT5-ok
- 即时通讯例子5 一个局域网内的及时通讯 CS架构 Socket通讯 分为客服端和服务器端 很经典 可以下载-Example 5 instant communication of a local area network communication Socket communication in CS structure is divided into the customer service and the server is very classical can download to see
aspChatRoom
- 能够实现B/S聊天,其中管理员能进行简单的用户管理,支持发送图片-To achieve B/S chat, in which the administrator can be a simple user management, support for sending picture
text_mode_qq_on_linux
- 在linux 2.6 平台上采用TCP/IP的文本模式的仿qq聊天软件 服务器可以带动多台客户端 客户端可以单聊、群聊或私聊 服务器可以有些特权措施,如踢人