-
Dwonloadlib源代码c++
#pragma once
#include "downmanager.h"
namespace Downloader
{
class CDownloader :
public DownManager
{
public:
CDownloader(void);
~CDownloader(void);
virtual BOOL Init( LPCSTR szDownUrl, LPCSTR szSaveDir );
virtual void DownLoop();
virtual void UnInit();
void setFileDownlond( const std::string& filename, bool downdloaded );
protected:
virtual void initSM();
virtual void releaseSM();
void save_FlistClient();
protected:
/// 共享内存句柄
HANDLE m_SMHandle;
/// 共享内存指针
SM_Downloader* m_smDownloader;
};
extern CDownloader* g_pDownloader;
}
- 2022-08-05 21:55:48下载
- 积分:1
-
Digital-Image-Processing
这是一个数字图像处理常用的功能的集成软件,用VC++ 编写,可以对图像进行一些常见的操作,也可以自己扩展功能(This is a common feature of digital image processing integrated software, images can perform basic operations)
- 2014-01-13 19:09:57下载
- 积分:1
-
8-fortran-chazhi
常用的集中插值程序 fortran 双线性、克里金等(fortran chazhi)
- 2011-05-23 12:20:53下载
- 积分:1
-
mongitpdinalparent
Word式的表格制作工具,可以任意组合,拆分单元格,完全模拟纸张画表,实时打印预览,所见即所得,()
- 2017-09-16 23:03:56下载
- 积分:1
-
四轴机器人完整源码
工业四轴机器人完整源码,基于am3352 的Linux +can 实现的控制器源码(在线编程,直线,圆弧,点到点运动,示教、弹窗、计件等等)
- 2022-03-24 17:05:07下载
- 积分:1
-
实验25:DS1302时钟
ds1302时钟c语言驱动源码,适用于51单片机开发板。(DS1302 clock C language driver source code, suitable for 51 single chip development board.)
- 2020-06-22 01:20:02下载
- 积分:1
-
hello_world 2018.06.22
说明: 恩智浦智能车竞赛程序框架,用于学习和参考(NXP Smart Vehicle National First Prize Program)
- 2020-06-24 03:20:01下载
- 积分:1
-
c++ 匿名四轴 经典代码下载
c++ 匿名四轴 经典代码下载
- 2017-03-29下载
- 积分:1
-
OPENGLWaterfirelava
用opengl实现水纹、岩浆及火焰的实例,工程位图等全部文件(Watermark with opengl implementation, examples of magma and fire, engineering and all other bitmap files)
- 2021-01-25 21:58:42下载
- 积分:1
-
MD5
c++实现的MD5算法及测试代码,BCB2007的测试工程(c++ implementation of the MD5 algorithm and test code, BCB2007 test engineering)
- 2013-07-25 15:52:57下载
- 积分:1