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

📄 dataanalisisview.h

📁 数据分析系统主要研究大量的数据
💻 H
字号:
// dataanalisisView.h : interface of the CDataanalisisView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_DATAANALISISVIEW_H__E35F39BB_EB9F_48EC_8E9F_594EB0E1804E__INCLUDED_)
#define AFX_DATAANALISISVIEW_H__E35F39BB_EB9F_48EC_8E9F_594EB0E1804E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CDataanalisisView : public CView
{
protected: // create from serialization only
	CDataanalisisView();
	DECLARE_DYNCREATE(CDataanalisisView)

// Attributes
public:
	int Menu_NO;
	CDataanalisisDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDataanalisisView)
	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:
	int flag;
	double f(double x);
	virtual ~CDataanalisisView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CDataanalisisView)
	afx_msg void OnStart();
	afx_msg void OnCum();
	afx_msg void OnZhishu();
	afx_msg void OnMoveavg();
	afx_msg void OnUpdateCum(CCmdUI* pCmdUI);
	afx_msg void OnUpdateZhishu(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMoveavg(CCmdUI* pCmdUI);
	afx_msg void OnUpdateStart(CCmdUI* pCmdUI);
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnPREDICT();
	afx_msg void OnMoveP();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in dataanalisisView.cpp
inline CDataanalisisDoc* CDataanalisisView::GetDocument()
   { return (CDataanalisisDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_DATAANALISISVIEW_H__E35F39BB_EB9F_48EC_8E9F_594EB0E1804E__INCLUDED_)

⌨️ 快捷键说明

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