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

📄 shixunview.h

📁 笨程序实现了编译原理中的编译程序
💻 H
字号:
// shixunView.h : interface of the CShixunView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SHIXUNVIEW_H__7D9CB282_AFD3_4844_9791_7044BB27C4C3__INCLUDED_)
#define AFX_SHIXUNVIEW_H__7D9CB282_AFD3_4844_9791_7044BB27C4C3__INCLUDED_

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


class CShixunView : public CFormView
{
protected: // create from serialization only
	CShixunView();
	DECLARE_DYNCREATE(CShixunView)

public:
	//{{AFX_DATA(CShixunView)
	enum { IDD = IDD_SHIXUN_FORM };
	CRichEditCtrl	m_a;
	CButton	m_yuyi;
	CButton	m_yufa;
	CButton	m_tuichu;
	CButton	m_read;
	CButton	m_qingling;
	CButton	m_cifa;
	CButton	m_baocun;
	CString	m_jieguo;
	CString	m_chucuo;
	CStatic m_CpicArrow;
	CString filePath;
	CString	m_resouce;
	//}}AFX_DATA

// Attributes
public:
	CShixunDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CShixunView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	char* newtemp();
	//char* newtemp();
	bool bianliangsm2();
	int flog;
	int bb;
	char B[100];
	bool bianliang();
	char* yinshi();
	char* xiang2();
	char* xiang();
	char* suanshubds2();
	char* suanshubds();
	bool fuzhi2();
	bool fuzhi();
	bool guanxibds();
	bool tiaojian2();
	bool tiaojian();
	bool leixing();
	bool yuju();
	bool bianliangsm();
	bool fenchengxu();
	void shezhi();
	bool chengxu(void);
	bool fenge_cmp(char ch);
	bool yunsuan_cmp(char ch);
	bool judge_2(char ch);
	bool judge_1(char ch);
	bool isalpha(char ch);
	bool isdigit(char ch);
	virtual ~CShixunView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CShixunView)
	afx_msg void OnButtonRead();
	afx_msg void OnButtonBaocun();
	afx_msg void OnButtonQingling();
	afx_msg void OnButtonCifa();
	afx_msg void OnButtonTuichu();
	afx_msg void OnButtonYufa();
	afx_msg void OnClickRicheditResouce(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in shixunView.cpp
inline CShixunDoc* CShixunView::GetDocument()
   { return (CShixunDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_SHIXUNVIEW_H__7D9CB282_AFD3_4844_9791_7044BB27C4C3__INCLUDED_)

⌨️ 快捷键说明

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