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

📄 dialog34.h

📁 本程序是一个最近邻分类算法的演示程序
💻 H
字号:
#if !defined(AFX_DIALOG34_H__93705CCC_A519_4819_A6B1_30D0E48DE3F9__INCLUDED_)
#define AFX_DIALOG34_H__93705CCC_A519_4819_A6B1_30D0E48DE3F9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dialog34.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDialog34 dialog
#include "MyStatic.h"
#include "MYCTRL.h"
#include "XPButton.h"
#include "ButtonST.h"
class CDialog34 : public CDialog
{
// Construction
public:
	CDialog34(CWnd* pParent = NULL);   // standard constructor
    CBitmap mybitmap;
    int onep[240];
    int towp[260];
    int threep[300];
    int test[600];
	int zt[20];
	double ct[20];
	double rt[20];
	double tt[20];
    double et[20];
	BOOL fb1,fb2,fb3,f4,f5,f6,f7;
// Dialog Data
	//{{AFX_DATA(CDialog34)
	enum { IDD = IDD_DIALOG5 };
	CMYCTRL	m_l;
	CButtonST	m_b7;
	CButtonST	m_b6;
	CButtonST	m_b5;
	CButtonST	m_b4;
	CButtonST	m_b3;
	CButtonST	m_b2;
	CButtonST	m_b1;
	CMyStatic	m_2;
	CMyStatic	m_1;
	//}}AFX_DATA


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

// Implementation
protected:
HICON m_hIcon;
	// Generated message map functions
	//{{AFX_MSG(CDialog34)
	virtual BOOL OnInitDialog();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnClickOk2();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOG34_H__93705CCC_A519_4819_A6B1_30D0E48DE3F9__INCLUDED_)

⌨️ 快捷键说明

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