資源簡介
MFC界面,用vc++編寫,攝影測量學前方交會源代碼
代碼片段和文件信息
//?MyDlg1.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“攝影測量前方交會.h“
#include?“MyDlg1.h“
#include?“math.h“
#include?“fstream.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMyDlg1?dialog
CMyDlg1::CMyDlg1(CWnd*?pParent?/*=NULL*/)
:?CDialog(CMyDlg1::IDD?pParent)
{
//{{AFX_DATA_INIT(CMyDlg1)
m_leftx1?=?0.0;
m_lefty1?=?0.0;
m_leftf?=?0.0;
m_rightx2?=?0.0;
m_righty2?=?0.0;
m_rightf?=?0.0;
m_Xs1?=?0.0;
m_Ys1?=?0.0;
m_Zs1?=?0.0;
m_lefthxqj?=?0.0;
m_leftpxqj?=?0.0;
m_leftxpqj?=?0.0;
m_Xs2?=?0.0;
m_Ys2?=?0.0;
m_Zs2?=?0.0;
m_righthxqj?=?0.0;
m_rightpxqj?=?0.0;
m_rightxpqj?=?0.0;
//}}AFX_DAT
- 上一篇:舞蹈機器人C語言程序
- 下一篇:vc++20個窗口編程,經典!!!
評論
共有 條評論