📄 exceptiondatatest.h
字号:
#if !defined(AFX_EXCEPTIONDATATEST_H__42EAD7DE_F7AE_47D8_93C9_E3D7271294D8__INCLUDED_)
#define AFX_EXCEPTIONDATATEST_H__42EAD7DE_F7AE_47D8_93C9_E3D7271294D8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExceptionDataTest.h : header file
//
#include "XPButton.h"
#include "ADOConn.h"
#include "Weight.h"
/////////////////////////////////////////////////////////////////////////////
// CExceptionDataTest dialog
class CExceptionDataTest : public CDialog
{
// Construction
public:
CExceptionDataTest(CWnd* pParent = NULL); // standard constructor
void RunNetWork();
virtual ~CExceptionDataTest();
// Dialog Data
//{{AFX_DATA(CExceptionDataTest)
enum { IDD = IDD_EXCEPTIONDATATEST_DLG };
CString m_cardid;
CString m_cy;
CString m_pq;
float m_sm;
CString m_spcode;
int m_sptype;
CString m_time;
int m_timestep;
int m_ty;
CString m_id;
int m_shtype;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExceptionDataTest)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CXPButton m_test;
ADOConn ado;
float data[7];
int *p_num_HNodes; //保存隐藏层每一层节点数
float *p_num_HNodesPy; //保存隐藏层节点的偏倚值
float *p_num_INodesPy; //保存输出层节点的偏倚值
CWeight *m_wp;
float *p_weight;//保存权重
int NumberofHlayer; //保存隐藏层数
int NumberofIlayerNode;//输入层结点数
int NumberofOlayerNode;//输出层结点数
// Generated message map functions
//{{AFX_MSG(CExceptionDataTest)
afx_msg void OnPaint();
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnDatatestbutton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXCEPTIONDATATEST_H__42EAD7DE_F7AE_47D8_93C9_E3D7271294D8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -