資源簡介
?對同名像點,進行前方交會和多片前方交會;
?交會的空間坐標是否與實驗的模擬數據的空間坐標一致,以驗證算法的正確性;
?在像點上添加高斯噪聲,再統計與模擬數據的空間坐標的差值,比較前方交會和多片前方交會的計算精度;
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“Intersection.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()
{
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1539??2013-06-21?19:07??Intersection\ChildFrm.cpp
?????文件???????1397??2013-06-21?19:07??Intersection\ChildFrm.h
?????文件??????11529??2014-06-03?21:07??Intersection\InputDlg.cpp
?????文件???????1638??2013-06-22?02:39??Intersection\InputDlg.h
?????文件??????31400??2014-06-03?18:54??Intersection\Intersection.aps
?????文件???????3925??2014-06-03?19:43??Intersection\Intersection.clw
?????文件???????4498??2013-06-21?19:07??Intersection\Intersection.cpp
?????文件???????4934??2013-06-21?19:18??Intersection\Intersection.dsp
?????文件????????549??2013-06-21?19:07??Intersection\Intersection.dsw
?????文件???????1422??2013-06-21?19:07??Intersection\Intersection.h
?????文件?????115712??2014-06-03?21:07??Intersection\Intersection.ncb
?????文件?????451072??2014-06-03?21:07??Intersection\Intersection.opt
?????文件???????1241??2014-06-03?20:16??Intersection\Intersection.plg
?????文件??????14763??2013-06-22?02:39??Intersection\Intersection.rc
?????文件???????1881??2013-06-22?01:25??Intersection\IntersectionDoc.cpp
?????文件???????1560??2013-06-22?01:25??Intersection\IntersectionDoc.h
?????文件???????2860??2013-06-22?03:15??Intersection\IntersectionView.cpp
?????文件???????1900??2013-06-22?02:40??Intersection\IntersectionView.h
?????文件???????2687??2013-06-21?19:31??Intersection\MainFrm.cpp
?????文件???????1542??2013-06-21?19:07??Intersection\MainFrm.h
?????文件???????4928??2013-06-21?19:07??Intersection\ReadMe.txt
?????文件???????1078??2013-06-21?19:07??Intersection\res\Intersection.ico
?????文件????????404??2013-06-21?19:07??Intersection\res\Intersection.rc2
?????文件???????1078??2013-06-21?19:07??Intersection\res\IntersectionDoc.ico
?????文件???????1078??2013-06-21?19:07??Intersection\res\Toolbar.bmp
?????文件???????1197??2013-06-22?02:39??Intersection\resource.h
?????文件???????2402??2013-06-22?03:12??Intersection\result.txt
?????文件???????2402??2013-06-22?20:33??Intersection\result_two.txt
?????文件????????214??2013-06-21?19:07??Intersection\StdAfx.cpp
?????文件???????1054??2013-06-21?19:07??Intersection\StdAfx.h
............此處省略7個文件信息
- 上一篇:學生信息管理系統(界面+代碼)很實用哦
- 下一篇:對日軟件開發面試常見問題
評論
共有 條評論