搜索资源列表
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
netbag
- 随着NDK 1.0的成功,我决定扩展它的功能。NDK可以说是一个网络程序设计的开发包。它由一系列的类组成实现client/server结构。NDK隐藏了所有复杂的关于网络连接、数据的发送与接收等功能。你只需要使用三个类就可以了:CNDKServer, CNDKClient和CNDKMessage。只要重载几个方法,你就可以设计除功能强大的client/server程序。NDK是基于MFC的CSocket类,因此你可以为你的局域网或Internet设计程序-With the success, I
SocketSample(cs)
- MFC CSocket写的服务器和客户端,傻瓜式封装,希望有用-MFC CSocket write the server and client, stupid-Compliant, hoping useful
FileTransfer_socket
- Socket通信实现文件传输的vc代码。采用MFC CSocket类实现两台电脑之间的文件传输。-Socket Communication document transmission vc code. MFC CSocket used to achieve between the two computer file transfer.
chatsourcecode
- 该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。它可以使多个人聊天,其工作方式类似于网上聊天室。客户端可以选择谈话对象,有32种动作,可以设置字体颜色,也可以悄悄地对某人说,对信息进行过滤。服务器端可以“踢“人,并可以防止用户名称的重复-procedures including the Chat server and client in two parts, the use of MFC CSOCKET category. It will enable more indivi
chatsource
- 该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。 它可以使多个人聊天,其工作方式类似于网上聊天室,可以在同一台机器上启动 多个客户端。 客户端可以选择谈话对象,有32种动作,可以设置字体颜色,也可以\"悄悄\"地对某人说,对信息进行过滤。 服务器端可以“踢“人,并可以防止用户名称的重复。 该聊天程序是我在两星期内仓促完成的,其只是大四学期的一个VC作业,里面有许多不完善和不如意的地方, 比如还可以添加类似于ICQ的图象列表,以及
MFC网络聊天编程
- 讲解一个MFC基于Csocket的编程案例
WinSocket
- 利用VC++开发的基于mfc CSocket的网络通信服务器和客户端,给初学者以借鉴。-Using VC++ developers mfc CSocket-based network communications server and the client, giving beginners to learn.
CSocket
- 基于socket和mfc编写的一个小巧的聊天程序,是c/s结构的,界面友好-Mfc prepared based on the socket and a small chat program, the c/s structure, user-friendly
DELPHIGL
- 该用delphi开发OpenGL的例子,相信对大家亦用表-The chat program includes two parts, server and client, using a MFC-CSOCKET class. It allows more than one person chat, its modus operandi is similar to Internet chat rooms, you can start on the same machine multiple clie
chatserver_and_chatclient
- 聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。 它可以使多个人聊天,其工作方式类似于网上聊天室,可以在同一台机器上启动 多个客户端。-Chat server and client programs include two parts, use is the MFC-CSOCKET class. It allows more than one person chat, its modus operandi is similar to Internet chat room
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
sheji
- 基于P2P方式的多媒体信息传输.主要是围绕P2P技术进行探讨、研究和如何实现简单应用。其中介绍了P2P技术的特点和发展背景,论述了当前P2P系统的网络模型和应用现状。主要研究了在TCP/IP协议下,利用Windows 套接字(Socket)网络编程,阐述如何创建基于MFC Csocket类面向局域网络的P2P网络应用程序。-P2P MultiMedea player.
ChatDlg
- 基于MFC的CSocket类的聊天窗口的程序,在VS2005上可以运行-MFC CSocket class-based chat window program can run on VS2005
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.