-
这是一个用VB编写的代理服务器程序源码,通过这个程序能使我们掌握相关的知识...
这是一个用VB编写的代理服务器程序源码,通过这个程序能使我们掌握相关的知识-This is a VB prepared by the proxy server source code procedures, this procedure will enable us to acquire the relevant knowledge
- 2022-10-25 12:05:03下载
- 积分:1
-
超简单聊天室,可以发表情语言,很像论坛里面的界面
超简单聊天室,可以发表情语言,很像论坛里面的界面-super-simple chat rooms, language can express feelings, which mimic the interface Forum
- 2023-08-18 04:55:03下载
- 积分:1
-
win32控制台程序,从WEB服务器通过HTTP下载文件,值得借鉴
win32控制台程序,从WEB服务器通过HTTP下载文件,值得借鉴-win32 console program, from the WEB server to download files through HTTP, it is worth drawing
- 2022-03-01 20:30:19下载
- 积分:1
-
仿照WINDOWS的扫雷程序,做的不好,有BUG 大家可以自己修改。
仿照WINDOWS的扫雷程序,做的不好,有BUG 大家可以自己修改。-WINDOWS modeled on de-mining program, did a poor job, there are BUG we can modify their own.
- 2022-03-02 21:47:15下载
- 积分:1
-
清华大学出版的最新《vc 项目开发全程实录》一书中的局域网监控系统的源程序。...
清华大学出版的最新《vc 项目开发全程实录》一书中的局域网监控系统的源程序。-Tsinghua University, published in the latest " vc project development throughout Record," a book of the source network monitoring system.
- 2022-01-26 01:33:48下载
- 积分: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
-
模拟ICQ聊天通讯程序,是现在视频通讯聊天的参考。
模拟ICQ聊天通讯程序,是现在视频通讯聊天的参考。-Analog communication program ICQ chat, video communication now chat reference.
- 2022-10-13 17:10:02下载
- 积分:1
-
简单清晰,对你很有帮助的客户端FTP程序
简单清晰,对你很有帮助的客户端FTP程序-simple and clear, helpful to your client FTP procedures
- 2022-04-10 18:56:36下载
- 积分:1
-
delphi network programming a small example of the use of socket programming.
delphi 网络编程小例子,利用socket编程。-delphi network programming a small example of the use of socket programming.
- 2022-10-03 17:30:03下载
- 积分:1
-
又一款局域网聊天程序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜...
又一款局域网聊天程序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家可以到Rxlib专栏中下载这个控件-another model LAN chatting procedures applicable to 3.0-5.0 Only a Rxlib2.75 the two controls, one is used for TrayIcon (TRxTrayIcon), there is an election to the color of (TColorComboBox), Rxlib You can download this column Controls
- 2022-04-23 22:41:46下载
- 积分:1