-
断点续传源码
在自己的工程中引入所有文件,在stdafx.h中对照本下载工具项目的stdafx.h,应该是要加入afxsock.h。
参考main.cpp。主要是调用DownloadHelper。先添加任务,然后设置onFinish(下载完成后的动作),最后start。
如果目录中已有该文件,程序会自动覆盖,不会出错。
默认下载端口是80,不支持其他端口。如果要这个功能,请修改Mydownload中的fnMyDownload,HttpDownLoadNonProxy加入nHostPort。
- 2022-01-25 21:45:50下载
- 积分:1
-
将BIOS字节数和日期读入开发环境中
将BIOS字节数和日期读入开发环境中 -will BIOS byte count and date read into the development environment
- 2022-03-05 18:21:04下载
- 积分:1
-
串口温度数据采集并实时显示 串口温度数据采集并实时显示
串口温度数据采集并实时显示 串口温度数据采集并实时显示
- 2022-08-05 20:32:30下载
- 积分:1
-
VC制作的广告拦截软件
VC制作的广告拦截软件-advertisement produced by intercepting software
- 2022-04-14 20:03:23下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
用VB5.0获取正在系统中运行的窗口标题
用VB5.0获取正在系统中运行的窗口标题-with VB5.0 access system is running a window title
- 2022-07-10 18:38:26下载
- 积分:1
-
可以在vc++下生成窗口,造窗口中有各种功能,比如生成图层
可以在vc++下生成窗口,造窗口中有各种功能,比如生成图层-Can vc++ The next generation of windows, building windows have various functions, such as the generation of layers
- 2023-08-26 22:35:03下载
- 积分:1
-
EVC++编程指南,介绍evc++编程的基本原理步骤
EVC++编程指南,介绍evc++编程的基本原理步骤-EVC++ Programming Guide, Introduction evc++ The basic principles of programming steps
- 2022-07-24 17:14:38下载
- 积分:1
-
dbxoda control for using oracle with bcb6/7
dbxoda control for using oracle with bcb6/7
- 2022-01-23 10:52:59下载
- 积分:1
-
echo off Optimization Toolbox%% A Concise Guide for TUTDEMO Tutorial Optimizatio...
echo off Optimization Toolbox%%教程优化工具箱的简明指南。%版权(C)1990~98年由MathWorksInc.基于数据(x,y)的线性插值是席益.%的结果“非扭结”端点,即强迫第一、二次多项式系数相同的三项,最后一节的第三和倒数第二段的系数相同。样条%pp=(x,y)返回样条插值多项式子段(pp形式)结构。对于节点的断裂,COEF的多项式系数为y= PPVAL(PP,席)席PP的函数形式。
- 2023-06-02 05:55:03下载
- 积分:1