资源简介
摄影测量中空间后方交会的程序,可以直接运行,C++书写的
代码片段和文件信息
// AiroBack.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “AiroBack.h“
#include “AiroBackDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAiroBackApp
BEGIN_MESSAGE_MAP(CAiroBackApp CWinApp)
//{{AFX_MSG_MAP(CAiroBackApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAiroBackApp construction
CAiroBackApp::CAiroBackApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CAiroBackApp object
CAiroBackApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CAiroBackApp initialization
BOOL CAiroBackApp::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
CAiroBackDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 21420 2014-11-02 11:27 空间后方交会代码\AiroBack.aps
文件 1604 2014-11-04 12:55 空间后方交会代码\AiroBack.clw
文件 2091 2004-03-24 19:58 空间后方交会代码\AiroBack.cpp
文件 4454 2011-08-21 17:21 空间后方交会代码\AiroBack.dsp
文件 539 2004-03-24 19:58 空间后方交会代码\AiroBack.dsw
文件 1346 2004-03-24 19:58 空间后方交会代码\AiroBack.h
文件 214016 2014-11-04 12:55 空间后方交会代码\AiroBack.ncb
文件 296448 2014-11-04 12:55 空间后方交会代码\AiroBack.opt
文件 855 2014-11-02 11:27 空间后方交会代码\AiroBack.plg
文件 6086 2004-03-28 14:24 空间后方交会代码\AiroBack.rc
文件 263 2006-12-03 22:25 空间后方交会代码\airoback.txt
文件 10151 2014-10-16 17:21 空间后方交会代码\AiroBackDlg.cpp
文件 3524 2015-03-20 16:44 空间后方交会代码\AiroBackDlg.dsp
文件 547 2015-03-20 16:44 空间后方交会代码\AiroBackDlg.dsw
文件 1456 2004-03-24 20:54 空间后方交会代码\AiroBackDlg.h
文件 50176 2015-03-20 16:44 空间后方交会代码\AiroBackDlg.ncb
文件 48640 2015-03-20 16:44 空间后方交会代码\AiroBackDlg.opt
文件 1140 2015-03-20 16:43 空间后方交会代码\AiroBackDlg.plg
文件 2441 2004-03-25 09:33 空间后方交会代码\ContrlPoint.cpp
文件 639 2011-08-21 17:18 空间后方交会代码\ContrlPoint.h
文件 369 2004-04-21 16:00 空间后方交会代码\contrlpoint.TXT
文件 122964 2014-11-02 11:27 空间后方交会代码\Debug\AiroBack.exe
文件 233912 2014-11-02 11:27 空间后方交会代码\Debug\AiroBack.ilk
文件 14155 2014-10-11 14:34 空间后方交会代码\Debug\AiroBack.obj
文件 6881536 2014-10-11 14:34 空间后方交会代码\Debug\AiroBack.pch
文件 386048 2014-11-02 11:27 空间后方交会代码\Debug\AiroBack.pdb
文件 2996 2014-10-11 14:34 空间后方交会代码\Debug\AiroBack.res
文件 2868 2014-10-11 14:34 空间后方交会代码\Debug\AiroBack.sbr
文件 54711 2015-03-20 16:43 空间后方交会代码\Debug\AiroBackDlg.obj
文件 5078472 2015-03-20 16:43 空间后方交会代码\Debug\AiroBackDlg.pch
............此处省略26个文件信息
相关资源
- 单像空间后方交会程序
- c++读取JPG图片,完成计算机视觉中的
- 摄影测量相对定向与绝对定向
- 空间后方、前方交会算法的C++实现
- 光束法区域平差c++程序
- 单像空间后方交会c++程序代码
- 摄影测量绝对定向
- C++实现的单片空间后方交会
- 摄影测量像立体像对的前方交会
- 空间后方交会(基于MFC)
- 单片空间后方交会,求外方位元素、
- 单片空间后方交会c++
- 摄影测量直接线性变换DLTVC++程序代码
- 摄影测量空间后方交会程序合集,含
- 单向空间后方交会实验代码
- 空间后方交会C++
- 单像空间后方交会 C++实现
- 摄影测量后方交会程序
- 空间后方交会MFC版,C++源代码
- 摄影测量学程序后方交会
- 单向空间后方交会c++程序
- 摄影测量前方交会源码C++
- 近景摄影测量-单片空间后方交会程序
评论
共有 条评论