max.h

来自「这是我的中文信息处理的小作业」· C头文件 代码 · 共 71 行

H
71
字号
#if !defined(AFX_MAX_H__EF706E7A_84F5_4C9B_B3A4_4CE449FCCC4E__INCLUDED_)
#define AFX_MAX_H__EF706E7A_84F5_4C9B_B3A4_4CE449FCCC4E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MAX.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// MAX dialog

class MAX : public CDialog
{
// Construction
public:
	void NXMin();

	void NXMax();
	void ZXMin();
	int Count;
	CStdioFile file;
	TCHAR Sentence[1000];
	int maxbyte;
	void ZXMax();
	bool Match(CString str);
	MAX(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(MAX)
	enum { IDD = IDD_DIALOG1 };
	CEdit	m_output4;
	CEdit	m_output3;
	CEdit	m_output2;
	CEdit	m_output;
	CEdit	m_input;
	int		m_maxl;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(MAX)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnButtonClear();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
struct Lian
{int head,rear;
 struct Lian *next;
 //struct Lian *prior;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MAX_H__EF706E7A_84F5_4C9B_B3A4_4CE449FCCC4E__INCLUDED_)

⌨️ 快捷键说明

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