资源简介
对同名像点,进行前方交会和多片前方交会;
交会的空间坐标是否与实验的模拟数据的空间坐标一致,以验证算法的正确性;
在像点上添加高斯噪声,再统计与模拟数据的空间坐标的差值,比较前方交会和多片前方交会的计算精度;
代码片段和文件信息
// 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个文件信息
- 上一篇:学生信息管理系统(界面+代码)很实用哦
- 下一篇:对日软件开发面试常见问题
评论
共有 条评论