資源簡介
攝影測量實習做的空間后方交會小程序,用MFC做的,運行時有起算數據,第一次上傳,請大家指正。

代碼片段和文件信息
//?HouJiao.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“HouJiao.h“
#include?“HouJiaoDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CHouJiaoApp
BEGIN_MESSAGE_MAP(CHouJiaoApp?CWinApp)
//{{AFX_MSG_MAP(CHouJiaoApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CHouJiaoApp?construction
CHouJiaoApp::CHouJiaoApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CHouJiaoApp?object
CHouJiaoApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CHouJiaoApp?initialization
BOOL?CHouJiaoApp::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
CHouJiaoDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????175??2009-09-14?19:30??HouJiao\1.txt
?????文件?????????71??2009-09-20?00:49??HouJiao\2.txt
?????文件????????268??2009-09-17?22:22??HouJiao\3.txt
?????文件????????267??2009-09-17?22:43??HouJiao\4.txt
?????文件??????22008??2009-10-12?21:15??HouJiao\HouJiao.aps
?????文件???????1883??2009-10-14?09:18??HouJiao\HouJiao.clw
?????文件???????2077??2009-09-14?19:38??HouJiao\HouJiao.cpp
?????文件???????4177??2009-09-14?19:38??HouJiao\HouJiao.dsp
?????文件????????539??2009-09-14?19:38??HouJiao\HouJiao.dsw
?????文件???????1335??2009-09-14?19:38??HouJiao\HouJiao.h
?????文件??????66560??2009-10-14?09:19??HouJiao\HouJiao.ncb
?????文件??????49664??2009-10-14?09:19??HouJiao\HouJiao.opt
?????文件????????960??2009-09-20?00:49??HouJiao\HouJiao.plg
?????文件???????6526??2009-09-14?22:59??HouJiao\HouJiao.rc
?????文件??????11252??2009-09-20?01:28??HouJiao\HouJiaoDlg.cpp
?????文件???????1729??2009-09-17?22:30??HouJiao\HouJiaoDlg.h
?????文件???????3597??2009-09-14?19:38??HouJiao\ReadMe.txt
?????文件???????1078??2009-09-14?19:38??HouJiao\res\HouJiao.ico
?????文件????????399??2009-09-14?19:38??HouJiao\res\HouJiao.rc2
?????文件???????1099??2009-09-14?21:54??HouJiao\resource.h
?????文件????????167??2009-09-14?22:09??HouJiao\resource.hm
?????文件????????209??2009-09-14?19:38??HouJiao\StdAfx.cpp
?????文件???????1136??2009-09-14?21:20??HouJiao\StdAfx.h
?????文件????????245??2009-10-14?09:22??HouJiao\說明.txt
?????目錄??????????0??2009-09-14?19:38??HouJiao\res
?????目錄??????????0??2009-10-14?09:22??HouJiao
-----------?---------??----------?-----??----
???????????????177421????????????????????26
- 上一篇:Topdisc三色算法仿真
- 下一篇:RGB與HSI空間相互轉化 C++
評論
共有 條評論