-
获取网卡地址mac。网络编程实例。初学使用
获取网卡地址mac。网络编程实例。初学使用-mac
- 2022-02-01 11:56:15下载
- 积分:1
-
socket编程示例,分为server,client两个程序,实现程序的自动升级。...
socket编程示例,分为server,client两个程序,实现程序的自动升级。-socket programming paradigm into server, client two procedures to achieve the automatic escalation procedures.
- 2022-05-14 16:51:30下载
- 积分:1
-
Delphi實現局域網遠端開機
遠端喚醒(Wake On Lan,WOL)是許多網管人員喜歡使用的功能之一。有了遠端喚醒,對於不需要
- 2022-02-25 04:06:10下载
- 积分:1
-
Server-side installation package. Installed on the desktop after the implementat
--- 服务端安装包。 ------安装后执行桌面上的Chat服务,方可提供连接聊天室。-- Server-side installation package. Installed on the desktop after the implementation of Chat services, be provided to connect the chat room.
- 2022-02-22 02:08:34下载
- 积分:1
-
用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符...
用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符-Achieved with the socket server and client communication. There are various commands, the command similar to the linux terminal command Fu
- 2022-01-26 06:54:13下载
- 积分:1
-
驱动中不用协议驱动就可以获取mac地址的代码
驱动中不用协议驱动就可以获取mac地址的代码-Driver protocol driver could not get mac address code. . . .
- 2022-11-04 20:20:03下载
- 积分: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
-
VC source
VC 源代码
--- --- --- --- --- --- --- --
dswRename_src.zip
一个可以重命名workspace的程序。
simplecomserver_src.zip
演示了如何生成一个COM组件。
consolePipe_src.zip
consolePipe_demo.zip
用图形界面的程序装载控制台程序并接收控制台程序的输出。
TiffToPDF_src.zip
sampleimage.zip
将tiff转换成PDF的源程序。
SimpleWordPad.zip
简单字处理程序。
Gamma_Manager_src.zip
Gamma_Manager_demo.zip
调节灰度的滑动条的类。
smpplib.zip
一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。
ColorFont_src.zip
使用CColorDialog类轻松改变对话框背景颜色和字体。
benBro107.zip
benbro.zip
一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。
PictureZoom_src.zip
PictureZoom_demo.zip
一个C++ OCX控件可以在你应用程序的窗口上绘制图片。
-VC source-------------------------------------------- dswRename_src.zip a workspace can rename the procedure. Simplecomserver_src.zip demonstration of how to create a COM. ConsolePipe_src.zip consolePipe_demo.zip use graphical interface loading procedures and receiving procedures console
- 2022-02-26 21:41:37下载
- 积分:1
-
window下的简单网络chat小程序
window下的简单网络chat小程序-qqqqqqqqqqq
- 2023-01-01 19:30: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