当前位置:
首页
资源下载

搜索资源 - socket server client MFC chat
搜索资源列表
-
0下载:
vs 2005+MFC实现的多人在线聊天软件,有客户端和服务器端 socket编程-vs. the 2005 MFC people online chat software. a client and server-side socket programming
-
-
0下载:
VS2008 ,MFC下基于socket的聊天系统,包括客户端和服务器,能够实现文件和文字的传输-VS2008, MFC the socket chat system, including client and server-based file and text transmission
-
-
1下载:
基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分
本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下
支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
-
-
0下载:
服务器端和客户端连接 支持多客户端启动 一对多聊天 一发多收 VC MFC平台 CSocket socket-Internet chat Server and Client connect
VC MFC socket CSocket
-
-
0下载:
VC++6.0下网络SOCKET server client聊天程序,用MFC编写,是个很好的网络变成参考-VC++ 6.0 Network SOCKET server client chat program, using MFC preparation is a good network into a reference
-
-
0下载:
This a chat program I wrote by MFC. I used windows socket to write this program.
Chat server is an application which does the following operations:
* Listens for incoming calls from clients. Client running in any PC can connect to the serv
-
-
0下载:
用MFC写的简单界面和socket实现的TCP通讯的 简单聊天客户端和服务器-Written with the MFC implementation of a simple interface and TCP socket communication simple chat client and server
-
-
0下载:
VC++6.0 MFC的聊天软件,用socket编写。分客户端与服务端。-VC++6.0 MFC chat software, written with the socket. Sub-client and server.
-
-
0下载:
学校的课程设计作业,一个简单的网络聊天室。分为客户端和服务器端,客户端向服务器发送消息到服务器端再有服务器端广播给所有的客户端以实现聊天室功能。用mfc和socket的简单应用。-School curriculum design work, a simple online chat room. Divided into client and server, the client sends the server a message to the server and then have the
-
-
0下载:
局域网内加密聊天软件,利用mfc进行客户端编写,服务器端采用了socket编程。-LAN chat software encryption, using mfc for client written using the socket server-side programming.
-
-
0下载:
局域网聊天工具,本软件使用VC++和MFC工具实现的,有客户端和服务端,初学者可以用来学习-LAN chat tool, this software using VC++ and the MFC tools, client and server, beginners can use to learn
-
-
0下载:
socket 简单聊天 MFC实现 包含客户端 和服务器端-simple socket chat the MFC implements include client and server-side
-
-
0下载:
C++ MFC SOCKET通讯客户端 可以连接服务端 进行聊天通讯、文件传输等功能 默认端口为5050 默认IP地址192.168.0.1-The C++ MFC SOCKET messaging client can be connected to the server chat communication, file transfer function default port 5050 default IP address 192.168.0.1
-
-
1下载:
使用CAsyncSocket类MFC Socket编程。实现服务端和客户端之间的通讯,并能显示聊天纪录。-Use CAsyncSocket class MFC Socket programming. The communication between the server and client, and can display the chat record.
-
-
0下载:
使用MFC 的界面效果,利用socket套接口技术实现的多客户端client,通过服务器server互联的聊天的程序-Using MFC interface effects, the use of socket socket technology to achieve a multi-client client, server interconnected through the server chat program
-
-
0下载:
这程序是利用在windows在的socket网络编程基于MFC的UDP聊天程序,在一个界面下实现客户端和服务端之间的通信,类似-This procedure is to use the windows in the socket UDP network programming MFC-based chat program, implemented in an interface between the client and server communications, similar to th
-
-
0下载:
主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
-
-
0下载:
本软件使用VC++,应用MFC、Socket和TCP的知识编写,由客户端和服务器两部分组成,服务器充当“中转者”的职能,客户端将自己的消息首先发给服务器,服务器再根据需要将它们转发给其它客户端,这是一个类似QQ群功能的聊天室软件。-The software uses VC++, application MFC, Socket and TCP knowledge written by the client and the server of two parts, the server acts a
-
-
0下载:
基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分-TCP/IP based communication basically use the SOCKET data communications, the program is divided into server and client in two parts
-
-
0下载:
本课题是设计一个聊天室软件,包括服务器端和客户端,主要功能为:
服务器端:初始化socket, 创建服务器端,在特定的端口上等待来自客户的连接请求,并且能够记录所有成功的连接;接受用户传送来的连接判断命令,并向用户发出响应命令;支持多个客户端的连接,在服务器和多个客户端之间进行数据传输;能接受用户传送来的聊天信息,然后所有链接的客户端转发。
客户端:建立和维护与服务器的连接,并且随时检测连接的状态;能够把用户输入的信息及时发送到服务端;有一个消息显示区,还可以显示历史信息。(This top
-