-
飞机机动性能计算,确定飞机的正常盘旋性能,包括过载、盘旋半径和盘旋周期...
飞机机动性能计算,确定飞机的正常盘旋性能,包括过载、盘旋半径和盘旋周期-Calculation of mobility aircraft, the aircraft circled the normal performance, including overload, circled and circled radius cycle
- 2022-03-06 23:04:02下载
- 积分:1
-
编写一个简单的http client程序,从某个服务器获取某些对象,要求记录发送和接收的数据。...
编写一个简单的http client程序,从某个服务器获取某些对象,要求记录发送和接收的数据。-Write a simple http client program, access to certain objects from a server to require records to send and receive data.
- 2022-09-01 03:20:02下载
- 积分:1
-
一个聊天室程序,分为服务器与客户端两部分,更重要的是,附带开发文档,很不错的。
一个聊天室程序,分为服务器与客户端两部分,更重要的是,附带开发文档,很不错的。-A chat room procedures, server and client into two parts and, more importantly, with the development of the document, it is good.
- 2022-09-29 00:55:04下载
- 积分:1
-
利用原始套接字进行广播,可以修改原IP地址和目的IP地址,原端口和目的端口,运行环境,win2...
利用原始套接字进行广播,可以修改原IP地址和目的IP地址,原端口和目的端口,运行环境,win2-use of the original broadcast socket, can amend the original IP address and destination address, the original purpose of ports and port, the environment, WIN2
- 2023-07-07 14: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
-
vc+网络初学者的资料!vc+网络初学者的资料
vc+网络初学者的资料...
vc+网络初学者的资料!vc+网络初学者的资料
vc+网络初学者的资料-vc information network beginners! Vc network beginners information vc information network beginners
- 2022-08-09 16:32:06下载
- 积分:1
-
A learning network programming under vc, at the same time understand the princip...
一份学习vc下的网络编程,同时了解网络下载原理的实验程序-A learning network programming under vc, at the same time understand the principles of the network to download the experimental procedure
- 2022-03-21 11:33:55下载
- 积分:1
-
一个用VC++写的简单的异步网络通讯及消息传递程序代码
一个用VC++写的简单的异步网络通讯及消息传递程序代码 -With VC++ to write a simple asynchronous network communications and messaging program code
- 2022-04-26 16:07:46下载
- 积分:1
-
使用Winsock实现网络聊天室的功能,用visual c++编写。
使用Winsock实现网络聊天室的功能,用visual c++编写。-The use of Winsock realize the function of the network chat rooms, using visual c++ Prepared.
- 2022-10-25 14:15:03下载
- 积分:1
-
局域网信使
局域网聊天32的设计直接与另一台计算机上聊天。没有断绝需要!客户机/主机在同一程序。所有你需要的是主机IP,你的IP显示在表格上。根据要求,完整的源和工作程序包括调升! (同样,这不是我的原代码!我只是比原来就好多了。原来提交的亚瑟Chaparyan)
- 2022-04-16 22:02:24下载
- 积分:1