资源列表
MFCUDP
- 基于mfc的网络聊天程序,使用的协议是UDP-Use of the protocol is UDP-based the mfc network chat program,
java-chartroom
- 一个基于JAVA的聊天室的完整工程,包含源码,可运行程序,设计报告以及说明程序结构的ppt。-A JAVA-based chat room design and implementation of, including source code, run the program, the design report and descr iption of the program structure ppt.
98VB
- 一款实现局域网内通信的聊天软件,适合新手学习和使用-A communication LAN chat software, suitable for a novice to learn and use
pandion-master
- IM即时聊天工具,具有聊天,传输文件等等一些IM聊天工具具有的基本功能;-IM Instant Messenger, IM chat chat, transfer files, and so has the basic function
ipmsg206src
- ipmsg 2006 source code, not only local network, but also internet you can use it.there is not plugged any kind of virus and troy.
talkingroomcode
- Visual C++ 从初学到精通---最后一章网络聊天室的代码,非常详细的代码-The Visual C++ from beginner to proficient--- the last chapter of the code of the Internet chat rooms, very detailed code
elgg-dyb
- Elgg是一款免费开源的社交网站程序(php/mysql),以BLOG为中心实现社会网络的社会性网络构建平台。 elgg作为一个社会性网络构建平台,一经问世,即好评如潮,更有人将其与大名鼎鼎的moodle相提并论。这个平台不仅获得了2007年最佳社会性网络开源CMS平台的荣誉,在今年得到了info world的最高评价。-Elgg is a free open source social web application (php/mysql), BLOG-centric social net
chart
- 局域网聊天程序,功能基本完善了,比较简单易懂-LAN chat program, the basic functions of perfect relatively straightforward
CHAT_UDP_JAVA
- java语言写的通信程序,使用UDP协议,采用服务器客户端模式,结构清晰-java language written communication program, using the UDP protocol, using a server-client model, a clear structure
java_video_src
- 用JAVA做的音视频即时通讯程序,可用于二次开发,可用于游戏的音视频引擎,也可以作为视频会议、网络教育、IM系统、网络视频聊天系统,还可以应用于政府应急指挥平台、专家远程协商平台等专用系统。-JAVA do audio and video instant messaging program, can be used for secondary development, can be used for audio and video of the game engine, and can also
ChatServer
- 聊天程序的服务器源代码,能够即时显示客户端的进入和退出-the source code of a chatting program which can display the status of the client
qq(1)
- 经过测试完全可以用,无异常,涉及到的内容多线程,Socket,Swing,IO流,反射,缓存,泛型,集合等等,界面美化使用的插件包substance。分为服务器和客户端,服务器有登陆和后台显示2个界面实现对用户的增删改查,保存聊天信息,重定向显示后台信息,显示在线用户,注册用户,冻结用户(限制登录的用户),聊天信息,发布后台信息等等。客户端有登陆界面(可以注册用户)和聊天界面实现发送私聊群聊,发送文件,发送震动等等。。先导入jar包在启动serverMain,在启动客户端ClientMain,详