搜索资源列表

  1. mml.doc.rar

    0下载:
  2. 编译原理 课程设计报告: 预测分析表的构造
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:24052
    • 提供者:
  1. 预测分析表.rar

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1491
    • 提供者:
  1. 判断是否为ll(1)文法程序

    0下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23961
    • 提供者:luo
  1. liuziyancompile

    0下载:
  2. 本程序用于自顶向下的语法分析。只您输入的上下问无关文法进行分析,并构造出预测分析表。-procedure for the top-down syntax analysis. Only you enter the ministry asked not grammar analysis and structural analysis projected table.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5906919
    • 提供者:刘子炎
  1. bianyic++

    0下载:
  2. 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。-Input legitimate LL (1) grammar, will output LL (1) Table Forecast and Analysis, and can import sentence for syntax analysis syntax tree corresponding output.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:165546
    • 提供者:丁关根
  1. predictAnalysis

    0下载:
  2. 本程序主要实现预测分析表的构造,并求first和follow集-the procedure main table Forecast and Analysis, and the construction and follow for first set
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3151
    • 提供者:魏平
  1. Judge_LL(1)

    1下载:
  2. 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple metho
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:147436
    • 提供者:张玉峰
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:swb
  1. ll1ll1

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 lifanxi@263.net 2002年5月-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will outpu
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:30088
    • 提供者:111
  1. yusefenxibiao

    0下载:
  2. 编译原理中的预测分析表的构造,自己看看就知道了-compiler theory, the forecast for the structure analysis table, to see for yourself will know
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10204
    • 提供者:怀痕
  1. 21codes_vc616677824666

    0下载:
  2. 词法语法分析器 输入源程序,输出语法分析树,预测分析表-lexical analyzer input source grammar, syntax tree output forecast analysis Table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:214972
    • 提供者:zhj
  1. Hune2

    0下载:
  2. 用预测分析法实现的语法分析,预测分析表要手动生成-with Forecast and Analysis Method syntax analysis, forecasting analysis must be made manually generated. .
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:79525
    • 提供者:胡恩
  1. ll1forwin

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。- Translation principle LL (1) grammar analyzer input legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table, and will be all
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:33735
    • 提供者:刘远兴
  1. jsq

    0下载:
  2. 。录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4722
    • 提供者:lovicin
  1. LL1ForWin

    0下载:
  2. 编译原理课程设计,LL(1)方法,用FIRST()和FOLLOW(),SELECT(),以及预测分析表-Principles of curriculum design compiler, LL (1) method, FIRST () and FOLLOW (), SELECT (), as well as predictive analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:3383296
    • 提供者:ZOU
  1. 15883834lr0

    0下载:
  2. lr(0)文法及其预测分析表 lr(0)文法及其预测分析表-lr (0) Analysis and prediction of grammar lr (0) Analysis and prediction of grammar lr (0) grammar analysis and forecast table
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:koko
  1. 89346479experimentofll(1)

    0下载:
  2. LL(1)预测分析法(1)判别文法是否为LL(1)文法。为此需要依次计算FIRST集、FOLLOW集和SELLECT集,根据SELLECT集可判断文法否为LL(1)文法。 (2)构造出分析表。根据SELLECT集和文法产生式构造出LL(1)分析表。 (3)进行句子分析。依据分析表判断出某句子是否为给定文法的句子。 -LL (1) Forecast Analysis
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:lucky
  1. yf

    0下载:
  2. 构造实验一所给文法(应考虑改造)的FIRST集合和FOLLOW集合;构造LL(1)分析表;构造预测分析的总控程序;利用分析表、分析栈和总控程序对源程序进行自上而下的语法分输出整个语法分析过程中栈的变化过程及分析结果,如符合语法规则输出“正确”,否则输出“错误”。 -Experiment to construct a grammar (should consider the transformation) of FIRST and F
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:DP
  1. LL1parserVS2010

    0下载:
  2. LL1语法分析器,FIRST集合的构造,FOLLOW集合的构造,消除左递归,预测分析表 C++语言开发,工具VS2010-LL1 parser, FIRST set of the structure, FOLLOW set of the structure, elimination of left recursion, predictive analysis table C++ language development tools fo
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:273408
    • 提供者:jianren2hao
  1. 实验二-LL(1)预测分析

    0下载:
  2. LL(1)预测分析,分析表和分析过程的界面友好(LL (1) forecast analysis, analysis table and analysis process friendly interface.)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:111616
    • 提供者:小艾321
« 1 2 34 5 6 7 8 9 »

源码中国 www.ymcn.org