资源简介
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个窗口编程,经典!!!
评论
共有 条评论