资源列表
dotnetMSN-src
- VB.net 写的MSN协议库,利用这个协议库,可以编写自己的MSN客户端。也是学习MSN协议的好东西-VB.net written agreement of the MSN library, take advantage of this agreement the Treasury, you can write your own MSN client. MSN agreement is also good to learn things
IP
- 这是飞鸽传书 v2.0版的源代码,感兴趣的可以参考下。-This is the IP Messenger v2.0 version of the source code, are interested can refer to.
feige
- 大家常用的飞鸽传书的源码,有需要的可以下载看看,对于VC有一定基础的人很有帮助的-We used Dove Chuanshu source, there is a need to look at the can be downloaded, for VC-based people have a certain useful
simpleqq
- 一个简单的qq小程序,包括服务端和客户端-a simple qq small programs, including services and clients
qq2008
- QQ2008登陆,信息收发,支持验证码 。。MFC的程序-QQ2008 landing, messaging, support the verification code. . MFC program. . .
sip_proxy
- 通过osip类库实现sip代理器功能,目前只实现少量功能,需要继续完善。
chartroom
- 一个用于模仿聊天室的源代码,源程序用C++语言编程实现-A chat room for imitation of the source code, source code using C++ programming language
080219834k
- 聊天软件,客户与服务器
mxlts11
- 用户不用注册,没管理,方便、简洁、占资源少。此聊天室适合做论坛或网站即时聊天。-users do not have to register, not management, convenience, simplicity, accounting for less resources. This chat room suitable for forums or chat site immediately.
JQQonline30
- 聊天升级,今天你用了吗,每天都需要。已经成为大众最喜爱的软件-chat escalation that you spent? Daily needs. The public has become the most popular software
C++网络聊天室设计报告及源程序
- 服务器端功能: 1、 初始化socket, 创建服务器端。 2、 维护一个链表,保存所有用户的IP地址、端口信息。 3、 接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、 接受用户传送来的连接判断命令,并向用户发出响应命令。 客户端功能: 客户端界面上的两个文本框,一个用于显示接受的聊天信息,一个用来接受用户输入的聊天信息。当按下“发送”按钮时将信息发送给服务器。 通过本课题的毕业设计,可以比较深入的了解和掌握WINSOCK控件基本属性、方法和事件,理解网络聊天