📄 dlgchangeparameter.h
字号:
#if !defined(AFX_DLGCHANGEPARAMETER_H__D2DCDB3F_8CBC_40F5_8363_F71429307F4A__INCLUDED_)
#define AFX_DLGCHANGEPARAMETER_H__D2DCDB3F_8CBC_40F5_8363_F71429307F4A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgChangeParameter.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgChangeParameter dialog
class CDlgChangeParameter : public CDialog
{
// Construction
public:
CDlgChangeParameter(CWnd* pParent = NULL); // standard constructor
void init();
// Dialog Data
//{{AFX_DATA(CDlgChangeParameter)
enum { IDD = IDD_DlgChangeParameter };
double m_JetAcceleration;
double m_GRAVITY;
double m_TimeElapsed;
double m_AerocraftSize;
double m_SCALING_FACTOR;
int m_popsize;
int m_Generation;
int m_numGen;
int m_initTimeRange;
int m_iNumElite;
double m_dMutationRate;
int m_dMaxPerturbation;
double m_dMutationActionRate;
double m_dMutationInsert;
int m_dMutationInsertTimeRange;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgChangeParameter)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgChangeParameter)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGCHANGEPARAMETER_H__D2DCDB3F_8CBC_40F5_8363_F71429307F4A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -