搜索资源列表
QQProject.zip
- QQ 示例源码 包括: VC++项目源文件(客户端、服务器端) 可执行文件(客户端、服务器端) 供学习C++网络编程参考。
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 人才网站系统结合,可以让站内企业跟求职者在线洽谈,在线招聘.
基于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.
liaotianv1.0
- 程序名称:不需要注册的聊天程序beta 0.1 编程环境:ASP 程序介绍:使用asp制做的一个基本的聊天室程序!这是三思第一次制做聊天室程序,遇到了些技术上的问题,发现的程序里已经解决,但因为本身技术水平的限制,程序内肯定还存在其它各种各样的问题,希望大家试用后如果发现有什么问题,能尽快反馈到三思这里来! 功能方面跟网上流传的聊天室基本相同!但是机制却大不相同,本聊天室并非网络中常见的数据库形式的积分泡点程序。因为三思曾经也是喜爱狂聊人士,但往来各大聊天室却常常把时间花费
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
voiceChatRoom
- 网络语音聊天程序,能实时进行语音聊天并记录了wav文件socket编程-network voice chat procedures can conduct real-time voice chat and record a wav document socket programming
liaotian_filetransfers
- 实现了聊天和文件传输等基本的网络通讯工具的功能。-achieved a chat and file transfer and other basic tools of network communications functions.
WinSock
- 网络文件传输软件,TCP协议,需双方建立连接,点对点传输
EasyMessenger2006[4]Source
- 点对点私聊 支持多人群聊 自定义表情 发送网络图片 即时传送文件 历史记录保存
C++chart
- c#的网络聊天工具,可以群聊,私聊,还可以点对点的文件传输
ClientServer
- 这是一款不用数据库的即使通讯聊天软件,该软件通过对文件的读写,存储数据,而且对网络编程给予充分的运用。是网络编程的经典应用。
QQExample
- 这是一个仿QQ聊天示例源码。包括:VC++项目源文件(客户端、服务器端),可执行文件(客户端、服务器端)。可供学习C++网络编程参考。(QQClient,QQServer)-This is a fake QQ Chat example source. Including : VC projects source document (client, server side), executable files (client, server side). Learning Network for
通过MFC制作的简单的聊天程序
- 一个通过MFC制作的简单的聊天程序 支持语音 文字聊天 以及文件传输 网络编程技术中基本的一个实例-By making a simple MFC support for voice chat program text chat and file transfer network programming an example of the basic
Z-Robot.QQRobot.0009.Update2(1)
- 欢迎使用V客网络提供的QQ机器人服务。 QQ机器人工作原理:好友QQ(Q群)发消息到机器人人QQ,QQ机器人将内容发送到接口(回调文件)中处理内容,再将内容返回到好友QQ(Q群)实现自动“聊天”。当需要主动发消息时,例如论坛提醒,则可以调用Api来发送)。-Welcome to V QQ robot customer service provided by the network. QQ robot works: Friends QQ (Q group) message to the
c++chatroom_code(clientandserver)
- 拥有客户端和服务器的网络聊天程序,可以群聊,也可以私聊,还可以发送和接受文件,是一款功能比较强的程序。-Client and server has a network chat program, you can group chat can also be私聊, you can send and receive documents, is a relatively strong function of the procedure.
network
- 网络聊天程序,内含源代码和实行文件,实现两客户端的信息传输-Internet chat program, including source code and the implementation of documents, to achieve the two messaging client
chat
- 利用c++语言实现网络聊天,包含头文件,应用文件-Using c++ language chat network, including the header files, application files
NetZone1.6
- 网络应用得一个平台,已经实现了聊天室,用收发表情和文件的功能,还有一个待实现的网络贪吃蛇-Was a platform for network applications, has achieved the chat rooms, and documents used to send and receive functions of expression, there is a realization of the network to be Snake
新建文件夹
- 简单的网络编程案例,编写两个java程序实现实时聊天(A simple case of network programming, writing two Java programs for real time chat)
基于 C++ 的网络在线聊天系统
- 我们将使用 TCP 套接字进行通信,并使用多线程处理多个客户端连接。 首先创建项目结构: chat-system/ ├── src/ │ ├── server/ │ │ ├── server.cpp │ │ ├── server.h │ │ └── main.cpp │ └── client/ │ ├── client.cpp │ ├── client.h │ └── main.cpp └── CMake