搜索资源列表
QQProject.zip
- QQ 示例源码 包括: VC++项目源文件(客户端、服务器端) 可执行文件(客户端、服务器端) 供学习C++网络编程参考。
MyICQ
- Interverse Project - The interverse is the evolution and combination of the web, chat, IM, and voice communication. It is not just a graphical user interface (GUI), but an immersive user interface (IUI). This project will develop the clients and cont
QQExample
- 这是一个仿QQ聊天示例源码。包括:VC++项目源文件(客户端、服务器端),可执行文件(客户端、服务器端)。可供学习C++网络编程参考。(QQClient,QQServer)-This is a fake QQ Chat example source. Including : VC projects source document (client, server side), executable files (client, server side). Learning Network for
chatting
- C#聊天程序(群聊与个人聊) 可以在局域网内实现聊天,如在一台电脑上安装了服务器(项目内自带),就可以用客户端实现聊天了,供大家学习参考-C# chat program (group chat and personal chat) can be achieved in the local area network chat, as in a computer installed on the server (built within the project), you can chat wi
MyQQ
- 模仿腾讯QQ实现聊天功能,属于青鸟C#课程的结业项目-Tencent QQ chat function to achieve imitation, Bird C# program is the graduation project
QQ 源代码(C++版)
- 仿照QQ聊天所做的一个项目,只限于局域网的,个人认为非常棒的,大家一起来分享~记得上次就放出过类似源码,但感觉这次比上次的更完整(Imitate QQ chat to do a project, limited to the LAN, the individual thinks very good, everyone share together ~ remember last time released similar source, but this time feels more comp
C++网络聊天室设计报告及源程序
- 服务器端功能: 1、 初始化socket, 创建服务器端。 2、 维护一个链表,保存所有用户的IP地址、端口信息。 3、 接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、 接受用户传送来的连接判断命令,并向用户发出响应命令。 客户端功能: 客户端界面上的两个文本框,一个用于显示接受的聊天信息,一个用来接受用户输入的聊天信息。当按下“发送”按钮时将信息发送给服务器。 通过本课题的毕业设计,可以比较深入的了解和掌握WINSOCK控件基本属性、方法和事件,理解网络聊天