📄 shaoyedoc.h
字号:
// ShaoYeDoc.h : interface of the CShaoYeDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAOYEDOC_H__90FAB8A4_5D01_4530_9DE2_E18BA6547D13__INCLUDED_)
#define AFX_SHAOYEDOC_H__90FAB8A4_5D01_4530_9DE2_E18BA6547D13__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CShaoYeDoc : public CDocument
{
protected: // create from serialization only
CShaoYeDoc();
DECLARE_DYNCREATE(CShaoYeDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShaoYeDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
int TotalTime,EachTime;
float RangeMin,RangeMax;
float query_flux[24][720];
float query_flux1[3][5760];
float query_error_flux[1440];
CString query_error_time[1440];
int error_num;
float max_flux,min_flux;
float AveFlow;
float TotalFlow;
BOOL show_flag;
float dynamic_array[31];
virtual ~CShaoYeDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CShaoYeDoc)
// 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_SHAOYEDOC_H__90FAB8A4_5D01_4530_9DE2_E18BA6547D13__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -