-
TCP聊天客户端,希望对大家有所帮助啦,
TCP聊天客户端,希望对大家有所帮助啦,-TCP chat client, I hope all of you to help you,
- 2022-04-06 20:45:20下载
- 积分:1
-
window socket network programming model example of EventSelect
window socket网络编程之EventSelect模型的例子
-window socket network programming model example of EventSelect
- 2022-10-26 14:35:04下载
- 积分:1
-
一个机票购买系统
是个很简单明了的系统
是用VFP做的
里面包含了如何建立和购买机票
一看就知道
很适合初学者...
一个机票购买系统
是个很简单明了的系统
是用VFP做的
里面包含了如何建立和购买机票
一看就知道
很适合初学者-buy a ticket system is very simple and straightforward system is done with VFP which contains the building and how to purchase tickets a person would know very suitable for beginners
- 2022-05-06 08:46:40下载
- 积分:1
-
http多线程来测试网络设备稳定性,例如测试路由器,自行设计的web server等。
线程可以定义,例如1000线程,循环测试。...
http多线程来测试网络设备稳定性,例如测试路由器,自行设计的web server等。
线程可以定义,例如1000线程,循环测试。-using the muli-thr http get to test the device.
- 2023-04-03 13:25:03下载
- 积分:1
-
创建原始套接字,构造ICMP协议ECHO数据头,发送数据sendto 接收数据recvfrom,分析返回IP数据头及ICMP数据头 程序代码极其简单,适合初学网...
创建原始套接字,构造ICMP协议ECHO数据头,发送数据sendto 接收数据recvfrom,分析返回IP数据头及ICMP数据头 程序代码极其简单,适合初学网络编程者参考- Founds the primitive sleeve joint character, structure ICMP the
agreement ECHO data head, transmits data sendto receive data recvfrom,
the analysis returns to the IP data and the ICMP data procedure code
is extremely simple, suitablly begins studies the network programming
reference
- 2023-04-02 06:45:03下载
- 积分:1
-
用VC编写的ftp客户程序,运行在客户端,包括建立整个项目的过程和有关原理。...
用VC编写的ftp客户程序,运行在客户端,包括建立整个项目的过程和有关原理。-VC prepared by the ftp client, running on the client, including the creation of the entire project process and the principle.
- 2022-03-23 18:36:05下载
- 积分:1
-
自己做的SNMP协议管理,适合初学者研究
自己做的SNMP协议管理,适合初学者研究-SNMP protocol to do its own management, suitable for beginners study
- 2022-05-22 00:08:10下载
- 积分:1
-
Network chat, network applications, windows development, system integration
网络聊天,网络应用,windows开发,系统集成-Network chat, network applications, windows development, system integration
- 2022-07-05 12:53:52下载
- 积分:1
-
vc的源程序 1)能俘获TCP包 2)能解析TCP包 3)能从TCP/IP包中提取出数据...
vc的源程序 1)能俘获TCP包 2)能解析TCP包 3)能从TCP/IP包中提取出数据-a source of vc), TCP packets can be captured 2) Analysis of TCP packets can be three) from the TCP/IP packet data extracted
- 2022-01-31 04:44: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