搜索资源列表
TestHttp
- 这是直接使用SOCKET实现HTTP下载功能的VC源码,通过格式化请求头就很容易实现断点续传和检查更新等等功能.实现了以下功能: 1.连接主机 2.格式化请求头 3.设置接收,发送超时 4.接收并分析回应头 该程序很清晰地实现了从HTTP下载的方法和原理,为个人实现断点续传多线程下载,提供了很好的平台。原文请参阅http://www.openpip.net/bbs/read.php?tid=777,现本人在其基础上增加了暂停/恢复,断点继传功能,正在加入多线程功能,有这方面兴
HTTP.rar
- 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
TestHttp
- Socket实现HTTP下载协议,支持断点续传。-Socket to achieve HTTP download protocol, supporting HTTP.
HTTP
- HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h>
QQ
- 企业QQ通信系统,VC++6.0 + XML + Socket 实现,文件调试完成,没有问题,请下载相应的软件进行运行,操作系统最好是Windows Server 2003系统,XP系统也可以。-QQ enterprise communications systems, VC++6.0+ XML+ Socket implementation file to complete commissioning, no problem, please download the appropriate so
ADOErrors
- 从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.本文附带的工程中有一个支持HTTP1.1协议,直接用Socket实现下载功能… -from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a Wi
TestHttp
- 直接用socket实现http协议.值得初学者学习借鉴-Directly achieve the http protocol socket. Worthwhile for beginners to learn from
TestHttp
- 实现断点续传和检查更新等等功能 。本文附带的工程中有一个支持 HTTP1.1 协议,直接用 Socket 实现下载功能的 DLL,实现了以下功能: 1. 连接主机 2. 格式化请求头 3. 设置接收,发送超时 4. 接收并分析回应头 -The realization of HTTP and check for updates and so on. In this paper, attached to the project, there is a support H
ssl_http
- socket 实现 HTTP 连接,不错的东东,希望能有用-socket to achieve HTTP connections, good Dongdong, hoping to be useful
HTTP
- 包含HTTP协议内容分析,命令实现及其SOCKET网络编程实现-HTTP protocol includes content analysis, order to achieve the realization of network programming and its SOCKET
socket
- 直接用socket实现HTTP协议(专门用于程序的下载,很实用)-Socket to achieve the direct use of HTTP protocol (dedicated to the download procedure, it is useful)
Http
- 使用socket实现http协议,可移植到linux系统-Achieved using the http protocol socket can be ported to linux system
BetaBing
- 利用socket实现http,来源于网络-Achieved using http socket
SOCKET
- socket网络编程实现HTTP协议的获取与抓包-socket network programming and HTTP protocol for packet capture
Http_C
- 用windows socket API实现http协议(GET 和 HEAD)-Use Windows socket API realize HTTP protocol (GET and HEAD)
TestHttp
- VC++利用Socket实现HTTP下载协议-VC++ use Socket HTTP download protocol to achieve
socketHTTP
- 用SOCKET实现HTTP文件的下载,解析了HTTP的请求格式,和应答头-SOCKET HTTP file downloads, parses the HTTP request format and headers
http下载
- 利用SOCKET实现应用层HTTP通讯Demo(socket with http protocol Demo)
VC++利用Socket实现HTTP下载协议
- VC++利用Socket实现HTTP下载协议VC++ uses Socket to implement HTTP download protocol(VC++ uses Socket to implement HTTP download protocol)