搜索资源列表
aol.rar
- alo的在线聊天系统的客户端
MFC+Mysql开发的网页聊天系统 179Chat
- 仿IChat (http://www.ichat.net.cn/) 开发的在线网页聊天系统 开发语言 MFC+Mysql,不需要WEB服务器支持,即可运行的在线网页聊天系统,使用IOCP(端口复用技术)优化网络技术开发,占用系统资源少,一台普通P3服务器,能支持5000+人同时在线,跟www.dssz.com/item/21368-PHP+Mysql%20network%20for%20job%20system.html 人才网站系统结合,可以让站内企业跟求职者在线洽谈,在线招聘.
i013_zm032
- AOL的在线聊天系统的客户端,非常适合刚学习VB的人使用。-AOL chat client, very suitable for just learning to use Visual Basic.
yrchat10
- 亿人多用户在线聊天系统!支持分类聊天,公私聊天,支持表情,自动手动刷屏!显示在线人员!统计在线人数! -million more users online chat system. Categories chat support, public and private chat, support for expressions, Shuabing automatic manual! online staff show! the number of online statistics!
liaotian
- 在线聊天系统,方便大家使用,用JSP开发
yrchat
- 多用户在线聊天系统 支持分类聊天,公私聊天,支持表情,自动手动刷屏,显示在线人员,统计在线人数
AOL的在线聊天系统的客户端
- 来个聊天程序 大家参考-to-chat program reference
QQliao
- QQ在线聊天系统 QQ在线聊天系统
Chat1.3
- 简单的在线聊天系统,Socket编程实现,用java的awt技术作了简单的界面。-Simple online chat system, Socket programming, using the awt java technology made simple interface.
aol
- alo的在线聊天系统的客户端-alo system online chat client
exampleQQ
- 随着数据通信技术的发展特别是计算机技术的发展,网络已成为信息传播的重要渠道,在很多C/S软件中,都提供了在线交流的功能,类似QQ、UC、网络聊天室一类的聊天系统的发展日新月异。因此,制作了一个网络“聊天热线”,通过制作该软件更好的学习网络编程原理和实现技术。-With the development of information communication technology, especially computer technology, the network has become an
Chat
- 一个简单的在线聊天系统,实现了群聊,完全用java实现,不明白java TCP/IP网络编程的朋友可以参考下,里边有线程编程哦-A simple online chat system, a group chat, java fully realized, do not understand java TCP/IP network programming can refer friends, the inside Oh-threaded programming
ServFrame
- 我们构建了一个在线聊天系统,它集合了Java互联、多线程和SwingGUI特征,并且还用到了组播技术,它使一个应用程序能够把DatagramPacket发给一组客户。-We have built an online chat system, which brings together Java Internet, multi-threaded and SwingGUI characteristics, and also use the multicast technology, it allow
aspchat
- asp网页版QQ在线聊天系统,自己整理的,iis下测试,学习的小程序。-QQ chat code by using asp
ichat
- 类似QQ的在线聊天系统,现在还在完善之中,如有不便,请见谅! -QQ similar online chat system, is still perfect, and if not, please forgive me!
AOLClinet
- AOL的在线聊天系统的客户端,借分用,但有参考价值-AOL' s online chat system for clients, by points, but there is reference value
chat
- 在线聊天系统,一个服务器,多个客户端,访QQ。-Online chat system, a server, multiple clients, visit QQ.
Spybot
- Spybot 是一种在线网络聊天系统机器人(BOT)的开放性源代码蠕虫病毒,由于它的开放性和管理方式都来源于这些分布的机器人,这些广泛的机器人变量都有一些很微小的不同,通过远程用户在线聊天系统可以最多控制一台计算机的一些管理功能,同时它也有能力传播到点对点网络(P2P Networks).此代码用于学习,不可用于非法用途-Spybot is an online Internet chat system, Robot (BOT) of the open source code for the wo
chat
- 简单的聊天系统,实现了用户的注册,登陆,和在线聊天等功能,用户可更换头像和背景音乐,还可以对用户进行管理员权限的更改-A simple chat system that enables the user' s registration, login, and online chat functions, users can change the picture and background music can also change the user administrator right
基于 C++ 的网络在线聊天系统
- 我们将使用 TCP 套接字进行通信,并使用多线程处理多个客户端连接。 首先创建项目结构: chat-system/ ├── src/ │ ├── server/ │ │ ├── server.cpp │ │ ├── server.h │ │ └── main.cpp │ └── client/ │ ├── client.cpp │ ├── client.h │ └── main.cpp └── CMake