资源简介
读取同名点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 前方交会\Debug\ChildFrm.obj
文件 0 2010-03-31 13:47 前方交会\Debug\ChildFrm.sbr
文件 57403 2010-03-31 13:47 前方交会\Debug\insectiondlg.obj
文件 0 2010-03-31 13:47 前方交会\Debug\insectiondlg.sbr
文件 19671 2010-03-31 13:47 前方交会\Debug\MainFrm.obj
文件 0 2010-03-31 13:47 前方交会\Debug\MainFrm.sbr
文件 106235 2010-03-31 13:47 前方交会\Debug\StdAfx.obj
文件 1375154 2010-03-31 13:47 前方交会\Debug\StdAfx.sbr
文件 364544 2010-03-31 13:47 前方交会\Debug\vc60.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 前方交会\res\Toolbar.bmp
文件 1078 2009-06-22 15:10 前方交会\res\前方交会.ico
文件 400 2009-06-22 15:10 前方交会\res\前方交会.rc2
文件 1078 2009-06-22 15:10 前方交会\res\前方交会Doc.ico
文件 1193 2009-06-23 15:15 前方交会\resource.h
............此处省略27个文件信息
评论
共有 条评论