搜索资源列表
WindowsC+++MFC+Socket+(Client)
- WindowsC+++MFC+Socket+源码示例(客户端篇),内附说明文档
client
- 用MFC实现的一个Socket客户端程序,可以实现与服务器端的通信
CAsyncSocket
- socket编程的交互式聊天系统,有客户端和服务端,比较简单的一个程序-socket programming, interactive chat system, with client and service side, a relatively simple procedure
socket_udp_MFC
- 一个MFC的socket,使用UDP方式进行通信,包含客户端和服务端,使用两个不同的工程-A MFC socket, use the UDP mode for communication, including client and server, using two different engineering
socket1
- SOCKET通信的服务器客户度,该通信是用API 写的,没有用到MFC-socket server client
socket
- 一个简单的利用MFC实现的无连接的socket编程,包里有服务器端和客户端两个工程。-A simple to use MFC to achieve non-connected socket programming package with server-side and client-side two projects.
socket
- 是关于异步消息响应socket的MFC程序,有客户端和服务器端-Is the socket on the MFC asynchronous message response procedures, client and server side
socket
- 用MFC写的简单界面和socket实现的TCP通讯的 简单聊天客户端和服务器-Written with the MFC implementation of a simple interface and TCP socket communication simple chat client and server
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
client
- MFC编程,利用流式套接字实现简单回射客户端。-The MFC programming stream socket simple retroreflective client.
VODDev
- 视频点播系统,该系统核心界面有三个:登陆、服务器和客户端界面。数据库服务器存放媒体服务器中的媒体Media清单和用户数据。当VOD客户端登陆媒体服务器后,可以下载Media数据进行播放。VOD服务器进行媒体管理和用户管理。用到的技术有MFC GUI,socket编程,数据库访问和操作,DirectX中的DirectShow,组件和动态库-Video-on-demand system, the core of the interface has three: landing, the server
zuoye3
- 基于MFC和SOCKET的一个图形化界面程序,分为客户端和服务器端,可以通过服务器端控制客户端简单的界面操作,且双机可以通讯。-SOCKET based MFC and a graphical interface program, divided into client and server, the server can be controlled by a simple client interface operation, and the double unit can communica
EG09
- MFC下socket的客户端源码,TCP网络协议。-MFC socket under the client source code, TCP network protocol.
Chat-room
- 本软件使用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
Client
- 基于MFC的socket聊天系统客户端,需要配置IP和端口号。-MFC s socket-based chat client system, you need to configure IP and port number.
VCPP-chat-client-design(2)-v1
- 网络编程客户端程序,极速学院MFC编写的服务器程序-Socket program of the client
Unity_MFC_Socket
- 做工程需要掌握的信息传输,MFC和Unity之间使用socket的TCP和UDP协议进行通信的实例。TCP协议包括:MFC版的Server端和Unity版的Client端;MFC版的Client端和Unity版的Server端。UDP协议为Unity和MFC之间的双向通信。(To do engineering, you need to master the instance of information transmission between MFC and Unity using socke
TCPClient3
- socket 通信,客户端程序,用c++写的,基于MFC平台。(Socket communications, client procedures, written in c++, based on the MFC platform.)
MyProjects
- 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息(1, Download decompression, use VC++ 6 to open two projects: one is SocketServer and a ClientSocke
MFC Socket
- 用MFC实现了网络通讯,其中包含两个成勋,客户端和服务器。附上源码。很不错的例子(Using MFC to achieve network communication, including two Cheng Xun, client and server. The source code is attached. A good example)