資源簡介
基于VC平臺對數字圖像處理的多個方面進行了實現

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“DImageProcess.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)
ON_COMMAND(ID_EDIT_CUT?OnEditCut)
//}}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
cs.cx=1024;
cs.cy=768;
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::OnEditCut()?
{
//?TODO:?Add?your?command?handler?code?here
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1553??2005-05-16?15:27??原始\ChildFrm.cpp
?????文件???????1284??2005-05-16?15:27??原始\ChildFrm.h
?????文件??????16980??2015-04-25?19:59??原始\Debug\ChildFrm.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\ChildFrm.sbr
?????文件??????22667??2015-04-25?19:59??原始\Debug\Dib.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\Dib.sbr
?????文件??????14344??2015-04-25?19:59??原始\Debug\DilationPara.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DilationPara.sbr
?????文件????3654656??2015-04-25?19:59??原始\Debug\DImageProcess.bsc
?????文件?????815196??2015-04-25?19:59??原始\Debug\DImageProcess.exe
?????文件????1275440??2015-04-25?19:59??原始\Debug\DImageProcess.ilk
?????文件??????25800??2015-04-25?19:59??原始\Debug\DImageProcess.obj
?????文件????6870360??2015-04-25?19:59??原始\Debug\DImageProcess.pch
?????文件?????902144??2015-04-25?19:59??原始\Debug\DImageProcess.pdb
?????文件?????127588??2015-04-25?19:59??原始\Debug\DImageProcess.res
?????文件??????????0??2015-04-25?19:59??原始\Debug\DImageProcess.sbr
?????文件??????25649??2015-04-25?19:59??原始\Debug\DImageProcessDoc.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DImageProcessDoc.sbr
?????文件?????300834??2015-04-25?19:59??原始\Debug\DImageProcessView.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DImageProcessView.sbr
?????文件??????18235??2015-04-25?19:59??原始\Debug\DlgHistogram.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DlgHistogram.sbr
?????文件??????10453??2015-04-25?19:59??原始\Debug\DlgLiner.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DlgLiner.sbr
?????文件??????11090??2015-04-25?19:59??原始\Debug\DlgRot.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DlgRot.sbr
?????文件??????10581??2015-04-25?19:59??原始\Debug\DlgStretch.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DlgStretch.sbr
?????文件??????10472??2015-04-25?19:59??原始\Debug\DlgThreshold.obj
?????文件??????????0??2015-04-25?19:59??原始\Debug\DlgThreshold.sbr
............此處省略133個文件信息
- 上一篇:軟件工程課程設計.doc
- 下一篇:武漢市特征點、水系、植被、街區shp數據
評論
共有 條評論