资源列表
B2004@10.19
- 曾在微软设计大赛中获奖。是一个局域网内的通讯工具,有文字聊天、语音聊天、文件传输、信使服务、邮件检测等主要功能。-in Microsoft Design Competition award. LAN is a communications tool, text chat, voice chat, file transfers, courier services, mail detection main functions.
Simple-network-chat-room
- 用visual C++编写的聊天程序,包括工程源代码-Written by visual C++ chat room program
53827436Miranda-IM
- Miranda-IM,一个即时消息通讯源码,供参考-Miranda-IM, an instant messaging communication source for information
01-simple-chat
- 最简单的聊天室程序,cpp实现,随便
TS-server
- 语音系统用网上语音聊天语音
805q
- 主要功能: · 拥有腾迅QQ最基本的聊天功能。 · 使用了QQ的IP数据库,聊天时可以察看对方IP。 · 聊天信息全部以加密方式进行交换! · 推荐局域网使用性能最佳! · 兼容DVBBS论坛 -main functions : Proton Motion QQ have basic chat. The use of IP database QQ, chat can see the other side IP. Chat with all the information
chatProgram
- 一个聊天程序的全部源代码,实现网络通讯和在线聊天功能-A chat program all the source code, implementation network communications and online chat
AnyQ
- xmpp 客户端,很好的资料,希望对大家有帮助-xmpp client
Communications
- 用EVC编写的socket程序,通过IP通信,实现简单的收发文本信息.-EVC prepared with the socket procedure for the adoption of IP communications, the transceivers simple text messages.
MSNPSharp_401_release
- IM(C#)源码,可链接MSN,可以学习使用-IM (C#) source code can be linked MSN, you can learn to use
pandion-master
- IM即时聊天工具,具有聊天,传输文件等等一些IM聊天工具具有的基本功能;-IM Instant Messenger, IM chat chat, transfer files, and so has the basic function
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java