资源列表
CC1.0
- 本程序采用socket技术,分为两个部分:Server和Client,与此类大部分程序不同的是,本程序是两个或多个Client通过Server通信。Client可以注册账户、登录、添加好友,创建以及加入群等。-This procedure uses socket technology, is divided into two parts: Server and Client, with the majority of such procedures are different is that t
CHATFUNCTIONS
- chatting program souce
EasyMessage
- 软件介绍:一个用于局域网的消息发送程序,你可以用它在局域网内向同网的计算机发送消息。其原理就是使用了WindowsNT的netsend命令,程序中使用的Access保存发送信息的纪录。因为用的是NT的命令,所以本程序只能在基于NT的操作系统中使用,也就是不能在Windows98下使用。-Software Descr iption: one for the LAN messaging program, you can use it on the LAN computer within the sa
ICBChat
- 使用的第三方控件BusinessSkinForm,可从本站搜索下载 包含聊天服务端,客户端等 -The use of third-party controls BusinessSkinForm, to search for downloads from the site include chat server, client, etc.
myChat
- 用VB做的即时聊天软件, 用VB做的即时聊天软件.-mychat
chat
- gdb的实现过程,里边有详细的代码实现过程,并且有详细的注释-gdb implementation process, the code inside a detailed implementation process, and detailed annotations
[_Winsock_1304299122002
- Great and simple chatting tool over winsock network
RTCSample
- 学习如何创建或集成实时通信(RTC)应用编程接口(API)的基本知识以实现音视频会议、应用程序共享、白板、简单的点对点聊天和音视频调节向导。RTC API 提供了卓越的基于PC的通信革新,这可应用于所有基于 Microsoft Windows XP的应用程序。 -Learn how to create or integrate real-time communications (RTC) application programming interface (API) in order to
20052111225211
- 该代码实现了点对点的视频会议功能。 -The code to achieve a point to point video conferencing.
2004130456739
- 局域网内的所有机器都应该能够收到广播语音 -All machines within the LAN should be able to receive the broadcast voice
MyQQ
- This is a real-time chat software.
P2P_qqjsxi
- 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 -1. Program uses online