磁盘调度dlg.h

来自「磁盘调度算法」· C头文件 代码 · 共 88 行

H
88
字号
// 磁盘调度Dlg.h : header file
//

#if !defined(AFX_DLG_H__EC4C1247_1664_11DA_BABF_00301B1544B5__INCLUDED_)
#define AFX_DLG_H__EC4C1247_1664_11DA_BABF_00301B1544B5__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog

class CMyDlg : public CDialog
{
// Construction
public:
	CMyDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CMyDlg)
	enum { IDD = IDD_MY_DIALOG };
	
	int		m_previous;
	int		m_present;
	int		m_list6;
	int		m_list7;
	int		m_list8;
	int		m_list9;
	int		m_list10;
	int		m_list3;
	int		m_list4;
	int		m_list5;
	int		m_list1;
	int		m_list2;
	int		list1;
	int		list2;
	int		list3;
	int		list4;
	int		list5;
	int		list6;
	int		list7;
	int		list8;
	int		list9;
	int		list10;
	int		m_length;
	
	
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMyDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnCancelMode();
	afx_msg void Ccreate1(int x1,int x2,int x3,int x4,int x5,int x6,int x7,int x8,int x9,int x10);
	afx_msg void Ccreate2(int x1,int x2,int x3,int x4,int x5,int x6,int x7,int x8,int x9,int x10);
	afx_msg void Ccreate3(int x1,int x2,int x3,int x4,int x5,int x6,int x7,int x8,int x9,int x10);
	afx_msg void Ccreate4(int x1,int x2,int x3,int x4,int x5,int x6,int x7,int x8,int x9,int x10);
	afx_msg void OnButton2();
	afx_msg void sort_min(int x[10],int begin,int n);
	afx_msg void sort_max(int x[10],int begin,int n);
	afx_msg void length(int x[10],int m_present);
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLG_H__EC4C1247_1664_11DA_BABF_00301B1544B5__INCLUDED_)

⌨️ 快捷键说明

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