📄 funapppage.h
字号:
#if !defined(AFX_FUNAPPPAGE_H__201CC00E_ED91_4850_8427_475AB8D7993D__INCLUDED_)
#define AFX_FUNAPPPAGE_H__201CC00E_ED91_4850_8427_475AB8D7993D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FunAppPage.h : header file
//
#include "FunAppImg.h"
/////////////////////////////////////////////////////////////////////////////
// CFunAppPage dialog
class CNeuroNet;
class CFunAppPage : public CPropertyPage
{
DECLARE_DYNCREATE(CFunAppPage)
// Construction
public:
CFunAppPage();
~CFunAppPage();
// Dialog Data
//{{AFX_DATA(CFunAppPage)
enum { IDD = IDD_PROPPAGE_FUNAPP };
CFunAppImg m_pic;
CSpinButtonCtrl m_spinTimes;
CSpinButtonCtrl m_spinNodNum;
CSpinButtonCtrl m_spinSamples;
CProgressCtrl m_Progress;
int m_iTimes;
int m_iSamples;
int m_iHidLayNodNum;
double m_dLearnFactor;
BOOL m_bAutoScale;
BOOL m_bStemGraph;
//}}AFX_DATA
int* m_pLayNodNum;
int m_iLayNum;
BOOL m_bReset;
int m_iOldHidLayNodNum;
int m_iOldSamples;
double* m_pIn;
double* m_pOut;
double* m_pExpOut;
double* m_pError;
CNeuroNetBP* m_pNet;
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CFunAppPage)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFunAppPage)
afx_msg void OnButtonTrain();
afx_msg void OnButtonReset();
afx_msg void OnButtonClear();
virtual BOOL OnInitDialog();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FUNAPPPAGE_H__201CC00E_ED91_4850_8427_475AB8D7993D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -