资源简介
数字摄影测量中特征点提取 Moravec算子 MFC设计 可运行实现 处理灰度图像bmp格式
代码片段和文件信息
// 2010302590183cyl.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “2010302590183cyl.h“
#include “MainFrm.h“
#include “ChildFrm.h“
#include “2010302590183cylDoc.h“
#include “2010302590183cylView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy2010302590183cylApp
BEGIN_MESSAGE_MAP(CMy2010302590183cylApp CWinApp)
//{{AFX_MSG_MAP(CMy2010302590183cylApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CMy2010302590183cylApp construction
CMy2010302590183cylApp::CMy2010302590183cylApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy2010302590183cylApp object
CMy2010302590183cylApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy2010302590183cylApp initialization
BOOL CMy2010302590183cylApp::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_MY2010TYPE
RUNTIME_CLASS(CMy2010302590183cylDoc)
RUNTIME_CLASS(CChildframe) // custom MDI child frame
RUNTIME_CLASS(CMy2010302590183cylView));
AddDocTemplate(pDocTemplate);
// create main MDI frame window
CMainframe* pMainframe = new CMainframe;
if (!pMainframe->Loadframe(IDR_MAINframe))
return FALSE;
m_pMainWnd = pMainframe;
// Parse command line
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 30872 2013-04-18 21:05 2010302590183cyl\2010302590183cyl.aps
文件 3805 2013-04-18 21:25 2010302590183cyl\2010302590183cyl.clw
文件 4598 2013-04-11 13:52 2010302590183cyl\2010302590183cyl.cpp
文件 5060 2013-04-11 22:01 2010302590183cyl\2010302590183cyl.dsp
文件 555 2013-04-11 13:52 2010302590183cyl\2010302590183cyl.dsw
文件 1476 2013-04-11 13:52 2010302590183cyl\2010302590183cyl.h
文件 181248 2013-05-16 18:01 2010302590183cyl\2010302590183cyl.ncb
文件 49664 2013-05-16 18:01 2010302590183cyl\2010302590183cyl.opt
文件 266 2013-05-11 21:43 2010302590183cyl\2010302590183cyl.plg
文件 14789 2013-04-12 10:44 2010302590183cyl\2010302590183cyl.rc
文件 2223 2013-04-11 13:55 2010302590183cyl\2010302590183cylDoc.cpp
文件 1665 2013-04-11 13:53 2010302590183cyl\2010302590183cylDoc.h
文件 6574 2013-04-18 23:57 2010302590183cyl\2010302590183cylView.cpp
文件 2040 2013-04-12 14:22 2010302590183cyl\2010302590183cylView.h
文件 1543 2013-04-11 13:52 2010302590183cyl\ChildFrm.cpp
文件 1397 2013-04-11 13:52 2010302590183cyl\ChildFrm.h
文件 122943 2013-04-19 01:33 2010302590183cyl\Debug\2010302590183cyl.exe
文件 355252 2013-04-19 01:34 2010302590183cyl\Debug\2010302590183cyl.ilk
文件 23862 2013-04-11 13:55 2010302590183cyl\Debug\2010302590183cyl.obj
文件 5501464 2013-04-11 13:52 2010302590183cyl\Debug\2010302590183cyl.pch
文件 508928 2013-04-19 01:33 2010302590183cyl\Debug\2010302590183cyl.pdb
文件 8612 2013-04-12 10:44 2010302590183cyl\Debug\2010302590183cyl.res
文件 15803 2013-04-11 13:55 2010302590183cyl\Debug\2010302590183cylDoc.obj
文件 29957 2013-04-19 01:33 2010302590183cyl\Debug\2010302590183cylView.obj
文件 15965 2013-04-11 13:52 2010302590183cyl\Debug\ChildFrm.obj
文件 106539 2009-02-19 21:33 2010302590183cyl\Debug\DIB.dll
文件 18729 2013-04-11 13:52 2010302590183cyl\Debug\MainFrm.obj
文件 11077 2013-04-12 22:34 2010302590183cyl\Debug\MmoravecDlg.obj
文件 105397 2013-04-11 13:52 2010302590183cyl\Debug\StdAfx.obj
文件 230400 2013-05-11 21:43 2010302590183cyl\Debug\vc60.idb
............此处省略22个文件信息
- 上一篇:虹膜识别开源
- 下一篇:小甲鱼C语言课件+源代码
评论
共有 条评论