📄 200532590150doc.h
字号:
// 200532590150Doc.h : interface of the CMy200532590150Doc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_200532590150DOC_H__6E75CE1B_A6ED_45B9_885F_C0EC65345ADE__INCLUDED_)
#define AFX_200532590150DOC_H__6E75CE1B_A6ED_45B9_885F_C0EC65345ADE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
typedef struct
{
double x1;
double x2;
double type;
}sample;
class CMy200532590150Doc : public CDocument
{
protected: // create from serialization only
CMy200532590150Doc();
DECLARE_DYNCREATE(CMy200532590150Doc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy200532590150Doc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
int flagpara;
int combine(double [][20],int,double ,int,int ,double [][2],int []);
void centerD(double [][2],double [][20],int C);
int split(double [],double [][2],double [][2],int ,int ,
double [][20],int [],int ,double );
void biaozhuncha(double [][2],int [],int ,int ,double [],double [][2],double []);
double distance(double [][2],int [],int ,int ,double []);
int cancelsubset(double [][2],int [],int ,int ,int );
void center1(double [][2],int [],int ,int );
void classify1(double [][2],int [] ,int ,int);
virtual ~CMy200532590150Doc();
sample x[100], dc1[400];
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMy200532590150Doc)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_200532590150DOC_H__6E75CE1B_A6ED_45B9_885F_C0EC65345ADE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -