资源简介
滤波程序滤波程序滤波程序滤波程序滤波程序滤波程序滤波程序滤波程序
代码片段和文件信息
// 123.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “123.h“
#include “MainFrm.h“
#include “123Doc.h“
#include “123View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy123App
BEGIN_MESSAGE_MAP(CMy123App CWinApp)
//{{AFX_MSG_MAP(CMy123App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CMy123App construction
CMy123App::CMy123App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy123App object
CMy123App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy123App initialization
BOOL CMy123App::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.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy123Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy123View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 48640 2006-12-05 17:42 滤波程序\滤波程序\1.opt
文件 28468 2007-01-03 10:37 滤波程序\滤波程序\123.aps
文件 2157 2007-01-03 10:51 滤波程序\滤波程序\123.clw
文件 4183 2006-12-19 13:09 滤波程序\滤波程序\123.cpp
文件 4493 2007-04-06 17:48 滤波程序\滤波程序\123.dsp
文件 514 2006-12-19 13:09 滤波程序\滤波程序\123.dsw
文件 1333 2006-12-19 13:09 滤波程序\滤波程序\123.h
文件 50176 2009-09-22 14:02 滤波程序\滤波程序\123.ncb
文件 50688 2009-09-22 14:02 滤波程序\滤波程序\123.opt
文件 895 2009-09-22 14:02 滤波程序\滤波程序\123.plg
文件 10510 2006-12-19 13:09 滤波程序\滤波程序\123.rc
文件 870 2009-09-22 14:00 滤波程序\滤波程序\123.sln
..A..H. 7168 2009-09-22 14:01 滤波程序\滤波程序\123.suo
文件 8249 2009-09-22 14:00 滤波程序\滤波程序\123.vcproj
文件 1427 2009-09-22 14:01 滤波程序\滤波程序\123.vcproj.SIAT-A6BA5FF9BA.zhjf.user
文件 1716 2006-12-19 13:09 滤波程序\滤波程序\123Doc.cpp
文件 1454 2006-12-20 10:48 滤波程序\滤波程序\123Doc.h
文件 7291 2007-04-06 17:49 滤波程序\滤波程序\123View.cpp
文件 2062 2007-01-03 11:46 滤波程序\滤波程序\123View.h
文件 5721088 2009-09-22 14:00 滤波程序\滤波程序\Debug\123.bsc
文件 2048 2009-09-22 14:00 滤波程序\滤波程序\Debug\123.exe.em
文件 36140 2009-09-22 14:00 滤波程序\滤波程序\Debug\123.obj
文件 16515072 2009-09-22 14:00 滤波程序\滤波程序\Debug\123.pch
文件 0 2009-09-22 14:00 滤波程序\滤波程序\Debug\123.sbr
文件 21731 2009-09-22 14:00 滤波程序\滤波程序\Debug\123Doc.obj
文件 0 2009-09-22 14:00 滤波程序\滤波程序\Debug\123Doc.sbr
文件 0 2009-09-22 14:00 滤波程序\滤波程序\Debug\123View.sbr
文件 7862 2009-09-22 14:00 滤波程序\滤波程序\Debug\BuildLog.htm
文件 34355 2009-09-22 14:00 滤波程序\滤波程序\Debug\MainFrm.obj
文件 0 2009-09-22 14:00 滤波程序\滤波程序\Debug\MainFrm.sbr
............此处省略23个文件信息
评论
共有 条评论