搜索资源列表
实例53-多线程文件下载服务器
- 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
实例51-多线程SPIDER
- 多线程SPIDER:本实例使用多线程技术实现了网络蜘蛛应用程序,可以自动搜索HTML页面并下载指定文件。-multithreading SPIDER : examples of the use of the multithreading technology to achieve a spider network applications, it will automatically search HTML pages and download a specific file.
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
实例54-多线程文件下载客户端
- 多线程文件下载客户端-multi-threaded client files
传圣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
Delphi多线程批量文件下载及解压
- Delphi多线程批量文件下载及解压程序源代码,根据网上的程序修改所得,完善和修正部分错误
FlyFish
- FlyFish网络下载工具 优秀的商业下载工具对我们的团队开发有借鉴意义和启发作用,最终我们实现了预期目标:整个课程设计按软件工程原理进行组织,我们设计的网络下载工具具有多线程、多任务、断点续传的功能。 1.实验目的 配合学习《计算机网络和Web技术》,响应老师开展“课程设计”的号召,培养我们的综合开发网络软件的能力,团队合作能力,为最终实现具有商业开发能力而努力奋斗。 2.实验要求 整个课程设计按软件工程原理进行组织,文档必须规范、齐全。基本功能要求包括多线程、多文件、断点续传,其他功能(如智
FTP
- ftp程序,实现了文件的下载,应用了多线程-ftp program, download a file, the application of multi-threaded
5555
- 【源码】【MFC】使用 CInternetSession 封装多线程 http 文件下载-【Source】 【】 to use MFC multi-threaded http package CInternetSession File Download
download
- VB多线程下载文件-VB Multithread download files
Threading
- 多线程下载文件,仿BT下载,可以同时下载多个文件,可以设置下载文件的优先级.并获取下载速度.-Multi-threaded download the file, like BT download, you can download multiple files at the same time, you can set the priority of the download file. And get download speed.
cshttpmultithread
- 多线程下载,可以任意把文件分成多份下载,下载完成后,合并成一个完整的文件-vs.net
FTP_DOWNLOAD
- FTP多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理-it user FTP and mutithread to download files
dawenjianxiazai
- 可实现大文件传输,多线程下载的源码,实现类似飞鸽的功能-Enables large file transfers, multi-threaded download the source code to achieve functionality similar to Feige
ThreadTest
- 这是一个HTTP多线程文件下载的例子,是一个做下载工具的基础。供大家学习之用 -This is a multi-threaded file download HTTP example is the one to do download the tool base. For everyone learning to use
MultiThread
- 用VS做的一个C/S模式的多线程下载,支持断点续传,具体功能用法在文件中有说明-VS to do with a C/S mode, multi-threaded downloads, support for HTTP, use of specific functions has made it clear in the document
101259373GetFastDemo
- 文件多线程下载,支持断点续传,非常好的例子-mutiple file download,support stop-point download,good example
UpEASoft
- 一个支持在线自动更新的程序的,支持多线程下载,XML配置更新文件内容-A support program that automatically updates online, support multi-threaded download, XML configuration file content update
多线程断点下载
- 多线程文件下载,android软件中涉及到的多线程断点下载功能。(Multi thread file download, Android Software involved in multi thread breakpoint download function.)
多任务多线程demo
- 用C#实现的多线程多任务下载,采用文件切块,多线程分块下载,再拼接(Multi-threaded and multi-task Download with C# is realized. File is cut into blocks, multi-threaded is downloaded in blocks, and then spliced.)