-
选择重传协议的发送端程序,网络通信协议实例编程
选择重传协议的发送端程序,网络通信协议实例编程-choice of this agreement software, network communication protocol programming examples
- 2023-02-05 11:30:03下载
- 积分: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
-
旋木留言本 V1.4.rar 1 增加记录IP功能 2 防止提交留言时刷新和从外部提交留言 3 可自定义最大留言字数 4 管理留言时可自动刷新页面,大大方便管理...
旋木留言本 V1.4.rar 1 增加记录IP功能 2 防止提交留言时刷新和从外部提交留言 3 可自定义最大留言字数 4 管理留言时可自动刷新页面,大大方便管理 5 在搜索结果内突出显示关键字 6 增强了安全性-Turnery V1.4.rar a message of the record increase in IP functions to prevent the two messages at set and from the outside can submit messages from the three largest definition of the word four voice messages can be managed automatically update pages, greatly facilitate the management of five in the search results within six highlighted keyword enhanced security
- 2022-03-26 07:52:36下载
- 积分:1
-
使用Windows远程终端协议RDP的工具,可以远程访问Windows2000/Xp,和VNC类似,但功能强大,附带完整Source code....
使用Windows远程终端协议RDP的工具,可以远程访问Windows2000/Xp,和VNC类似,但功能强大,附带完整Source code.-Windows remote terminal agreement RDP tools can be remotely accessed Windows2000/Xp and VNC similar, but powerful, fringe integrity Source code.
- 2022-04-17 11:17:24下载
- 积分:1
-
RPC服务器客户端编程。An introduction to context handles in RPC. A simple RPC client/serve...
RPC服务器客户端编程。An introduction to context handles in RPC. A simple RPC client/server application using context handles is explained-RPC client server programming. An introduction to the context in RPC handles. A simple RPC client/server application using context handles is explained
- 2022-03-01 15:07:01下载
- 积分:1
-
Infix到Postfix转化的完全实现,Infix到Postfix转化的完全实现
Infix到Postfix转化的完全实现,Infix到Postfix转化的完全实现-Infix to Postfix conversion fully achieved
- 2022-03-23 15:03:13下载
- 积分:1
-
A good example of the completion of the port, combined with the MFC. Suitable fo...
一个很好的完成端口的例子,结合了MFC。适合很多人学习难掌握的IOCP-A good example of the completion of the port, combined with the MFC. Suitable for many people to study hard to master the IOCP
- 2022-04-17 02:59:21下载
- 积分:1
-
凡是具有pop3协议的收件邮箱和smtp协议的发件邮箱,均可通过本系统来收发邮件。包括了收发邮箱的各项常用功能...
凡是具有pop3协议的收件邮箱和smtp协议的发件邮箱,均可通过本系统来收发邮件。包括了收发邮箱的各项常用功能-any agreement with pop3 mail and acceptance of the agreement smtp mail pieces can be through the system to send and receive mail. The transceiver includes the commonly used mail function
- 2022-04-26 20:19:19下载
- 积分:1
-
短信平台的二次开发 很好用的啊是别的公司开发的,其中的有详细的说明文档...
短信平台的二次开发 很好用的啊是别的公司开发的,其中的有详细的说明文档-messaging platform in the secondary development of a good ah it is for other companies in the development, which is described in detail in documents
- 2022-07-13 02:08:17下载
- 积分:1
-
基于Socket的TCP模块,支持多线程
基于Socket的TCP模块,支持多线程-Socket Based on the TCP module, support for multi-threaded
- 2022-12-31 23:30:08下载
- 积分:1