-
简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者...
简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
- 2023-08-21 05:40:03下载
- 积分:1
-
检查邮件服务器的邮件信息的程序源代码(支持SOCKS代理)
检查邮件服务器的邮件信息的程序源代码(支持SOCKS代理)-Check e-mail messages mail server program source code (to support the SOCKS proxy)
- 2023-03-07 07:40:03下载
- 积分:1
-
一个简单的网络编程的小程序,入门用。使用Windows Sockets API函数进行网络编程,访问域名服务器,获取与域名相对应的IP。...
一个简单的网络编程的小程序,入门用。使用Windows Sockets API函数进行网络编程,访问域名服务器,获取与域名相对应的IP。-a simple small network programming procedures, beginners use. Windows Sockets API for network programming, visit the domain name server access to domain names corresponding to the IP.
- 2022-06-26 06:58:26下载
- 积分:1
-
这是飞鸽及时通信的vc源代码。非常少有。用Visual c++开发。版本2.
这是飞鸽及时通信的vc源代码。非常少有。用Visual c++开发。版本2.-This is the Dove timely communication vc source code. Very rare. Using Visual c++ Development. Version 2.
- 2022-07-19 13:12:56下载
- 积分:1
-
FTP_Client_by_SMC.zip
FTP_Client_by_SMC.zip
- 2022-06-13 21:48:32下载
- 积分:1
-
gsoap 2.7.10 latest version, including source code.
gsoap 2.7.10最新版本,包括源码。-gsoap 2.7.10 latest version, including source code.
- 2023-04-26 10:35:04下载
- 积分:1
-
a simple computer network program, describes the computer sliding window of the...
一个简单的计算机网络程序,描述计算机滑窗协议。实现回退N帧。-a simple computer network program, describes the computer sliding window of the agreement. Reverting to achieve N frame.
- 2022-02-01 11:33:22下载
- 积分:1
-
这是一个用java编写的网络抓包程序,主要是通过windows的接口函数来捕获数据包,并进行简单的分析...
这是一个用java编写的网络抓包程序,主要是通过windows的接口函数来捕获数据包,并进行简单的分析-This is a java with the preparation of procedures for capturing Packet networks, mainly through the windows of the interface functions to capture data packets, and a simple analysis
- 2023-07-03 23:05: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
-
一个基本的网关切换程序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在程序里设置没有单独的配置这是个弊端。...
一个基本的网关切换程序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在程序里设置没有单独的配置这是个弊端。-a basic gateway switch (Advanced use) for two with a broadband Internet use, lack of time, Gateway address the program is no single set of configuration it is ills.
- 2023-01-12 12:30:03下载
- 积分:1