-
MiniFTPServer是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;注意:帐号密码为toldo,主目录为C:/temp,在连接之前...
MiniFTPServer是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;注意:帐号密码为toldo,主目录为C:/temp,在连接之前请先建立-MiniFTPServer is a console based on the ftp server, can be achieved most of the FTP server procedures; Note : toldo account password, home directory to C :/temp, in the post before establishing connections
- 2022-11-15 03:20:03下载
- 积分:1
-
JavaScript
JavaScript-极品万年历,很好的日历工具-JavaScript-Need hefty almanac and a good calendar tool
- 2022-12-17 05:00:03下载
- 积分:1
-
不错的邮件信息平台
不错的邮件信息平台-good mail information platform
- 2022-08-05 15:22:39下载
- 积分:1
-
OMNeT++ Example, you can modify the reference in accordance with individual need...
OMNeT++的例子,可以根据个人需要修改参考,欢迎交流-OMNeT++ Example, you can modify the reference in accordance with individual needs are welcome to exchange
- 2022-02-05 04:33:33下载
- 积分:1
-
libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。...
libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。-libnet example of sending data packets, originally designed for others to write the graduation. You can refer to.
- 2022-07-23 06:05:16下载
- 积分:1
-
此Windows NT网络供应商实现了一个小样本
This Windows NT Sample Network provider implements a small
subsection of the NP interface. What it shows is how you can
sample logon information when a logon is performed.
This "credential sampling" is often useful for implementing
unified logons with differing OS platforms. Once you gather
the information in the NP, you can then communicate the
credentials to another platform for verification and
establishment of network resources.-Sample Windows NT Network provider im plements a small subsection of the NP interface . What it shows is how you can inform sample logon ation when a logon is performed. This "credenti al sampling "is often useful for implementing u nified logons with differing OS platforms. Onc e you gather the information in the NP, you can then communicate the credentials to competitor ther platform for verification and establishm ent of network resources.
- 2022-03-17 11:39:10下载
- 积分:1
-
vtk_pointpick 实现point选取
vtk_pointpick 实现point选取
- 2022-02-20 00:32:52下载
- 积分:1
-
一套完整的同学录静态页面程序,每工相当不错哦。
一套完整的同学录静态页面程序,每工相当不错哦。-a complete set of static website pages, each work is quite good, oh.
- 2023-04-18 02:00:04下载
- 积分:1
-
windows 视频监视程序, 基于h264
windows 视频监视程序, 基于h264 -,Visual C++,多媒体编程/Multimedia Develop -windows video surveillance procedures, based on the h264-, Visual C, Multimedia Programming/Multimedia Develop
- 2023-07-11 11:55: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