resultshow.h
来自「本文介绍了一个用java语言编写的用于分析消费行为的数据挖掘应用软件」· C头文件 代码 · 共 58 行
H
58 行
#if !defined(AFX_RESULTSHOW_H__12B5DF40_69A8_4DE3_859C_44F4F88E3BF3__INCLUDED_)
#define AFX_RESULTSHOW_H__12B5DF40_69A8_4DE3_859C_44F4F88E3BF3__INCLUDED_
#include "ADOConn.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResultShow.h : header file
//
#include "CBADlg.h"
#include "Neural_NetWork.h"
#include "XPButton.h"
/////////////////////////////////////////////////////////////////////////////
// CResultShow dialog
class CResultShow : public CDialog
{
// Construction
public:
CResultShow(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CResultShow)
enum { IDD = IDD_RESULTSHOW_DIALOG };
CString m_result;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResultShow)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
ADOConn ado;
CNeural_NetWork network;
//CCBADlg tempDlg; //临时对话框对象用于传递数据
CXPButton m_surebutton;
CXPButton m_savebutton;
CNeural_NetWork tempNetwork;
// Generated message map functions
//{{AFX_MSG(CResultShow)
afx_msg void OnGetResult();
afx_msg void OnSaveMode();
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESULTSHOW_H__12B5DF40_69A8_4DE3_859C_44F4F88E3BF3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?