gaparametersdialog.h
来自「用vc编的tsp算法」· C头文件 代码 · 共 59 行
H
59 行
#if !defined(AFX_GAPARAMETERSDIALOG_H__78558003_9865_11D2_836E_00C04F8F199B__INCLUDED_)
#define AFX_GAPARAMETERSDIALOG_H__78558003_9865_11D2_836E_00C04F8F199B__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// GAParametersDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGAParametersDialog dialog
class CGAParametersDialog : public CDialog
{
// Construction
public:
CGAParametersDialog(CWnd* pParent = NULL); // standard constructor
BOOL Create();
// Dialog Data
//{{AFX_DATA(CGAParametersDialog)
enum { IDD = IDD_FORMVIEW };
float m_pcross;
float m_pmut;
int m_popsize;
int m_ngen;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGAParametersDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CWnd* m_pParent;
// Generated message map functions
//{{AFX_MSG(CGAParametersDialog)
afx_msg void OnRevert();
afx_msg void OnApply();
afx_msg void OnClose();
afx_msg void OnChangePmut();
afx_msg void OnChangePcross();
afx_msg void OnChangeNgen();
afx_msg void OnChangePopsize();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GAPARAMETERSDIALOG_H__78558003_9865_11D2_836E_00C04F8F199B__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?