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

📄 nesorsdlg.h

📁 神经网络VC实现,使用VC来实现bp神经网络
💻 H
字号:
// nesorsDlg.h : header file
//

#if !defined(AFX_NESORSDLG_H__16EB9352_5A36_4D48_B03D_4AFB616A4D87__INCLUDED_)
#define AFX_NESORSDLG_H__16EB9352_5A36_4D48_B03D_4AFB616A4D87__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CNesorsDlg dialog

class CNesorsDlg : public CDialog
{
// Construction
public:
	float Opp[100][4][4];
	float Ipp[100][4][4];
	float in_verify[4];
	float Dw[2][3][4];
	float Dp[4][4];
	float Ep[4];
	float Op[4][5];
	float Ip[3][5];
	float m_w[5][5][5];
	float in_num[100][5];
	CNesorsDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CNesorsDlg)
	enum { IDD = IDD_NESORS_DIALOG };
	float	m_000;
	float	m_001;
	float	m_002;
	float	m_003;
	float	m_010;
	float	m_011;
	float	m_012;
	float	m_013;
	float	m_020;
	float	m_021;
	float	m_022;
	float	m_100;
	float	m_101;
	float	m_102;
	float	m_103;
	float	m_110;
	float	m_111;
	float	m_112;
	float	m_113;
	float	m_023;
	int		m_iteration;
	float	m_buchang;
	float	m_wucha;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CNesorsDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnReaddata();
	afx_msg void OnTraindata();
	afx_msg void OnShibie();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NESORSDLG_H__16EB9352_5A36_4D48_B03D_4AFB616A4D87__INCLUDED_)

⌨️ 快捷键说明

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