-
大小: 304.21 KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2024-08-26
- 語言: 其他
- 標(biāo)簽:
資源簡介
傅立葉變換和傅立葉反變換.rar
數(shù)字圖像處理里能用到的代碼
數(shù)字圖像處理里能用到的代碼
代碼片段和文件信息
//?bmpDemo.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“bmpDemo.h“
#include?“MainFrm.h“
#include?“ChildFrm.h“
#include?“bmpDemoDoc.h“
#include?“bmpDemoView.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CBmpDemoApp
BEGIN_MESSAGE_MAP(CBmpDemoApp?CWinApp)
//{{AFX_MSG_MAP(CBmpDemoApp)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
// ON_COMMAND(ID_HCHANGE?CBmpDemoDoc::OnHchange)
//?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
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
//?Standard?print?setup?command
ON_COMMAND(ID_FILE_PRINT_SETUP?CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CBmpDemoApp?construction
CBmpDemoApp::CBmpDemoApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
m_ViewToolBar1=TRUE;
m_ViewEditTool=FALSE;
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CBmpDemoApp?object
CBmpDemoApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CBmpDemoApp?initialization
BOOL?CBmpDemoApp::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
//?Change?the?registry?key?under?which?our?settings?are?stored.
//?TODO:?You?should?modify?this?string?to?be?something?appropriate
//?such?as?the?name?of?your?company?or?organization.
SetRegistryKey(_T(“Local?AppWizard-Generated?Applications“));
LoadStdProfileSettings();??//?Load?standard?INI?file?options?(including?MRU)
//?Register?the?application‘s?document?templates.??Document?templates
//??serve?as?the?connection?between?documents?frame?windows?and?views.
CMultiDocTemplate*?pDocTemplate;
pDocTemplate?=?new?CMultiDocTemplate(
IDR_BMPDEMTYPE
RUNTIME_CLASS(CBmpDemoDoc)
RUNTIME_CLASS(CChildframe)?//?custom?MDI?child?frame
RUNTIME_CLASS(CBmpDemoView));
AddDocTemplate(pDocTemplate);
//?create?main?MDI?frame?window
CMainframe*?pMainframe?=?new?CMainframe;
if?(!pMainframe->Loadframe(IDR_MAINframe))
return?FALSE;
m_pMainWnd?=?pMainframe;
// NoiseDialog?dlg1;
// m_pMainWnd=&dlg1;
// dlg1.DoModal();
//?Parse?command?line?for?s
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????54772??2007-10-21?11:05??極好\bmpDemo.aps
?????文件?????222208??2007-10-21?12:00??極好\bmpDemo.ncb
?????文件???????3501??2007-10-21?11:07??極好\bmpDemo.plg
?????文件??????11283??2007-10-21?11:06??極好\bmpDemo.clw
?????文件???????4635??2001-03-26?15:28??極好\bmpDemo.cpp
?????文件???????7844??2001-04-14?17:21??極好\bmpDemo.dsp
?????文件????????537??1999-10-20?17:38??極好\bmpDemo.dsw
?????文件???????1721??2001-03-26?15:28??極好\bmpDemo.h
?????文件??????29837??2005-05-11?16:33??極好\bmpDemo.rc
?????文件??????40021??2000-11-19?08:44??極好\bmpDemoDoc.cpp
?????文件???????3100??2000-04-16?11:18??極好\bmpDemoDoc.h
?????文件??????29417??2001-04-28?11:28??極好\bmpDemoView.cpp
?????文件???????3724??2000-10-24?19:45??極好\bmpDemoView.h
?????文件??????13468??1997-10-09?18:07??極好\bounce.wav
?????文件???????4819??1999-12-27?10:57??極好\ChildFrm.cpp
?????文件???????1540??1999-12-09?16:10??極好\ChildFrm.h
?????文件???????3681??2001-04-15?09:36??極好\dft.cpp
?????文件????????883??2001-04-15?09:36??極好\dft.h
?????文件???????1228??1999-11-03?09:49??極好\DuiBiDu.cpp
?????文件???????1238??1999-11-07?20:21??極好\DuiBiDu.h
?????文件???????1839??1999-12-14?09:35??極好\EditDialog.cpp
?????文件???????1254??1999-12-14?09:11??極好\EditDialog.h
?????文件???????1791??2001-04-28?11:30??極好\FilterDialog.cpp
?????文件???????1295??2001-04-27?07:06??極好\FilterDialog.h
?????文件????????534??1994-03-11?00:00??極好\FOX.BMP
?????文件???????1127??2000-03-28?10:52??極好\GreyDuiShuDialog.cpp
?????文件???????1250??2000-03-28?10:52??極好\GreyDuiShuDialog.h
?????文件???????3340??1999-10-27?07:59??極好\ImageCT.cpp
?????文件???????2495??1999-10-26?22:27??極好\ImageCT.h
?????文件???????1486??2000-04-16?11:15??極好\ImagePropertyDialog.cpp
............此處省略53個文件信息
評論
共有 條評論