所属分类:
编辑器/阅读器
开发工具:Visual C++
文件大小:5KB
下载次数:206
上传日期:2004-11-11 09:32:52
说明: 算符优先分析法 根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 文法:E→E+E E-E E*E E/E (E) i
( The operator first analytic method basis operator first
analytic method, carries on the expression the grammar analysis,
judges an expression is whether correct. Grammar: E-> E E E-E E*E E/E
(E) i)