-
c++ meditation, c++ one of the classics, pretty good things
c++沉思录,c++的经典著作之一,相当不错的东西-c++ meditation, c++ one of the classics, pretty good things
- 2022-05-26 02:12:33下载
- 积分:1
-
很好,欢迎下载。2009年4月16日.很好,欢迎下载。很好,欢迎下载。...
很好,欢迎下载。2009年4月16日.很好,欢迎下载。很好,欢迎下载。-Well, welcome to download. April 16, 2009. Well, welcome to download. Well, welcome to download.
- 2022-04-30 20:17:22下载
- 积分:1
-
一个很好的来源的TFTP
一个不错的TFTP源代码-a good source TFTP
- 2023-09-08 14:45:04下载
- 积分:1
-
用Visual Basic编写的,获得指定机器的 IP 地址
用Visual Basic编写的,获得指定机器的 IP 地址-with Visual Basic, was designated machine"s IP address
- 2022-04-12 18:25:13下载
- 积分: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
-
IP伪装程序.对于网络安全开发的你不能不知道,也不能不去了解的比被技术...
IP伪装程序.对于网络安全开发的你不能不知道,也不能不去了解的比被技术-masquerading procedures. For the development of network security and you must know that, nor do not understand the technology than was
- 2022-02-01 14:21:23下载
- 积分:1
-
TCP聊天客户端,希望对大家有所帮助啦,
TCP聊天客户端,希望对大家有所帮助啦,-TCP chat client, I hope all of you to help you,
- 2022-04-06 20:45:20下载
- 积分:1
-
vc prepared by using multiple threads to achieve client
vc++编写的用多线程实现客户-服务器结构的一个例子,有学习价值-vc prepared by using multiple threads to achieve client-server structure of an example, learn the value
- 2023-05-05 20:35:03下载
- 积分:1
-
完全用Struts做的用户注册系统一个Jbuilder8工程 StrutsRegister1.0 先建立数据库,导入test.sql 打开Jbuilder8,导
完全用Struts做的用户注册系统一个Jbuilder8工程 StrutsRegister1.0 先建立数据库,导入test.sql 打开Jbuilder8,导入所有的包(在Lib)目录底下 本注册系统只是一个测试,功能不全,但所用的技术全是Struts1.0的 详细情况请参考http://jakarta.apache.org/struts/index.html-Struts done entirely by the user registration system works a Jbuilder8 StrutsRegister1.0 first establish a database into open test.sql Jbuilder8, import all the packets (Lib) Contents Under the registration system is only a test, dysfunction, but the technology used by all Struts1.0 For details, please refer http://jakarta.apache.org/struts/index.html
- 2022-12-26 03:30:03下载
- 积分:1
-
三个实际的例子,来展示Q o S的使用。第一个例子使用的是T C P,它在三个例子中显得最“直接了当”,因为它是“面向连接”的。第二个例子使用U D P,而且没...
三个实际的例子,来展示Q o S的使用。第一个例子使用的是T C P,它在三个例子中显得最“直接了当”,因为它是“面向连接”的。第二个例子使用U D P,而且没有使用任何连接调用。最后一个例子使用的则是多播U D P-three practical examples to demonstrate Q o S use.T C P The second example is the use of U P D, but did not use any connected call. A final example is the use of multicast U P D
- 2022-03-13 16:22:18下载
- 积分:1