-
DemoMDI
说明: 基于VC++的一个标尺小程序,程序用的是vs2010(A ruler program based on VC++, which uses VS2010)
- 2019-02-19 10:33:44下载
- 积分:1
-
pcjvzli
此程序是用vc开发的,扫雷外挂,运行之后,可在帮助轻松扫雷(This program is developed with vc, mine plug-in, run, can help easy mine clearance)
- 2018-10-11 20:46:09下载
- 积分:1
-
各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的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
-
hilight
AutoCad Entity Highlight
- 2009-10-28 15:22:51下载
- 积分:1
-
Visual C++ 6.0.此代码可以进行显示网络设置,包括IP地址等。
Visual C++ 6.0.此代码可以进行显示网络设置,包括IP地址等。-Visual C 6.0. This code can show network configuration, including the IP address.
- 2023-05-17 10:35:03下载
- 积分:1
-
Terapis
terapis board system with firebird
- 2015-05-09 17:48:46下载
- 积分:1
-
Filecombine
说明: 这是个人写的简单的文件合并工具,有如下特性:
1. 支持二进制和文本文件合并;
2. 可以自定义填充字节(默认为0);
3. 可以选择源文件的任意地址和任意数据长度(在源文件的数据范围之内);
4. 可以任意修改源文件数据在目标文件(合并或拆分)文件的地址范围;
5. 支持拆分源文件,但单次操作只支持一个源文件和一个目标文件;
6. 可以保存/加载文件拆分合并的配置数据,并于重复使用;(This is a simple file combine tool with the following characteristics:
1. Support binary and text file combine;
2. You can customize the padding byte (default is 0);
3. You can select any address of the source file and any data length (within the data range of the source file);
4. The source file data can be arbitrarily modified in the address range of the target file (combine or split) file;
5. Support split source files, but only one source file and one target file are supported in a single operation;
6. You can save/load the file to combine, split configuration data and reuse it;)
- 2019-10-26 14:27:33下载
- 积分:1
-
银行仿真终端程序
银行仿真终端程序-banks simulation terminal
- 2022-08-10 04:53:12下载
- 积分:1
-
调用默认的电子邮件程序发送EMail
调用默认的电子邮件程序发送EMail-Call the default e-mail program to send EMail
- 2022-11-06 14:35:03下载
- 积分:1
-
prepared using the API function procedures, the document can be achieved free!
利用API函数编写的程序,可以实现文件的自由传送!-prepared using the API function procedures, the document can be achieved free!
- 2023-06-02 23:25:03下载
- 积分:1