• 大小: 3.71MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-12
  • 语言: 其他
  • 标签:

资源简介

本代码提供了摄影测量中单像空间后方交会解算外方位元素和立体像对前方交会解算地面点坐标的详细方法,对于摄影测量学专业的学生来说无疑是一个不可或缺的好资料,希望对大家有所帮助!

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “PhotogramMetry.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

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

     文件        272  2012-07-11 15:26  PhotogramMetry - 副本\123.txt

     文件       1541  2012-07-08 10:20  PhotogramMetry - 副本\ChildFrm.cpp

     文件       1397  2012-07-08 10:20  PhotogramMetry - 副本\ChildFrm.h

     文件      16745  2012-07-09 20:28  PhotogramMetry - 副本\Debug\ChildFrm.obj

     文件          0  2012-07-09 20:28  PhotogramMetry - 副本\Debug\ChildFrm.sbr

     文件      14131  2012-07-09 20:28  PhotogramMetry - 副本\Debug\EditDlg.obj

     文件          0  2012-07-09 20:28  PhotogramMetry - 副本\Debug\EditDlg.sbr

     文件      36417  2012-07-11 16:22  PhotogramMetry - 副本\Debug\Forwardintersection.obj

     文件          0  2012-07-11 16:22  PhotogramMetry - 副本\Debug\Forwardintersection.sbr

     文件      19512  2012-07-09 20:28  PhotogramMetry - 副本\Debug\MainFrm.obj

     文件          0  2012-07-09 20:28  PhotogramMetry - 副本\Debug\MainFrm.sbr

     文件    3769344  2012-07-11 16:22  PhotogramMetry - 副本\Debug\PhotogramMetry.bsc

     文件     217182  2012-07-11 18:29  PhotogramMetry - 副本\Debug\PhotogramMetry.exe

     文件     429896  2012-07-11 18:29  PhotogramMetry - 副本\Debug\PhotogramMetry.ilk

     文件      24410  2012-07-10 14:38  PhotogramMetry - 副本\Debug\PhotogramMetry.obj

     文件    7082660  2012-07-09 20:28  PhotogramMetry - 副本\Debug\PhotogramMetry.pch

     文件     607232  2012-07-11 18:29  PhotogramMetry - 副本\Debug\PhotogramMetry.pdb

     文件      12264  2012-07-11 18:29  PhotogramMetry - 副本\Debug\PhotogramMetry.res

     文件          0  2012-07-10 14:38  PhotogramMetry - 副本\Debug\PhotogramMetry.sbr

     文件      15632  2012-07-09 20:28  PhotogramMetry - 副本\Debug\PhotogramMetryDoc.obj

     文件          0  2012-07-09 20:28  PhotogramMetry - 副本\Debug\PhotogramMetryDoc.sbr

     文件      29461  2012-07-11 16:14  PhotogramMetry - 副本\Debug\PhotogramMetryView.obj

     文件          0  2012-07-11 16:14  PhotogramMetry - 副本\Debug\PhotogramMetryView.sbr

     文件      75963  2012-07-11 11:12  PhotogramMetry - 副本\Debug\ResectionDlg.obj

     文件          0  2012-07-11 11:12  PhotogramMetry - 副本\Debug\ResectionDlg.sbr

     文件     106116  2012-07-09 20:28  PhotogramMetry - 副本\Debug\StdAfx.obj

     文件    1374937  2012-07-09 20:28  PhotogramMetry - 副本\Debug\StdAfx.sbr

     文件     386048  2012-07-11 18:29  PhotogramMetry - 副本\Debug\vc60.idb

     文件     389120  2012-07-11 16:22  PhotogramMetry - 副本\Debug\vc60.pdb

     文件       1478  2012-07-08 10:31  PhotogramMetry - 副本\EditDlg.cpp

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

评论

共有 条评论

相关资源