资源简介
傅立叶变换和傅立叶反变换.rar
数字图像处理里能用到的代码
数字图像处理里能用到的代码
代码片段和文件信息
// 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个文件信息
评论
共有 条评论