搜索资源列表
HttpServerexample
- 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
HTTP Client
- 用VC++ MFC设计的HTTp服务器以及客户端程序,对了解HTTP协议及工作原理很有帮助-Using VC++ MFC design HTTp server and client, understanding the HTTP protocol and the principle of helpful
mike00oo
- 实现多线程断点续传和mfc节目结合客户端服务器端FTP下载上传和socket通讯-The realization of multi-threaded HTTP and mfc program combining server-side FTP client to upload and download socket communication
MyBrowser
- 这是一个通过MFC WinInet类实现的HTTP客户程序,一个简单的浏览器-This is a category through the MFC WinInet realize the HTTP client, a simple browser
MyHTTP
- HTTP 客户端 VC MFC 编程开发 类似的可以下载-VC MFC HTTP client can download a similar program development
HTTP_Server_Client(MFC)
- 基于MFC写的HTTP服务器和客户端,可以从服务器上下载网页或文件,代码结构良好-mfc http server and client, with the functions of transfering html pages and files, good coding style
MyBrowser
- 这是一个通过MFC WinInet类实现的HTTP客户程序-This is a HTTP client program implemented by the MFC WinInet classes
MFC-ftp
- MFC实现FTP客户端,支持断点续传的ftp,没有用到mfc提供的ftp类-The MFC implementation of the FTP client, support for HTTP, ftp, and did not use mfc ftp classes
HTTPGetPost
- 一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made with a multi-document view MFC int
InstantMessaging
- VC++6.0+MFC做毕设做的网络聊天具(服务端和客户端),包括: 0.普通聊天(文字、图片) 1.聊天室 2.传输文件(断点续传) 3.共享屏幕 4.白板 5.视频、音频聊天 模仿Netmeeting,资源也来源于Netmeeting、飞秋和PS。(VC++6.0+MFC do the complete set of network chat tools (server and client), including: 0. general chat (text, pictur
