bangyongview.h
来自「K均值和ISODATA分类两种算法」· C头文件 代码 · 共 73 行
H
73 行
// BangYongView.h : interface of the CBangYongView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_BANGYONGVIEW_H__A62197A2_5FDE_4BFB_AE02_E94F8B306F37__INCLUDED_)
#define AFX_BANGYONGVIEW_H__A62197A2_5FDE_4BFB_AE02_E94F8B306F37__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CBangYongView : public CView
{
protected: // create from serialization only
CBangYongView();
DECLARE_DYNCREATE(CBangYongView)
// Attributes
public:
CBangYongDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBangYongView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
CPoint dbhuan(CPoint p);
virtual ~CBangYongView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CBangYongView)
afx_msg void OnReadfile();
afx_msg void OnKjunzhi();
afx_msg void OnIsodata();
afx_msg void OnShuaxin();
afx_msg void OnShuoming();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in BangYongView.cpp
inline CBangYongDoc* CBangYongView::GetDocument()
{ return (CBangYongDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BANGYONGVIEW_H__A62197A2_5FDE_4BFB_AE02_E94F8B306F37__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?