资源简介
实现摄影测量中的单片空间后方交会,是涌VC6.0编写的C++源代码。非常好用。
代码片段和文件信息
// BackSpaceMeet.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BackSpaceMeet.h“
#include “BackSpaceMeetDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBackSpaceMeetApp
BEGIN_MESSAGE_MAP(CBackSpaceMeetApp CWinApp)
//{{AFX_MSG_MAP(CBackSpaceMeetApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CBackSpaceMeetApp construction
CBackSpaceMeetApp::CBackSpaceMeetApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBackSpaceMeetApp object
CBackSpaceMeetApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBackSpaceMeetApp initialization
BOOL CBackSpaceMeetApp::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
CBackSpaceMeetDlg 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
}
// m_pMainWnd->SetWindowText(“单像空间后方交会“);
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 30560 2008-11-01 14:05 后方交会程序MFC版\BackSpaceMeet.aps
文件 5135 2008-11-01 14:06 后方交会程序MFC版\BackSpaceMeet.clw
文件 2212 2008-10-15 11:09 后方交会程序MFC版\BackSpaceMeet.cpp
文件 4285 2008-10-14 22:29 后方交会程序MFC版\BackSpaceMeet.dsp
文件 532 2008-10-14 22:29 后方交会程序MFC版\BackSpaceMeet.dsw
文件 1401 2008-10-14 22:29 后方交会程序MFC版\BackSpaceMeet.h
文件 66560 2008-11-01 14:06 后方交会程序MFC版\BackSpaceMeet.ncb
文件 53760 2008-11-01 14:06 后方交会程序MFC版\BackSpaceMeet.opt
文件 1948 2008-11-01 14:06 后方交会程序MFC版\BackSpaceMeet.plg
文件 11649 2008-10-15 11:04 后方交会程序MFC版\BackSpaceMeet.rc
文件 10631 2008-10-15 11:02 后方交会程序MFC版\BackSpaceMeetDlg.cpp
文件 2326 2008-10-15 11:02 后方交会程序MFC版\BackSpaceMeetDlg.h
文件 3705 2008-10-14 22:29 后方交会程序MFC版\ReadMe.txt
文件 2853 2008-10-15 10:48 后方交会程序MFC版\Resource.h
文件 215 2008-10-14 22:29 后方交会程序MFC版\StdAfx.cpp
文件 1054 2008-10-14 22:29 后方交会程序MFC版\StdAfx.h
文件 4710 2001-06-22 15:59 后方交会程序MFC版\res\BackSpaceMeet.ico
文件 405 2008-10-14 22:29 后方交会程序MFC版\res\BackSpaceMeet.rc2
文件 1078 2008-10-14 22:29 后方交会程序MFC版\res\BackSpaceMeet1.ico
..A.SH. 6656 2008-10-15 11:03 后方交会程序MFC版\res\Thumbs.db
目录 0 2009-02-21 17:01 后方交会程序MFC版\res
目录 0 2009-02-21 17:01 后方交会程序MFC版
----------- --------- ---------- ----- ----
211675 22
- 上一篇:连连看 C语言 源代码
- 下一篇:地籍测量中界址点坐标的计算程序
评论
共有 条评论