-
大小: 3.37M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-06-24
- 語言: C/C++
- 標(biāo)簽:
資源簡介
C++ 從數(shù)據(jù)庫中提取圖片(提高篇-實例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個文件信息
評論
共有 條評論