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

📄 roundabout_showview.h

📁 09年数学建模美赛A题程序
💻 H
字号:
// roundabout_showView.h : interface of the CRoundabout_showView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_ROUNDABOUT_SHOWVIEW_H__CC7D4F8F_F2C1_4908_8014_8C9485EB28B4__INCLUDED_)
#define AFX_ROUNDABOUT_SHOWVIEW_H__CC7D4F8F_F2C1_4908_8014_8C9485EB28B4__INCLUDED_

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


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

// Attributes
public:
	CRoundabout_showDoc* GetDocument();

// Operations
public:
	int Max(int a,int b){return a<b?b:a;}
	int Min(int a,int b){return a<b?a:b;} 
	int isfirst;
	void Show();
	bool f_1(int j);
	bool f0(int j);
	bool f1(int j);
	bool f2(int j);
	bool f3(int j);
	bool f4(int j);
	bool of1(int deal);
	bool of2(int deal);
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CRoundabout_showView)
	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:
	virtual ~CRoundabout_showView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CRoundabout_showView)
	afx_msg void OnBegin();
	afx_msg void OnSet();
	afx_msg void OnStat();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in roundabout_showView.cpp
inline CRoundabout_showDoc* CRoundabout_showView::GetDocument()
   { return (CRoundabout_showDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_ROUNDABOUT_SHOWVIEW_H__CC7D4F8F_F2C1_4908_8014_8C9485EB28B4__INCLUDED_)

⌨️ 快捷键说明

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