📄 bpanndlg.h
字号:
// BpAnnDlg.h : header file
//
#if !defined(AFX_BPANNDLG_H__AE93CDAD_99FD_46EC_83AB_4E28507FB016__INCLUDED_)
#define AFX_BPANNDLG_H__AE93CDAD_99FD_46EC_83AB_4E28507FB016__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CBpAnnDlg dialog
class CBpAnnDlg : public CDialog
{
// Construction
public:
void ForCalcul(double *pIn, double *pW, double *pOut, int nIn, int nOut);
void InitWeights(double *pWp, double *pVp, double *pYp1, double *pYp2, double *pYp3, double *pYp4);
void InitWeights(double *pWp, double *pVp, double *pYp1, double *pYp2, double *pYp3);
void InitWeights(double *pWp, double *pVp, double *pYp1, double *pYp2);
void InitWeights(double *pWp, double *pVp, double *pYp1);
void InitWeights(double *pWp,double *pVp);
void InitDataTrans(int in_nodes,int hide_layer,int hide_nodes,int out_nodes,double learn_ratio);
CBpAnnDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBpAnnDlg)
enum { IDD = IDD_BPANN_DIALOG };
CString m_state;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBpAnnDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CBpAnnDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBpannset();
afx_msg void OnBpannsave();
afx_msg void OnBpanninit();
afx_msg void OnBpannsample();
afx_msg void OnBpannexpect();
afx_msg void OnBpanntrain();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BPANNDLG_H__AE93CDAD_99FD_46EC_83AB_4E28507FB016__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -