📄 083007_nadoc.h
字号:
// 083007_NADoc.h : interface of the CMy083007_NADoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_083007_NADOC_H__F0775E58_594D_4A68_8268_A41E72B72082__INCLUDED_)
#define AFX_083007_NADOC_H__F0775E58_594D_4A68_8268_A41E72B72082__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Input.h"
#include "NumAnalysis.h"
class CMy083007_NADoc : public CDocument
{
protected: // create from serialization only
CMy083007_NADoc();
DECLARE_DYNCREATE(CMy083007_NADoc)
// Attributes
public:
NumAnalysis naly;
// CMy083007_NAView vw;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy083007_NADoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
float ans;
virtual ~CMy083007_NADoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMy083007_NADoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_083007_NADOC_H__F0775E58_594D_4A68_8268_A41E72B72082__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -