資源簡介
讀取同名點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個文件信息
評論
共有 條評論