搜索资源列表
WinSock
- MFC网络编程源代码,实现信息的互传,客户端和服务器端实现对话
VC++网络高级编程之十八
- ATLDraw: === === ==== DCOM客户程序,用MFC编写。 该程序的运行步骤如下:单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。-ATLDraw : === === === === ==== DCOM client, prepared with MFC. The program, run the following steps
Rj020308
- 网络聊天室服务器端,基于SOCKET编程,使用VC MFC环境编程-Internet chat room server, based on Socket programming, the use of VC MFC programming environment
网络编程
- 分为服务器与客户端,可实现双方简单通信
FTPfile.rar
- 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。,Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the p
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
MFC
- 一个基于简单的套接字编程,简单实现服务器、客户机间通信。-A simple socket-based programming, simple implementation of server, client computer communication.
oil-tank-broadcast
- 利用油槽实现一对多的广播通信,本小程序可以实现在客户端,对所有的局域网安装了服务器的机器实现广播通知.VC++ MFC编程-Tank to achieve one to many broadcast, this small program can be implemented at the client, installed on all of the LAN server machines for broadcast notifications.
QQServer
- qq服务器代码 c++ MFC 网络编程 -QQServer code
MFC
- 网络五子棋,客户端,服务器,网络编程,界面编程,五子棋算法-Backgammon network, client, server, network programming, interface programming, backgammon algorithm
ChatRoom
- MFC界面编程, 编写一个聊天小软件, 含全部源代码 ,包括服务器和客户端窗口代码-MFC programming interface to write a chat small software with full source code, including the code of the server and the client window
TransClient
- 基于CSoket编程的MFC界面编程,客户端的程序编写,如何和服务器端建立通讯- MFC programming based on CSoket, client program preparation,How to establish communication with server-side
Chat_Server
- MFC 服务器端程序,这是VC++深入详解的网络编程部分的例子-MFC chat room server
Server
- MFC界面编程,利用流式套接字实现简单的回射服务器。-MFC interface programming, streaming socket achieve simple retroreflective server.
SXChat_54828
- 本文实现的多线程聊天程序是在VC++开发环境下、基于UDP通信协议、使用当前流行的模块化软件设计思想编程实现的。使用了Winsock的基本概念和编程原理,数据报套接字编程的常用函数和模型以及常用的MFC网络编程类,服务器端和客户端一体。-In this paper, the communication system is implemented in VC++ development environment, based on UDP communication protocols, using
clask-the
- 命名管道的封装MFC类,含客户端和服务器端(A named pipe to encapsulate the MFC class, including client and server)
TcpServer
- 本程序是一个TCP服务器程序,可以实现局域网的连接。(This procedure is a TCP server program, you can achieve the LAN connection.)
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
FTP服务器
- Windows MFC编程,C语言,FTP服务器,决定可靠(Windows MFC coding ,C ,ftp server,robust)
MFC socket编程简单示例
- socket编程示例,实现服务器和客户端简单通信