搜索资源列表
自制控件
- 软件还不是很完善,支持ftp与http下载,断点、多线程-software is not perfect, ftp and http support downloaded breakpoints, multithreading
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it
down_wininet
- 用winInet api函数写的一个简单的http下载程序.-used to write the function of a simple http download.
HTTPDownload
- 实时HTTP下载控件 实时HTTP下载控件-HTTP download real-time control HTTP download real-time control
wangluoxiazaicankao
- HTTP下载的参考,较容易理解,适合初学者-HTTP download reference, easily understood, for beginners
InetDownload
- 这是一个internet下载的程序,可以用两种方法下载,包括使用http下载和openURL下载-This is an internet downloadable program that can be downloaded using two methods, including the use of http download and download openURL
http-ftp-dll
- http下载的dll库.有头文件.需要加载.说明也再头文件里面-http download the dll. Is the first document. Want to load. Note again the first file
BSup
- 一个软件自动更新程序,包括更新文件版本等信息获取,md5码计算比较,http下载,cab压缩文件解压等模块-an automatic software updates, including the updating of documents and other information obtained, md5 dollar terms, http download, decompress compressed files cab modules
WininetDown
- 高性能http下载类,可以模拟Useragent和Cookie
NetPaw
- HTTP下载工具 网络利爪 1.1 最新源代码
使用HTTP协议将文件下载
- 方便的使用HTTP协议将文件下载到Window,并且使速度加快.
httpdown
- 一个比较简单的HTTP下载,对那些初学者来学习HTTP下载,有很大帮助的
HttpDown
- 没什么,就是VC++写的HTTP下载的代码而已,学习用的
完整文件下载程序(可以断点续传..)
- 完整文件下载程序(可以断点续传..)-complete documentation download (HTTP can ..)
(断点续传和多线程下载)
- 断点续传原理及源程序-HTTP principle and source
传圣1.1(断点续传和多线程下载)
- 笔者一直想寻求一种简单有效,且具备多线程断点续传的方法来实现点与点之间的文件传送问题,经过大量的翻阅资料与测试,终于实现了,现把它共享出来,与大家分享。-I have always wanted to find a simple and effective, but with multithreading HTTP methods to achieve point-to-point transmission of documents between, after reading a lot of
使用HTTP协议将文件下载到Window
- 这是一个简单的小程序!可以实现用http协议将Web上的文件下载到本机的Windows文件夹!-This is a simple little procedure! Http can be used to achieve agreement on the Web to download the document for the Windows folder!
下载DLL
- 这是一个http下载的一个封装的DLL,支持多线程和断点续传
HttpDonwload
- CHttpDownload类支持http下载文件,用socket实现, 简单的非阻塞超时机制 CBase64类实现Base64编码解码,可用于解决http协议的授权验证问题
多线程与断点续传源码 VC http
- 本代码是基于http的多线程支持断点续传的源代码,内容详尽,代码结构简单,适合初学者学习使用,无需调试修改,非常强大,在VC6.0上使用,欢迎下载。