搜索资源列表

  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. 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. 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. Syntax

    0下载:
  2. 基于c的语法分析程序,采用LL分析法,用于编译原理的学习,有详细注释-C-based parser, using LL analysis, compiler theory for the study, detailed comments
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:1656832
    • 提供者:朱华
  1. LL1sy

    0下载:
  2. 此程序是实现编译原理中LL(1)文法分析的,对任意输入LL(1)文法,自动构造LL(1)分析表并生成相应的语法分析程序,实现LL(1)分析过程;能对输入串进行语法分析,判断其是否符合文法。-Compile this program is to achieve the principle of LL (1) grammar analysis, for any input LL (1) grammar, automatically cons
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:1129472
    • 提供者:Feng
  1. digui

    0下载:
  2. 递归下降语法分析设计原理与实现技术 完成以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/ -Recursive descent parsing design principles and implementation techniques to complete the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:668672
    • 提供者:任红伟
  1. Grammer_analysis_program

    0下载:
  2. 北邮 编译原理与技术 课程实验 语法分析程序 用C++实现,包含递归下降分析,LL(1),LR(1),YACC的所有源代码及测试输入文件-Compile didactical building principle and technology experiment grammar analysis in c++ program implementation, include recursively to analysis, LL (1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:1626112
    • 提供者:停留
  1. LL1

    0下载:
  2. LL1语法分析,很好的能够编译啊我的朋友,希望你能成功-LL DGAGD DG
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:12288
    • 提供者:王博
  1. ll-slr

    0下载:
  2. lr ,slr 语法分析,编译原理中的小程序,可以来体验一下-lr ,slr
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:283648
    • 提供者:hyq
  1. grammar-analyser

    0下载:
  2. 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:1485824
    • 提供者:chenlu
  1. LL1-parser

    0下载:
  2. <编译原理课程设计>利用LL(1)分析算法,手工实现语法分析器-LL (1) parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:
  1. SA

    0下载:
  2. 编译原理课程的语法和词法翻译程序,使用的是LL(1)分析方法-Compiler theory curriculum of grammar and lexical translation process, using the LL (1) analytical methods
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:412672
    • 提供者:dodo
  1. TLL1h

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器,已通过测试。 -Elimination of left recursive grammar to the grammar to meet the parser to determine the top-down analysis of the conditions of an LL (1) analysis method has been te
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:分界线
  1. LL1fx

    0下载:
  2. 编译原理中的LL(1)语法分析程序,帮助学生了解编译器的工作过程-Compilation principle of LL (1) grammar analysis program and help students to understand the working process of the compiler
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:233472
    • 提供者:陈腾达
  1. compiler

    0下载:
  2. 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:635904
    • 提供者:Jagtu
  1. compiler

    0下载:
  2. 设计并实现SNL程序设计语言的编译程序; 四个模块: 词法分析模块 语法分析模块(递归下降方法) 语法分析模块(LL(1)方法) 语义分析模块 -The compiler source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:777216
    • 提供者:杨世亚
  1. code

    0下载:
  2. 北邮大三上编译原理,语法分析程序源代码,有:LL(1)语法分析算法,LR(1)语法分析算法。-BUPT junior on compiler theory, syntax analysis program source code, there are: LL (1) parsing algorithm, LR (1) parsing algorithms.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:1757184
    • 提供者:向月车
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:1000448
    • 提供者:许大卫
  1. compile

    0下载:
  2. 用Java实现的基于SNL语言的词法分析与LL(1)语法分析编译器(Java implementation using SNL language lexical analysis, and LL (1) syntax analysis compiler)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:6172672
    • 提供者:哈哈aa
  1. 语法分析器

    0下载:
  2. 该程序使用的自上而下的LL(1)分析法,,该文法不允许左递归,首先要消除左递归。(The program uses the top-down LL (1) analysis method, which does not allow left recursion, and the left recursion is first eliminated.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2194432
    • 提供者:寻常j
« 1 2 3 4 5 67 8 9 10 11 12 13 »

源码中国 www.ymcn.org