资源简介
摄影测量课上的作业,源代码,可在VC++6.0中直接运行。可以完成左右影响的相关系数的匹配。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “ImageMatch.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// 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
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 14499 2010-02-08 13:08 摄影测量ImageMatch\ImageMatch.rc
文件 1058 2010-02-08 13:08 摄影测量ImageMatch\Resource.h
文件 30852 2010-05-04 19:46 摄影测量ImageMatch\ImageMatch.aps
文件 2330 2010-02-08 13:09 摄影测量ImageMatch\ImageMatchDoc.h
文件 4088 2010-05-04 20:12 摄影测量ImageMatch\ImageMatch.clw
文件 4874 2010-02-08 12:25 摄影测量ImageMatch\ReadMe.txt
文件 1400 2010-02-08 13:01 摄影测量ImageMatch\ImageMatch.h
文件 4555 2010-02-08 12:51 摄影测量ImageMatch\ImageMatch.cpp
文件 1054 2010-02-08 12:25 摄影测量ImageMatch\StdAfx.h
文件 212 2010-02-08 12:25 摄影测量ImageMatch\StdAfx.cpp
文件 1542 2010-02-08 12:25 摄影测量ImageMatch\MainFrm.h
文件 2527 2010-02-08 12:25 摄影测量ImageMatch\MainFrm.cpp
文件 1397 2010-02-08 12:25 摄影测量ImageMatch\ChildFrm.h
文件 1537 2010-02-08 12:25 摄影测量ImageMatch\ChildFrm.cpp
文件 545 2010-02-08 12:25 摄影测量ImageMatch\ImageMatch.dsw
文件 593 2010-02-07 12:02 摄影测量ImageMatch\PicCaculate.h
文件 3146808 2008-05-05 21:39 摄影测量ImageMatch\图10-6 a.bmp
文件 3146808 2008-05-05 21:40 摄影测量ImageMatch\图10-6 b.bmp
文件 18845 2010-02-07 22:22 摄影测量ImageMatch\DIBAPI.CPP
文件 1500 2010-02-07 21:22 摄影测量ImageMatch\DIBAPI.H
文件 254 2010-05-04 20:10 摄影测量ImageMatch\ImageMatch.plg
文件 3368 2010-02-08 12:30 摄影测量ImageMatch\PicCaculate.cpp
文件 107520 2010-05-04 20:12 摄影测量ImageMatch\ImageMatch.ncb
文件 2170 2010-02-08 12:38 摄影测量ImageMatch\ImageMatchView.h
文件 5534 2010-02-08 12:37 摄影测量ImageMatch\ImageMatchDoc.cpp
文件 10698 2010-02-08 12:39 摄影测量ImageMatch\ImageMatchView.cpp
文件 1278 2010-02-08 12:55 摄影测量ImageMatch\PixInfoDialog.h
文件 1420 2010-02-08 12:56 摄影测量ImageMatch\PixInfoDialog.cpp
文件 5160 2010-02-08 12:45 摄影测量ImageMatch\ImageMatch.dsp
文件 8468 2010-02-08 13:08 摄影测量ImageMatch\Debug\ImageMatch.res
............此处省略26个文件信息
评论
共有 条评论