搜索资源列表
HQClient
- 基于对话框的一个可换皮肤的客户端程序,里面涉及到了TCP/ip,用户自定义信息,多线程,自定义菜单等一系列的东东。-dialog on the skin for a client procedures, which are said to the TCP / ip, user-defined information, multi-threaded, since the definition of the menu and a series of other Eastern.
chat_source
- 一个多用户聊天程序,支持文件传送-a multi-user chat program to support file transfer
基于TCPIP的局域网多用户通信系统
- 基于TCP/IP协议的网络多用户通信系统,可实现聊天、文件传送等应用,C++写的。-based on the TCP / IP protocol network multi-user communication system can achieve chatting, file transfer and other applications written in C.
MultipleChatvc
- 用VC编制的多方聊天工具,可以通过这个小程序进行多方聊天等.本人使用后觉得程序还可以.-VC establishment of the multi-chat tools, through this small procedures, such as the multi-chat. I think the procedures used can.
ServerandClient
- 一个简单的server和client聊天程序,采用了多线程,可以实现多个client连接,并同时发送消息-a simple server and the client chat program, the use of multi-threading, many can achieve client connectivity, and also send messages
java4597845676
- 本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple
JQQ
- 简易的QQ聊天程序(多用户,多线程),主要实现tcp协议编程-simple QQ Chat (multi-user, multi-threaded), the main programming agreement tcp
multi-function-chat
- 基于VC++设计的多功能聊天系统。具有聊天、传输文件等功能-Based on VC + + design of a multi-functional chat system. With chat, file transfer and other functions
多用户聊天系统
- 多用户聊天系统,本人经过多次测试,并通过这个程序,制作出了 -multi-user chat system, I read several tests, and through this process, produced imitations of Business Link Help
IceQQSvr
- 很不错的挂机程序,可以开个服务器一次挂N多-very good hook procedures that will open a server linked to a multi-QQ N
CMULChat
- 采用互斥对象来实现多线程的同步应用多线程编写的网络聊天室程序-use mutex object to the multi-threaded multi-thread synchronization application prepared by the network chat room procedures
pidgin2.0
- 模块化的即时通讯客户程序,同时支持QQ、MSN、Jabber(gtalk)、AIM、Yahoo! 、ICQ、IRC、SILC、Novell GroupWise、Napster、Zephyr 和Gadu-Gadu。 Gaim基于GTK+,并以GPL 许可协议发行。 支持多平台、多语言、多服务、多插件。-modular instant messaging clients, while supporting QQ, MSN, Jabber (gtalk), AIM, Yahoo! , ICQ, I
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
gaim-1.3.1.tar
- linux下运行的聊天工具,允许你与任何使用即时信息服务器的人谈话。支持由多个插件组成的多平台连接特性。这些插件允许你连接其他聊天服务器如Yahoo!,ICQ,或IRC。-chat tools, and allows you to use any instant messaging server conversations. Supported by a number of plug-in component of the multi-platform connectivity. These p
AnyChatCoreSDK_Win32(MBCS)_V4.0
- AnyChatCoreSDK_Win32(MBCS)_V4.0.rar 即时通信的软件 可以多用户视频通话-AnyChatCoreSDK_Win32 (MBCS) _V4.0.rar instant messaging software that can be multi-user video calls
QQ
- 一个基于Winform的QQ程序,基本实现了QQ老版本的大部分功能,已通过测试,想学习网络多线程的可以下了练练手!-A program based on Winform' s QQ, QQ old version of the basic implement most of the functionality has been tested, like learning network for multi-threaded and thought hands down!
Simple_mul164134952003
- Title: Simple multi-chat Descr iption: Very simple multi-chat with client and server
RMSource
- Rooyee Messenger 是国采用jabber(xmpp)协议开发,并遵照GNU GPL进行发布的免费开源即时通讯软件。 Delphi开发的XMPP即时通讯客户端V2.0功能列表: 方便的联系人管理,支持分组管理; 提供丰富内容的名片; 丰富的状态信息(在线,离线,离开,正在输入),支持自定义出席信息; 聊天窗口主题管理,支持自定义主题; 常用短语管理; 聊天内容支持XHTML格式; 表情发送,用户可以自定义表情包; 方便的文件
MyQQsystem
- 根据需求分析的描述以及与用户的沟通,现制定系统实现目标如下: 操作简单方便、界面简洁美观; 每个客户端只能注册一次; 可以在局域网中实现文字及大图片的传输; 可以实现局域网视频; 可以实现多用户的信息通信; 系统运行稳定、安全可靠。 -According to the descr iption of requirements analysis, and comm
myQQ
- 项目描述: 该项目分为两个部分:服务器端和客户端。只有当服务器开启了服务用户 能登录并使用。用户正确登录以后,可以实现多人聊天,聊天记录可以保存到本地 没有帐号的用户可以注册帐号,服务器端可以看到注册用户的信息以及在线用户的信息 运用技术: 此项目运用了J2SE所学的知识点,涉及到了文件读写、图像界面GUI的开 发、多线程与集合Hashmap的结合运用等 -Project Descr iption: The project is divided into two parts:
