⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cootrandlg.h

📁 测绘行业中用于计算两种直角坐标系下坐标转换需要的七参数。该方法具有通用性
💻 H
字号:
// CooTranDlg.h : header file
//

#if !defined(AFX_COOTRANDLG_H__B9F01CEA_5A58_4F90_A4E9_38BA11FEA439__INCLUDED_)
#define AFX_COOTRANDLG_H__B9F01CEA_5A58_4F90_A4E9_38BA11FEA439__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CCooTranDlg dialog

class CCooTranDlg : public CDialog
{
// Construction
public:
	double XYZ(double k);
//	int TYflag;
	double* F_result;
	double HZJ(double H);
	double* DATA1;
	double* X;
	double* DATA;
	int Count1, Count2;
	CCooTranDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CCooTranDlg)
	enum { IDD = IDD_COOTRAN_DIALOG };
//	CComboBox	m_ComboBx;
	CListCtrl	m_MyList2;
	CListCtrl	m_MyList1;
	CListCtrl	m_MyList;
	CListCtrl	m_ListControl;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCooTranDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCooTranDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButnReadK();
	afx_msg void OnButnDo();
	afx_msg void OnButnReadUk();
	afx_msg void OnBUTNDOFinal();
	afx_msg void OnButnRead();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_COOTRANDLG_H__B9F01CEA_5A58_4F90_A4E9_38BA11FEA439__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -