資源簡(jiǎn)介
北京交通大學(xué)數(shù)字圖像處理用c語(yǔ)言實(shí)現(xiàn)中值濾波均值濾波,阮秋琦教授課程,計(jì)算機(jī)學(xué)院

代碼片段和文件信息
//?HistDemoA.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“HistDemoA.h“
#include?“HistDemoADlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CHistDemoAApp
BEGIN_MESSAGE_MAP(CHistDemoAApp?CWinApp)
//{{AFX_MSG_MAP(CHistDemoAApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CHistDemoAApp?construction
CHistDemoAApp::CHistDemoAApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CHistDemoAApp?object
CHistDemoAApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CHistDemoAApp?initialization
BOOL?CHistDemoAApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CHistDemoADlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????6300672??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.bsc
?????文件?????114754??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.exe
?????文件?????261268??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.ilk
?????文件??????14380??2015-05-05?21:13??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.obj
?????文件????6946128??2015-05-04?20:35??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.pch
?????文件?????410624??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.pdb
?????文件???????2728??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.res
?????文件??????????0??2015-05-05?21:13??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoA.sbr
?????文件??????56942??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoADlg.obj
?????文件??????????0??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\HistDemoADlg.sbr
?????文件??????18259??2015-05-05?21:13??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\ImageWnd.obj
?????文件??????????0??2015-05-05?21:13??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\ImageWnd.sbr
?????文件?????105594??2015-05-04?20:35??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\StdAfx.obj
?????文件????1376282??2015-05-04?20:35??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\StdAfx.sbr
?????文件?????361472??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\vc60.idb
?????文件?????372736??2015-06-04?21:23??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\Debug\vc60.pdb
?????文件??????35920??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.aps
?????文件???????1301??2015-06-04?21:52??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.clw
?????文件???????2105??2015-05-04?19:37??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.cpp
?????文件???????4483??2015-05-04?20:42??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.dsp
?????文件????????526??2015-05-04?19:37??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.dsw
?????文件???????1357??2015-05-04?19:37??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.h
?????文件??????99328??2015-06-04?21:52??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.ncb
?????文件??????49664??2015-06-04?21:52??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.opt
?????文件????????938??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.plg
?????文件???????5506??2015-06-04?21:24??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoA.rc
?????文件??????11582??2015-06-04?21:23??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoADlg.cpp
?????文件???????2030??2015-06-04?21:17??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\HistDemoADlg.h
?????文件???????4480??2015-05-04?22:21??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\ImageWnd.cpp
?????文件???????1349??2015-05-04?22:06??數(shù)字圖像處理實(shí)驗(yàn)三\HistDemoA\ImageWnd.h
............此處省略18個(gè)文件信息
評(píng)論
共有 條評(píng)論