通过同名像点坐标进行多片前方交会


读取同名点TXT文件,采用多片前方交会方法,解算控制点
资源截图
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “前方交会.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

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

     文件       1535  2009-06-22 15:10  前方交会ChildFrm.cpp

     文件       1397  2009-06-22 15:10  前方交会ChildFrm.h

     文件      16906  2010-03-31 13:47  前方交会DebugChildFrm.obj

     文件          0  2010-03-31 13:47  前方交会DebugChildFrm.sbr

     文件      57403  2010-03-31 13:47  前方交会Debuginsectiondlg.obj

     文件          0  2010-03-31 13:47  前方交会Debuginsectiondlg.sbr

     文件      19671  2010-03-31 13:47  前方交会DebugMainFrm.obj

     文件          0  2010-03-31 13:47  前方交会DebugMainFrm.sbr

     文件     106235  2010-03-31 13:47  前方交会DebugStdAfx.obj

     文件    1375154  2010-03-31 13:47  前方交会DebugStdAfx.sbr

     文件     364544  2010-03-31 13:47  前方交会Debugvc60.pdb

     文件     147586  2010-03-31 13:47  前方交会Debug前方交会.exe

     文件      23929  2010-03-31 13:47  前方交会Debug前方交会.obj

     文件     369664  2010-03-31 13:47  前方交会Debug前方交会.pdb

     文件       8536  2010-03-31 13:47  前方交会Debug前方交会.res

     文件          0  2010-03-31 13:47  前方交会Debug前方交会.sbr

     文件      15221  2010-03-31 13:47  前方交会Debug前方交会Doc.obj

     文件          0  2010-03-31 13:47  前方交会Debug前方交会Doc.sbr

     文件      24041  2010-03-31 13:47  前方交会Debug前方交会View.obj

     文件          0  2010-03-31 13:47  前方交会Debug前方交会View.sbr

     文件      14166  2010-03-31 14:05  前方交会insectiondlg.cpp

     文件       1666  2009-06-27 00:15  前方交会insectiondlg.h

     文件       2525  2009-06-22 15:10  前方交会MainFrm.cpp

     文件       1542  2009-06-22 15:10  前方交会MainFrm.h

     文件       4772  2009-06-22 15:10  前方交会ReadMe.txt

     文件       1078  2009-06-22 15:10  前方交会
esToolbar.bmp

     文件       1078  2009-06-22 15:10  前方交会
es前方交会.ico

     文件        400  2009-06-22 15:10  前方交会
es前方交会.rc2

     文件       1078  2009-06-22 15:10  前方交会
es前方交会Doc.ico

     文件       1193  2009-06-23 15:15  前方交会
esource.h

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)