资源列表
jishitongxunxitong
- 即时通信系统(Java实现)(C C++程序员面试宝典)光盘-Instant messaging system (Java implementation) (C C++ programmers interview book) CD-ROM
Instant-Messaging
- 实现类似于QQ的即时通讯系统,用户可以添加好友、即时收发讯息。-Similar to the QQ instant messaging system, users can add friends, instant messaging.
504
- 速度最快的asp语音聊天室-fastest asp Voice Chat Room
code-of-QQ
- 该代码实现了QQ的基本功能,应该是比较全面的,值得看一下 -Code realise of the basic functions of QQ
NETMsg
- 局域网即时通信,VC++代码。类似于飞鸽, 实现了多人聊天,群组聊天以及文件传输,是学习即时通信入手的好代码-LAN instant messaging, VC++ code. Similar to the Flying Pigeon, achieved more than chat, group chat and file transfer, instant messaging is starting to learn the good code
ManyChat
- 一个有网页实现的多人聊天平台,思路清晰,共大家分享-A website to achieve more than a chat platform, clear lines of thought, were to share
asp
- asp的聊天室 基本功能都有 完整的设计 论文 答辩
messaging-system
- 本系统可以实现即时通信功能,对学java编程的童鞋有一定的参考和学习价值。-This system can achieve real-time communication capabilities, a reference and learning the value of the java programming in children s shoes.
hexbot2
- An IRC Bot called HexBot
chat_ip
- *功能介绍:本软件为聊天室软件。可对用户ip进行管理,非数据库已有ip客户端用户登录后,服务器端将显示对话框以确定是否接受新用户的ip地 址,如接受,自动将新用户ip加入服务器所在机的数据库,非初次登录用户无须验证。可对用户ip进行添加删除管理。(数据库自动添加到本机数据源) *运行环境:windows2000/xp *配置文件:(release 生成,在服务器运行机上配置数据源“用户管理”(access数据驱动));(已附带access数据库\"用户管理.mdb\",内含表
Code_Chat
- 聊天室的基本功能就是聊天,其他功能都是对基本功能的一个强化。本章中的聊天室主要包括以下功能。 用户登录,包括验证用户是否在线。 实时显示在线人员列表及在线人数。 用户发言,包括选择表情和字体颜色功能。 安全退出聊天室 -The basic feature is the chat room to chat, other features are an enhanced basic functions. Ch