搜索资源列表
chalt_source
- 该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。它可以使多个人聊天,其工作方式类似于网上聊天室。客户端可以选择谈话对象,有32种动作,可以设置字体颜色,也可以悄悄地对某人说,对信息进行过滤。服务器端可以“踢“人,并可以防止用户名称的重复-the chat program, including server and client two parts, the use of MFC CSOCKET category. It will enable more individuals
ipadress0
- 获得本机ip地址的MFC程序源代码 利用CSocket类实现网络文件传送,包括发送文件的服务器端、接收文件的客户端程序代码
MFC_CSocket
- MFC下CSocket编程例子,包含client和server端。
CSocket_Chat_Room
- 本程序利用MFC封装的CSocket类实现了一个具有聊天室功能的系统。包括一个客户端和一个服务器端。-The program package using MFC CSocket class implements a chat room feature of the system. Including a client and a server-side.
LX2
- 应用Visual C++中MFC CSocket类,实现网络数据传输,使用了Client/Server模式互相传输数据,并提供聊天记录功能(txt)。-Application of the Visual C++ MFC CSocket class, the network data transmission using the Client/Server mode to transmit data with each other, and chat history function (txt).
Socket
- 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
mfc-csocket-
- l利用mfc 控件建立客户端程序,可以向服务器发起连接,登陆服务器 -send application to the server and build the channel of commmunication
MFC-Socket
- VC++网络编程 MFC Socket编程 Socket程序(CAsyncSocket传统版、CAsyncSocket指针版、CSocket版)-VC++ Programming Network Programming MFC Socket Socket procedures (CAsyncSocket traditional version, CAsyncSocket pointer version, CSocket Edition)
CSocket-Sample
- VS2008里MFC写的CSOCKET 聊天室,分为Client及Server端,Server端会显示本机ip,Client端要指定ip才可以登入。-VS2008 MFC write CSOCKET in chat rooms, divided into Client and Server side, Server side will display the local ip, Client-side to specify the ip can log on.
network-chat-program
- 实现一个简单的网络聊天程序,应用Visual C++中MFC CSocket类,实现网络数据传输。-Achieve a simple network chat program, the application in Visual C++ MFC CSocket class, network data transmission.