• 大小: 3.37M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签:

资源简介

C++ 从数据库中提取图片(提高篇-实例272).zip

资源截图

代码片段和文件信息

// DistillBmp.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DistillBmp.h“
#include “DistillBmpDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDistillBmpApp

BEGIN_MESSAGE_MAP(CDistillBmpApp CWinApp)
//{{AFX_MSG_MAP(CDistillBmpApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDistillBmpApp construction

CDistillBmpApp::CDistillBmpApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20928  2013-10-30 10:42  DistillBmp.aps
     文件        1259  2013-10-30 10:43  DistillBmp.clw
     文件        2161  2007-08-21 15:46  DistillBmp.cpp
     文件        4231  2007-08-21 15:46  DistillBmp.dsp
     文件         543  2007-08-21 15:46  DistillBmp.dsw
     文件        1368  2007-08-21 15:46  DistillBmp.h
     文件      107520  2013-10-30 11:05  DistillBmp.ncb
     文件      286208  2013-10-30 11:05  DistillBmp.opt
     文件        1886  2013-10-30 10:12  DistillBmp.plg
     文件        5389  2007-08-21 15:46  DistillBmp.rc
     文件        7851  2007-08-21 15:46  DistillBmpDlg.cpp
     文件        1515  2007-08-21 15:46  DistillBmpDlg.h
     文件        3651  2007-08-21 15:46  ReadMe.txt
     文件         734  2007-08-21 15:46  resource.h
     文件      987136  2007-08-21 15:46  shujuku.mdb
     文件         212  2007-08-21 15:46  StdAfx.cpp
     文件        1178  2007-08-21 15:46  StdAfx.h
     文件      122964  2013-10-30 10:12  Debug\DistillBmp.exe
     文件      275468  2013-10-30 10:12  Debug\DistillBmp.ilk
     文件       18292  2013-10-30 10:12  Debug\DistillBmp.obj
     文件     7703972  2013-10-30 10:12  Debug\DistillBmp.pch
     文件      467968  2013-10-30 10:12  Debug\DistillBmp.pdb
     文件        2568  2013-10-30 10:12  Debug\DistillBmp.res
     文件      104889  2013-10-30 10:12  Debug\DistillBmpDlg.obj
     文件       90737  2009-07-14 09:15  Debug\msado15.tlh
     文件       76673  2009-07-14 09:15  Debug\msado15.tli
     文件      133619  2013-10-30 10:12  Debug\StdAfx.obj
     文件      230400  2013-10-30 10:12  Debug\vc60.idb
     文件      552960  2013-10-30 10:12  Debug\vc60.pdb
     文件        1078  2007-08-21 15:46  res\DistillBmp.ico
     文件         402  2007-08-21 15:46  res\DistillBmp.rc2
............此处省略0个文件信息

评论

共有 条评论