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

📄 dan_backcom.h

📁 Moravec算子实现程序 Moravec算子实现程序
💻 H
字号:
// Dan_backcom.h : main header file for the DAN_BACKCOM application
//

#if !defined(AFX_DAN_BACKCOM_H__CA7B0076_2926_44CE_8875_AA27A7DADC90__INCLUDED_)
#define AFX_DAN_BACKCOM_H__CA7B0076_2926_44CE_8875_AA27A7DADC90__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CDan_backcomApp:
// See Dan_backcom.cpp for the implementation of this class
//

class CDan_backcomApp : public CWinApp
{
public:
	CDan_backcomApp();
	double m_Xs;
	double m_Ys;
	double m_Zs;
	double m_jiaox;
	double m_jiaoy;
	double m_jiaoz;
	double m_dXs;
	double m_dYs;
	double m_dZs;
	double m_djiaox;
	double m_djiaoy;
	double m_djiaoz;
	double m_a1;
	double m_b1;
	double m_c1;
	double m_a2;
	double m_b2;
	double m_c2;
	double m_a3;
	double m_b3;
	double m_c3;
	double m_f;
	double m_m;
	double *m_x;
	double *m_y;
	double *m_xtp;
	double *m_ytp;
	double *m_ztp;
	

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDan_backcomApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CDan_backcomApp)
	afx_msg void OnAppAbout();
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_DAN_BACKCOM_H__CA7B0076_2926_44CE_8875_AA27A7DADC90__INCLUDED_)

⌨️ 快捷键说明

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