-
各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载...
各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。
在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800- 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the cu
- 2022-03-20 03:50:55下载
- 积分:1
-
ckf
说明: 容积卡尔曼滤波,一种常用的非线性卡尔曼滤波算法。初学者可以参考参考(Cubature Kalman filter, a common nonlinear Kalman filter algorithm)
- 2019-12-02 15:17:32下载
- 积分:1
-
9617585
由于在单道批处理系统中,它就占有计算机的一切资源直到作业完成为止(Because in a single batch system, it occupies all the resources of the computer until the job is complete)
- 2018-12-31 18:29:17下载
- 积分:1
-
smtp source code collections, a total of seven, including the sending and receiv...
smtp源代码集合,一共7个,包括发送和接收-smtp source code collections, a total of seven, including the sending and receiving
- 2022-08-08 08:21:08下载
- 积分:1
-
Linux
说明: 不错的Linux学习资料,基础编程必看书籍(Linux good learning materials, basic programming must see books)
- 2010-05-04 19:19:33下载
- 积分:1
-
管理的第一要素即是管人,也就是要根据人的心理和思想规律,通过尊重人、关心人、激励人来改善人际关系,充分发挥人的积极性和创造性,从而提高劳动和管理效率。...
管理的第一要素即是管人,也就是要根据人的心理和思想规律,通过尊重人、关心人、激励人来改善人际关系,充分发挥人的积极性和创造性,从而提高劳动和管理效率。-The first element of the management of people that are governing, that is, people want in accordance with the laws of the psychological and ideological, through respect for people, caring for people, inspire people to improve interpersonal relationships, the people give full play to the enthusiasm and creativity, thus enhancing the efficiency of labor and management.
- 2022-03-29 04:40:46下载
- 积分:1
-
vb_Auto_Update
说明: vb开发的自动升级程序。有自动更新,覆盖原文件等功能(vb development of the automatic upgrade process. Automatic update, overwrite the original files and other functions)
- 2011-03-05 15:43:57下载
- 积分:1
-
UiDocumentTreeEditPart
Implementation of {@link UiElementTreeEditPart} for the document.
- 2013-12-11 13:16:48下载
- 积分:1
-
关于路由器配置方法的介绍 属于使用方法的学习介绍 可利用软件Boson Router进行虚拟配置 弄懂了你就会发现路由器原来是这么简单的玩意...
关于路由器配置方法的介绍 属于使用方法的学习介绍 可利用软件Boson Router进行虚拟配置 弄懂了你就会发现路由器原来是这么简单的玩意-on the router configuration is introduced using methods of learning can be introduced using software Boson Virtual Router configuration understood you will find the router is so simple toy
- 2022-03-24 09:55:03下载
- 积分:1
-
UriRecord
A parsed record containing a Uri Source Code for Andriod.
- 2014-03-04 00:10:35下载
- 积分:1