是一个windows界面的完整的具有较高技术含量的一语法分析器,是根据LL(1)优先分析编的。
上传时间: 2014-07-22
上传用户:pkkkkp
C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you LL need to use the template metaprogramming effectively in your own work.
标签: Metaprogramming Template powerful idioms
上传时间: 2013-11-30
上传用户:aix008
用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),LL等等,还可在在源码api上开发其他功能
标签: java
上传时间: 2013-12-26
上传用户:lizhen9880
This book has been updated for the new Java version, J2SE 5.0, and works its way through a project with requirements and structure similar to the project you LL encounter in the SCJD exam
标签: updated project through version
上传时间: 2015-11-08
上传用户:csgcd001
① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。
标签: 输入
上传时间: 2013-12-29
上传用户:253189838
标签: LL
上传时间: 2015-11-13
上传用户:silenthink
说明: 1、先在“产生式”框中输入产生式,在“输入的符号串”框中输入待分析的符号串,点击“编译”按钮开始根据产生式分析输入的符号串。 2、在“范例”菜单中可以选择预选的产生式和输入符号串范例,有两个范例,其中书上范例为“范例代码2”。 3、“产生式”框中,“显示消除左递归结果”选中时,执行编译后如果“产生式”框内内容没有变化,则原输入的产生式符合LL(1),否则,“产生式”框内内容将转换为符合LL(1)的文法。
标签: 输入
上传时间: 2015-11-15
上传用户:hewenzhi
So you wanted to add a forms editor to your application? A dialog editor? Something that aLLows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to create a CAD-application, you LL indeed be able to create a dialog editor. The editor itself is derived
标签: editor application Something wanted
上传时间: 2013-12-13
上传用户:恋天使569
So you wanted to add a forms editor to your application? A dialog editor? Something that aLLows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to create a CAD-application, you LL indeed be able to create a dialog editor. The editor itself is derived
标签: editor application Something wanted
上传时间: 2014-01-21
上传用户:BIBI
计算FIRST及FOLLOW集,生成LL(1)分析表
上传时间: 2013-12-19
上传用户:2467478207