• 大小: 1.87MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-14
  • 语言: C/C++
  • 标签:

资源简介

摄影测量学中 单张相片的空间后方交会 计算结果的精度比较高,利用MFC编程 控制点 4个

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “空后交会0210.h“

#include “MainFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CMainframe::~CMainframe()
{
}

int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;

if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1;      // fail to create
}

if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
  sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1;      // fail to create
}

// TODO: Delete these three lines if you don‘t want the toolbar to
//  be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);

return 0;
}

BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

return TRUE;
}

/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics

#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}

void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2513  2008-10-22 19:10  空后交会0210\MainFrm.cpp

     文件       1581  2008-10-22 19:10  空后交会0210\MainFrm.h

     文件       4413  2008-10-22 19:10  空后交会0210\ReadMe.txt

     文件       1933  2008-10-22 20:45  空后交会0210\resource.h

     文件        214  2008-10-22 19:10  空后交会0210\StdAfx.cpp

     文件       1054  2008-10-22 19:10  空后交会0210\StdAfx.h

     文件       6197  2008-10-22 20:48  空后交会0210\TestDlg.cpp

     文件       1530  2008-10-22 20:42  空后交会0210\TestDlg.h

     文件      46412  2008-10-22 20:55  空后交会0210\空后交会0210.aps

     文件       4565  2009-03-13 20:54  空后交会0210\空后交会0210.clw

     文件       4233  2008-10-22 19:10  空后交会0210\空后交会0210.cpp

     文件       4827  2008-10-22 20:58  空后交会0210\空后交会0210.dsp

     文件        549  2008-10-22 19:10  空后交会0210\空后交会0210.dsw

     文件       1368  2008-10-22 19:10  空后交会0210\空后交会0210.h

     文件      74752  2009-03-13 20:55  空后交会0210\空后交会0210.ncb

     文件       1872  2009-03-13 20:55  空后交会0210\空后交会0210.plg

     文件      14902  2008-10-22 20:55  空后交会0210\空后交会0210.rc

     文件       1760  2008-10-22 19:10  空后交会0210\空后交会0210Doc.cpp

     文件       1475  2008-10-22 19:10  空后交会0210\空后交会0210Doc.h

     文件       2636  2008-10-22 20:45  空后交会0210\空后交会0210View.cpp

     文件       1782  2008-10-22 20:43  空后交会0210\空后交会0210View.h

     文件     372736  2009-03-13 20:55  空后交会0210\Debug\vc60.pdb

     文件     127037  2009-03-13 20:55  空后交会0210\Debug\空后交会0210.exe

     文件     459776  2009-03-13 20:55  空后交会0210\Debug\空后交会0210.pdb

     文件       8960  2008-10-22 20:55  空后交会0210\Debug\空后交会0210.res

     文件     214016  2009-03-13 20:55  空后交会0210\Debug\vc60.idb

     文件    5558708  2009-03-13 20:54  空后交会0210\Debug\空后交会0210.pch

     文件     105479  2009-03-13 20:54  空后交会0210\Debug\StdAfx.obj

     文件      21578  2009-03-13 20:55  空后交会0210\Debug\空后交会0210View.obj

     文件      14589  2009-03-13 20:55  空后交会0210\Debug\空后交会0210Doc.obj

............此处省略15个文件信息

评论

共有 条评论