資源簡介
C++實戰源碼-圖像灰度(入門級實例481).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“MakeAshPitcure.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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????465180??2010-07-07?18:02??MakeAshPitcure\bitmap.bmp
?????文件????????2520??2007-04-20?19:00??MakeAshPitcure\MainFrm.cpp
?????文件????????1581??2007-04-20?18:55??MakeAshPitcure\MainFrm.h
?????文件????????2498??2010-07-07?18:08??MakeAshPitcure\MakeAshPitcure.clw
?????文件????????4389??2007-04-20?19:01??MakeAshPitcure\MakeAshPitcure.cpp
?????文件????????4786??2007-04-20?19:16??MakeAshPitcure\MakeAshPitcure.dsp
?????文件?????????553??2007-04-20?18:55??MakeAshPitcure\MakeAshPitcure.dsw
?????文件????????1444??2007-04-20?18:55??MakeAshPitcure\MakeAshPitcure.h
?????文件???????11960??2007-04-20?19:00??MakeAshPitcure\MakeAshPitcure.rc
?????文件????????1902??2007-04-20?18:55??MakeAshPitcure\MakeAshPitcureDoc.cpp
?????文件????????1563??2007-04-20?18:55??MakeAshPitcure\MakeAshPitcureDoc.h
?????文件????????4200??2010-07-07?18:00??MakeAshPitcure\MakeAshPitcureView.cpp
?????文件????????1936??2010-07-07?17:58??MakeAshPitcure\MakeAshPitcureView.h
?????文件?????????738??2007-04-20?19:00??MakeAshPitcure\resource.h
?????文件?????????216??2007-04-20?18:55??MakeAshPitcure\StdAfx.cpp
?????文件????????1100??2010-07-07?17:58??MakeAshPitcure\StdAfx.h
?????文件????????5694??2005-10-08?16:28??MakeAshPitcure\res\MakeAshPitcure.ico
?????文件?????????406??2007-04-20?18:55??MakeAshPitcure\res\MakeAshPitcure.rc2
?????文件????????1078??2007-04-20?18:55??MakeAshPitcure\res\MakeAshPitcureDoc.ico
?????文件????????1078??2007-04-20?18:55??MakeAshPitcure\res\Toolbar.bmp
- 上一篇:C++實戰源碼-在圖像上繪制網格
- 下一篇:C++實戰源碼-文本背景的透明處理
評論
共有 條評論