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

📄 gausscompute.h

📁 该软件主要应用是采用高斯正反算进行换带计算的。
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -