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

📄 endflag.h

📁 输入一个表达式子 然后输出 这个式子 的LL1文法形式
💻 H
字号:
// endflag.h: interface for the Cendflag class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_ENDFLAG_H__9E97EFA0_C0EF_4F5A_8B2B_D016FE73ED19__INCLUDED_)
#define AFX_ENDFLAG_H__9E97EFA0_C0EF_4F5A_8B2B_D016FE73ED19__INCLUDED_

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

#include "uendflag.h"

class Cendflag  
{
public:
	bool addfollow(TCHAR c);
	bool addfirst(TCHAR c);
	static Cendflag * getflag(TCHAR c);
	bool isNull;
	Cuendflag * first;
	Cuendflag * follow;
	static bool isaflag(TCHAR c);
	static void destroy();
	Cendflag * next;
	static Cendflag * head;
	TCHAR flag;
	Cendflag(TCHAR c);
	virtual ~Cendflag();

};

#endif // !defined(AFX_ENDFLAG_H__9E97EFA0_C0EF_4F5A_8B2B_D016FE73ED19__INCLUDED_)

⌨️ 快捷键说明

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