• 大小: 55KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: C/C++
  • 标签: 摄影测量  

资源简介

解析空中三角测量时摄影测量中的一项重要内容。 测绘中学到过。 空中三角测量解算外方位元素和加密点坐标。本实验的数据只做了外方位元素的解算

资源截图

代码片段和文件信息

// BundleAdjust.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “BundleAdjust.h“

#include “MainFrm.h“
#include “BundleAdjustDoc.h“
#include “BundleAdjustView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBundleAdjustApp

BEGIN_MESSAGE_MAP(CBundleAdjustApp CWinApp)
//{{AFX_MSG_MAP(CBundleAdjustApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBundleAdjustApp construction

CBundleAdjustApp::CBundleAdjustApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CBundleAdjustApp object

CBundleAdjustApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBundleAdjustApp initialization

BOOL CBundleAdjustApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CBundleAdjustDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CBundleAdjustView));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window has been initialized so show an

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

     文件      31644  2007-07-04 11:38  BundleAdjustment\BundleAdjust.aps

     文件       3619  2007-07-04 11:39  BundleAdjustment\BundleAdjust.clw

     文件       4317  2007-06-26 18:17  BundleAdjustment\BundleAdjust.cpp

     文件       4952  2007-06-26 19:11  BundleAdjustment\BundleAdjust.dsp

     文件        547  2007-06-26 18:17  BundleAdjustment\BundleAdjust.dsw

     文件       1422  2007-06-26 18:17  BundleAdjustment\BundleAdjust.h

     文件     189440  2007-07-04 11:39  BundleAdjustment\BundleAdjust.ncb

     文件      55808  2007-07-04 11:39  BundleAdjustment\BundleAdjust.opt

     文件       2715  2007-07-04 11:39  BundleAdjustment\BundleAdjust.plg

     文件      13660  2007-06-28 16:44  BundleAdjustment\BundleAdjust.rc

     文件       1862  2007-06-26 18:17  BundleAdjustment\BundleAdjustDoc.cpp

     文件       1541  2007-06-26 18:17  BundleAdjustment\BundleAdjustDoc.h

     文件      12582  2007-07-04 11:36  BundleAdjustment\BundleAdjustmentDlg.cpp

     文件       1520  2007-06-28 16:16  BundleAdjustment\BundleAdjustmentDlg.h

     文件       2846  2007-06-28 16:16  BundleAdjustment\BundleAdjustView.cpp

     文件       1878  2007-06-26 19:00  BundleAdjustment\BundleAdjustView.h

     文件       2513  2007-06-26 18:17  BundleAdjustment\MainFrm.cpp

     文件       1581  2007-06-26 18:17  BundleAdjustment\MainFrm.h

     文件       4261  2007-06-28 16:24  BundleAdjustment\Matrix.cpp

     文件        686  2007-06-28 16:16  BundleAdjustment\Matrix.h

     文件        410  2007-06-27 20:52  BundleAdjustment\original data.txt

     文件       4455  2007-06-26 18:17  BundleAdjustment\ReadMe.txt

     文件       1078  2007-06-26 18:17  BundleAdjustment\res\BundleAdjust.ico

     文件        404  2007-06-26 18:17  BundleAdjustment\res\BundleAdjust.rc2

     文件       1078  2007-06-26 18:17  BundleAdjustment\res\BundleAdjustDoc.ico

     文件       1078  2007-06-26 18:17  BundleAdjustment\res\Toolbar.bmp

     目录          0  2007-06-29 21:39  BundleAdjustment\res

     文件       1473  2007-06-28 15:40  BundleAdjustment\resource.h

     文件       1092  2007-07-03 00:15  BundleAdjustment\resultDegree.txt

     文件       1088  2007-07-04 11:36  BundleAdjustment\resultRad.txt

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

评论

共有 条评论