-
大小: 3.85MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-10-27
- 語言: C/C++
- 標簽:
資源簡介
C++數(shù)字圖像處理典型算法及實現(xiàn)--圖像腐蝕膨脹細化

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“Morph.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
void?CChildframe::Activateframe(int?nCmdShow)?
{
//?TODO:?Add?your?specialized?code?here?and/or?call?the?base?class
nCmdShow?=?SW_SHOWMAXIMIZED;
CMDIChildWnd::Activateframe(nCmdShow);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1732??2006-05-29?17:09??07\Morph\ChildFrm.cpp
?????文件???????1456??2006-05-29?17:09??07\Morph\ChildFrm.h
?????文件??????16837??2011-06-01?19:49??07\Morph\Debug\ChildFrm.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\ChildFrm.sbr
?????文件??????95082??2011-07-13?15:15??07\Morph\Debug\DibImage.obj
?????文件??????????0??2011-07-13?15:15??07\Morph\Debug\DibImage.sbr
?????文件??????18982??2011-06-01?19:49??07\Morph\Debug\MainFrm.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\MainFrm.sbr
?????文件????3736576??2011-07-13?15:15??07\Morph\Debug\Morph.bsc
?????文件?????196672??2011-07-13?15:15??07\Morph\Debug\Morph.exe
?????文件?????468328??2011-07-13?15:15??07\Morph\Debug\Morph.ilk
?????文件??????31399??2011-06-01?19:49??07\Morph\Debug\Morph.obj
?????文件????7073396??2011-06-01?19:49??07\Morph\Debug\Morph.pch
?????文件?????680960??2011-07-13?15:15??07\Morph\Debug\Morph.pdb
?????文件??????10440??2011-06-01?19:26??07\Morph\Debug\Morph.res
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\Morph.sbr
?????文件??????19190??2011-06-01?19:49??07\Morph\Debug\MorphCloseDlg.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\MorphCloseDlg.sbr
?????文件??????19415??2011-06-01?19:49??07\Morph\Debug\MorphDilationDlg.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\MorphDilationDlg.sbr
?????文件??????45817??2011-06-01?19:49??07\Morph\Debug\MorphDoc.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\MorphDoc.sbr
?????文件??????19340??2011-06-01?19:49??07\Morph\Debug\MorphErosionDlg.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\MorphErosionDlg.sbr
?????文件??????19115??2011-06-01?19:49??07\Morph\Debug\MorphOpenDlg.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\MorphOpenDlg.sbr
?????文件??????69887??2011-06-01?19:49??07\Morph\Debug\MorphView.obj
?????文件??????????0??2011-06-01?19:49??07\Morph\Debug\MorphView.sbr
?????文件?????105610??2011-06-01?19:49??07\Morph\Debug\StdAfx.obj
?????文件????1374965??2011-06-01?19:49??07\Morph\Debug\StdAfx.sbr
............此處省略43個文件信息
評論
共有 條評論