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

📄 最近邻法分类器dlg.h

📁 本程序是一个最近邻分类算法的演示程序
💻 H
字号:
// 最近邻法分类器Dlg.h : header file
//

#if !defined(AFX_DLG_H__27B2315A_BE38_4198_9ACB_9FE2C190A0BD__INCLUDED_)
#define AFX_DLG_H__27B2315A_BE38_4198_9ACB_9FE2C190A0BD__INCLUDED_
#include "CMMenu.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
#include "CMMenu.h"
#include "MyStatic.h"
#include "MYCTRL.h"
class CMyDlg : public CDialog
{
// Construction
public:
	CMyDlg(CWnd* pParent = NULL);	// standard constructor
CBitmap mybitmap;CMMenu m_mmenu;
HICON  Sicon1,Sicon2,Sicon3,Sicon4,sion1,sion2,sion3;
int onep[240];
int towp[260];
int threep[300];
int test[600];
int k,k1;
BOOL flag1,flag2,flag3,flag4,flag5,f1,f2,f3,ff1,ff2,ff3,ff4;
void Seticon();
// Dialog Data
	//{{AFX_DATA(CMyDlg)
	enum { IDD = IDD_MY_DIALOG };
	CMYCTRL	m_l;
	CMyStatic	m_c4;
	CMyStatic	m_n2;
	CMyStatic	m_n1;
	CMyStatic	m_n;
	CMyStatic	m_k3;
	CMyStatic	m_k2;
	CMyStatic	m_k1;
	CMyStatic	m_c3;
	CMyStatic	m_c2;
	CMyStatic	m_c1;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMyDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
	afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnNcMouseMove(UINT nHitTest, CPoint point);
	afx_msg void OnClass11();
	afx_msg void OnClass12();
	afx_msg void OnClass13();
	afx_msg void OnClass21();
	afx_msg void OnClass31();
	afx_msg void OnClass32();
	afx_msg void OnClass33();
	afx_msg void OnClass41();
	afx_msg void OnClass42();
	afx_msg void OnClass43();
	afx_msg void OnClass44();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLG_H__27B2315A_BE38_4198_9ACB_9FE2C190A0BD__INCLUDED_)

⌨️ 快捷键说明

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