ll(1)文法分析字符串,JDK1.5中运行
上传时间: 2015-08-08
上传用户:牛津鞋
做的很不错的ll(1)文法分析程序,可以作为学习编译原理课程的参考或课设
上传时间: 2014-01-03
上传用户:蠢蠢66
ll(1)语法分析程序,(1)对输入文法,它能判断是否为ll(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的ll(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型
上传时间: 2013-11-30
上传用户:zhichenglu
这是一个ll(1)方法,大家可以从中学到一些技巧,帮助甚大
标签:
上传时间: 2015-08-19
上传用户:jeffery
用ll(1)方法分析四则运算,包括一个词法分析的头文件。
上传时间: 2015-08-20
上传用户:fanboynet
形式文法分析JAVA工具包本JAVA Applets程序提供对ll(1),ll(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统
上传时间: 2015-08-26
上传用户:zaizaibang
From the Publisher Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to dive right in and begin creating your own games. If you have some knowledge of C or C++ and have been searching for a guide that will take your 2D programming into the third dimension, then search no more! In this book you ll learn the skills you ll need to move from the 2D API to Direct3D. Written from the point of view of a 2D programmer, Focus on 2D in Direct3D presents the fundamentals of the Direct3D API in an easy-to-use-and-understand format. Get ready to jump into the world of Direct3D!
上传时间: 2015-09-01
上传用户:ve3344
ll(1)语法分析器,对任意输入ll(1)文法的分析表及字符串, 否为该文法的句子,并能给出分析过程。
标签: 语法分析器
上传时间: 2015-09-07
上传用户:rishian
本人编译的实验报告 语法分析 含说明 包括三个文件 yukun2.cpp yukun2.EXE 语法分析(ll(1))使用说明.txt等
上传时间: 2015-10-02
上传用户:CHINA526
ll(1)分析法 1、ll(1)分析法的功能 ll(1)分析法的功能是利用ll(1)控制程序根据显示栈栈顶内容、向前看符号以及ll(1)分析表,对输入符号串自上而下的分析过程。 2、ll(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为ll(1)文法, 3、ll(1)分析法实验设计思想及算法
上传时间: 2015-10-28
上传用户:zhuyibin