-
大小: 0.29M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 語言: C/C++
- 標簽:
資源簡介
C++實戰(zhàn)源碼-圖像水平翻轉(zhuǎn)(入門級實例511).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“ReverPicture.h“
#include?“MainFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMainframe
IMPLEMENT_DYNCREATE(CMainframe?CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe?CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static?UINT?indicators[]?=
{
ID_SEPARATOR???????????//?status?line?indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
//?CMainframe?construction/destruction
CMainframe::CMainframe()
{
//?TODO:?add?member?initialization?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????372576??2007-04-23?10:41??ReverPicture\bitmap.bmp
?????文件????????2517??2007-04-23?10:44??ReverPicture\MainFrm.cpp
?????文件????????1581??2007-04-23?10:04??ReverPicture\MainFrm.h
?????文件?????????736??2007-04-23?10:41??ReverPicture\resource.h
?????文件????????2470??2010-10-28?09:35??ReverPicture\ReverPicture.clw
?????文件????????4357??2010-08-03?15:36??ReverPicture\ReverPicture.cpp
?????文件????????4744??2007-04-23?11:56??ReverPicture\ReverPicture.dsp
?????文件?????????549??2007-04-23?10:04??ReverPicture\ReverPicture.dsw
?????文件????????1422??2007-04-23?10:04??ReverPicture\ReverPicture.h
?????文件???????11913??2007-04-23?10:41??ReverPicture\ReverPicture.rc
?????文件????????1862??2007-04-23?10:04??ReverPicture\ReverPictureDoc.cpp
?????文件????????1541??2007-04-23?10:04??ReverPicture\ReverPictureDoc.h
?????文件????????4333??2010-08-03?14:28??ReverPicture\ReverPictureView.cpp
?????文件????????2001??2007-04-23?10:59??ReverPicture\ReverPictureView.h
?????文件?????????214??2007-04-23?10:04??ReverPicture\StdAfx.cpp
?????文件????????1054??2007-04-23?10:04??ReverPicture\StdAfx.h
?????文件????????1078??2007-04-23?10:04??ReverPicture\res\ReverPicture.ico
?????文件?????????404??2007-04-23?10:04??ReverPicture\res\ReverPicture.rc2
?????文件????????1078??2007-04-23?10:04??ReverPicture\res\ReverPictureDoc.ico
?????文件????????1078??2007-04-23?10:04??ReverPicture\res\Toolbar.bmp
評論
共有 條評論