資源簡介
C++實戰源碼-圖像的剪切(入門級實例507).zip
代碼片段和文件信息
//?CutImage.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CutImage.h“
#include?“CutImageDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCutImageApp
BEGIN_MESSAGE_MAP(CCutImageApp?CWinApp)
//{{AFX_MSG_MAP(CCutImageApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCutImageApp?construction
CCutImageApp::CCutImageApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCutImageApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1149??2010-10-28?09:22??CutImage\CutImage.clw
?????文件????????2121??2007-05-08?08:48??CutImage\CutImage.cpp
?????文件????????4328??2007-05-08?08:48??CutImage\CutImage.dsp
?????文件?????????541??2007-05-08?08:48??CutImage\CutImage.dsw
?????文件????????1346??2007-05-08?08:48??CutImage\CutImage.h
?????文件????????5558??2007-05-08?08:48??CutImage\CutImage.rc
?????文件????????5038??2007-05-08?08:48??CutImage\CutImageDlg.cpp
?????文件????????1436??2007-05-08?08:48??CutImage\CutImageDlg.h
?????文件?????????777??2007-05-08?08:48??CutImage\resource.h
?????文件?????????210??2007-05-08?08:48??CutImage\StdAfx.cpp
?????文件????????1054??2007-05-08?08:48??CutImage\StdAfx.h
?????文件??????317024??2007-05-08?08:48??CutImage\圖像的剪切圖片1.bmp
?????文件????????1078??2007-05-08?08:48??CutImage\res\CutImage.ico
?????文件?????????400??2007-05-08?08:48??CutImage\res\CutImage.rc2
評論
共有 條評論