搜索资源列表
MFC-TCP
- 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
Csocket
- tcp/ip协议下实现服务器与客户端之间通信,利用MFC的类CSocket-tcp/ip protocol to achieve communication between server and client using the MFC CSocket class
chatroom
- 用MFC编写的基于udp的聊天室程序,分为客户端和服务器两个部-MFC prepared using udp-based chat room procedures, client and server is divided into two departments
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
MFC
- this a simple tcp chat program for client and server-this is a simple tcp chat program for client and server
TCP
- 利用MFC中的CSocket实现TCP的客户端和服务器端,收发数据-Using CSocket in MFC to achieve TCP client and server side, send and receive data
TCP_MFC
- 编程环境vc++6.0,基于MFC的客服端和服务器端的TCP网络编程。-Programming environment vc++6.0, the MFC customer service side and server side TCP network programming.
TCP-LAN--based-on-MFC
- 局域网聊天程序的实现主要为局域网内的计算机提供交流的平台。完成一个基于服务器和客户端的局域网通讯软件,类似于聊天室,可进行注册、登录、系统信息记录、聊天等功能。用户容易使用,便于管理。-LAN chat program implemented for the computer within the LAN to provide a platform for the exchange. Complete a LAN-based server and client communications so
Tcp-talk
- 简单的TCP异步通信例子。基于MFC对话框,实现服务器与客户端通信。-Simple TCP examples of asynchronous communication. MFC dialog-based, server and client communications.
tcpserver
- 基于tcp协议的网络服务器端的源代码,结合mfc对话框实现,代码简单易懂,利于初学者学习。-Tcp protocol-based network server source code, combined with mfc dialog, the code is easy to understand, will help beginners learn.