Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Other ELanguage
Title: YFFXQ Download
 Description: Recursive subroutine method to design a syntax analysis program, top-down analysis. 1, using recursive descent parsing algorithm analysis of the expression grammar: exp:: = exp addop term | term addop:: =+ |- term:: = term mulop factor | factor mulop:: =* |/factor:: = (exp) | number of which is the number of decimal number can number string (integer can be), so here also need a small lexical analyzer to get the number value. 2, the lexical analyzer in subroutine form, when the need for lexical analysis of a call 3, able to recognize right and wrong expression 4, during the course of parsing, calculating import value of the expression.
 Downloaders recently: [More information of uploader huya19870530]
 To Search:
File list (Check if you may need any files):
语法分析器\语法分析器.dsp
..........\语法分析器.dsw
..........\语法分析器.plg
..........\语法分析.ncb
..........\语法分析.plg
..........\语法分析器.ncb
..........\语法分析器.opt
..........\Debug\vc60.idb
..........\.....\vc60.pdb
..........\.....\语法分析.pch
..........\.....\语法分析.obj
..........\.....\语法分析.pdb
..........\.....\语法分析.exe
..........\.....\语法分析.ilk
..........\语法分析.dsp
..........\语法分析.c
..........\语法分析.opt
..........\语法分析.dsw
..........\Debug
语法分析器
    

CodeBus www.codebus.net