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

📄 sccadlg.h

📁 免疫算法求解函数优化问题运行时请选择所要的函数,并且点Button1执行
💻 H
字号:
// SCCADlg.h : header file
//

#if !defined(AFX_SCCADLG_H__9BE685D3_EB25_4143_8814_398C730D7AC8__INCLUDED_)
#define AFX_SCCADLG_H__9BE685D3_EB25_4143_8814_398C730D7AC8__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSCCADlg dialog

class CSCCADlg : public CDialog
{
// Construction
public:
	double comfit(int funn,int vn,double vli[]);
	void huaquxian(int ab,double c[],int fev);
	void huatu();
	void Window();
	CSCCADlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CSCCADlg)
	enum { IDD = IDD_SCCA_DIALOG };
	CString	m_SP2;
	int	m_N;
	int	m_c;  //变量个数
	int m_ge;
	double	m_zz;
	double	m_x2;
	double	m_x3;
	double	m_x4;
	double	m_x5;
	double	m_y1;
	double	m_y2;
	double	m_y3;
	double	m_y4;
	double	m_y5;
	double	m_Nb;
	int	m_fev;
	int	m_now;
	double	m_x1;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CSCCADlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnEditchangeCombo1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SCCADLG_H__9BE685D3_EB25_4143_8814_398C730D7AC8__INCLUDED_)

⌨️ 快捷键说明

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