搜索资源列表
324488335
- 在VC下开发的局域网聊天工具 实现了文件传输和文字聊天功能.. 开发工具...收机的开放原代码,本人在nokia...·用vc++语言设计有个网络浏览器的源代码.. 开发工具... -developed in VC LAN chatting tools of file transfer and text chat .. development tools .. . admission for the open-source, nokia ... I used vc language net
AgileIM[1]
- AgileIM 是一款类似QQ、MSN的聊天软件,这个软件却是我“无意插柳”的结果,AgileIM 的“前身”原本只是为了测试我的通信框架ESFramework的通信能力,没想到,做了两个星期后则个用于测试的小软件居然有点模样了,AgileIM 如今已经支持的主要功能: (1)文字聊天 (2)文件传输 (3)视频/音频聊天 (4)基于Udp的NAT/NAPT 穿透 IM类型的软件所需要的框架的能力大致也在这里了,现在把AgileIM的源码开放,希望能对后来者有些许帮助
chatandtransfefile
- 用。net Vc++实现的聊天,文件传输的工具 初次见面,请多关照。okleba-use. Vc net realized chatting, file transfer tool for the first time, encouraged to care. Okleba
linux_chat
- 实现linux下的聊天室。可以单聊、群聊、以及组聊。而且具有文件传输功能。界面使用curse库编程-achieve linux under the chat room. Alone can chat, group chat and chat groups. But with file transfer functions. Interface programming using the curse
Multi_Chat
- 一个多功能的聊天程序,可以实现语音聊天,文字聊天和文件传输等功能-a multifunctional chat procedures, can achieve voice chat, text chat and file transfer functions
liaotian_filetransfers
- 实现了聊天和文件传输等基本的网络通讯工具的功能。-achieved a chat and file transfer and other basic tools of network communications functions.
chat
- 这是一个局域网聊天室软件,本软件能实现在线聊天和文件传输功能。
chartroom.rar
- 实现一般的qq聊天的功能。支持文件传输 ,和图片传输的功能 ,The achievement of general qq chat function. Support file transfer, and picture transmission function
TCPIPchat-room
- VC++MFC工程实现的TCP/IP的聊天室软件,有客户端和用户端。可以实现客户端之间的文件传输,界面友好,有实现报告文档-a chat room project developed by VC++, with sevice and client terminals ,beside , these codes can realize file transmition betwee two client terminals with a friendly oprating interface.
NetworkMessenger
- 聊天程序NetwOrk Messenger,基于P2P的聊天工具的设计与实现,它实现文本聊天和文件传输-Chat program NetwOrk Messenger, chat tool for P2P-based Design and Implementation, it implements the text chat and file transfer
javachatSystem
- 用java开发的即时通信系统,界面比较美观,实现qq的基本功能,包括好友,文件传输等功能-Java development with real-time communication systems, the interface more beautiful realization of the basic functions of qq, including friends, file transfer and other functions
InterCom
- 通过UDP实现即时聊天发送表情,TCP实现文件传输,输入和显示是用RichEdit的;是用VS2003写的-Send instant chat through the expression of UDP, TCP for file transfer, input and display is RichEdit' s is written with VS2003
NETMsg
- 局域网即时通信,VC++代码。类似于飞鸽, 实现了多人聊天,群组聊天以及文件传输,是学习即时通信入手的好代码-LAN instant messaging, VC++ code. Similar to the Flying Pigeon, achieved more than chat, group chat and file transfer, instant messaging is starting to learn the good code
TLoveQUI
- 此聊天软件系统是模拟现今国内最为流行的即时性通讯工具QQ,其功能类似于QQ,能够实现注册、登录、添加好友、文字聊天、文件传输、语音聊天、视频聊天等功能。该聊天软件系统是采用C/S结构,也就是客户端与服务器端的结构体系,基于对该聊天软件功能的分析,分别对客户端与服务器端进行了设计。-This chat software systems are modeled by the current real-time nature of the country' s most popular comm
netcode
- 该小程序主要实现文字聊天,文件传输,相信作为初学者可以借鉴-The main achievement of the applet text chat, file transfer, I believe that as a beginner can learn
Source-IP-Messenger
- 飞鸽传书源码,实现文件传输功能。并实现安装版-IP Messenger source code, file transfer capabilities
Pigeon
- 飞鸽的java版源代码,直接编译可以使用,实现文件传输-Dove' s java version source code, the compiler can directly be used for file transfer
NetChat
- VC6.0开发的,用TCP控制协议实现文件传输,用UDP实现聊天,中文名叫网络聊天室,无需设置IP,自动搜索在线用户(已安装)。-A small communicate tool on net like QQ.
ChatNet_3.6
- 本系统是一个局域网即时通讯软件,采用TCP\ip实现文件传输,用UDP实现聊天功能,同时系统设置了精美的皮肤,使人赏心悦目-This system is a LAN instant messaging software, the use of TCP \ ip file transfer, using UDP chat function, and the system is set with fine skin, people pleasing
基于 C++ 的网络在线聊天系统
- 我们将使用 TCP 套接字进行通信,并使用多线程处理多个客户端连接。 首先创建项目结构: chat-system/ ├── src/ │ ├── server/ │ │ ├── server.cpp │ │ ├── server.h │ │ └── main.cpp │ └── client/ │ ├── client.cpp │ ├── client.h │ └── main.cpp └── CMake