搜索资源列表
实例53-多线程文件下载服务器
- 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
实例54-多线程文件下载客户端
- 多线程文件下载客户端-multi-threaded client files
VC Internet多线程下载文件源代码
Internet多线程下载文件源代码,可以即时回显下载状态,如当前下载速度,平均下载速度
实例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 b
实例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 down
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724
IdhttpUpDateForD7
- 一个用idhttp控件的多线程文件下载程序-idhttp control with a multi-threaded download documents
continue_tran
- 断点续传和多线程下载,可实现大文件传输.没有采用普遍的客户端,服务器方式,是一个对称性的文件传输器.基于TCP/IP-HTTP and multi-threaded download, enabling large file transfer. Not used widely client, server mode is a symmetry of the file transfer. Based on TCP/IP
file_download
- C#写的多线程文件下载的例子,国外牛人所写,非常经典-C# Writing multi-threaded file download example, foreign cattle were written, very classic
http
- Http服务器多线程下载文件,实现多线程文件下载不想想象中的那么复杂,具体思路为:首先确定下载文件的大小,根据文件大小确定采用几个线程下载,每个线程下载文件的不同布分;然后再线程下载完后,将每个线程下载的数据按照顺序组合为一个完整的文件,这样就实现了文件的多线程下载。-Http server multi-threaded download documents, the realization of multi-threaded file
download
- 运用Java实现一个多线程文件下载,希望对需要的朋友有用。-The use of Java to achieve a multi-threaded file download, in the hope that friends need to be useful.
download
- java 多线程文件下载器源代码-java multi-threaded file download browser source code ......
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
MulThreadDownload
- 多线程文件下载,可自己定义线程个数,实现多线程下载。android手机软件-Multi-threaded file download
多线程断点下载
- 多线程文件下载,android软件中涉及到的多线程断点下载功能。(Multi thread file download, Android Software involved in multi thread breakpoint download function.)
FTP、HTTP 多线程断点续传下载文件 源码
- FTP、HTTP 多线程断点续传下载文件 源码,可做下载器编程参考(FTP, HTTP multithreaded HTTP download source code, to download programming reference)
易语言多线程下载文件
- 易语言使用多线程模板,实现多个链接同时下载,不卡快速下载(Easy language to use multithreading template, to achieve multiple links at the same time download, not fast download card.)
多任务多线程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.)