gausscompute.h

来自「该软件主要应用是采用高斯正反算进行换带计算的。」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_GAUSSCOMPUTE_H__D516E887_7A5D_45E0_B470_4D98A16E063F__INCLUDED_)
#define AFX_GAUSSCOMPUTE_H__D516E887_7A5D_45E0_B470_4D98A16E063F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#include "Base.h"
#endif // _MSC_VER > 1000
// GaussCompute.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// GaussCompute dialog

class GaussCompute : public CDialog,public Base
{
// Construction
public:
	GaussCompute(CWnd* pParent = NULL);   // standard constructor
    
	
	double a,b,c,f,e,e2;
	void Ellipsecomputer(int n);
	bool Zcalaculate();
	bool Fcalaculate();
	bool Hdcal();
	



// Dialog Data
	//{{AFX_DATA(GaussCompute)
	enum { IDD = IDD_DIALOG1 };
	double	m_centerlinenum;
	BOOL	m_usercenterline;
	int		m_coordsys;
	int		m_bandwidth;
	int		m_hd;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(GaussCompute)
	afx_msg void OnGsfs();
	afx_msg void OnGszs();
	afx_msg void OnUsercenterline();
	afx_msg void OnHdcal();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_GAUSSCOMPUTE_H__D516E887_7A5D_45E0_B470_4D98A16E063F__INCLUDED_)

⌨️ 快捷键说明

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