搜索资源列表

  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-06
    • 文件大小:1626112
    • 提供者:停留
  1. ll1

    0下载:
  2. 实现ll(1)文法的演示,vc++编写,可实现演示-ll(1)grammar showbiz
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:3432448
    • 提供者:爱的痕
  1. 2

    0下载:
  2. 词法分析器,基于LL(1)的词法分析器,可以进行词法的基本分析- Lexical analyzer, lexical analyzer based on LL (1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:191488
    • 提供者:zhao jin
  1. Grammar-analyzer

    0下载:
  2. 编译原理中的LL(1)语法分析器,利用Visual C++6.0实现-Compiling principle of LL (1) grammar analyzer, use of Visual C++ 6.0 realized
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:2034688
    • 提供者:张三
  1. grammar-analyser

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

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

    0下载:
  2. ll(1)&& 算符优先,其他的词法分析部分可以忽略-just ll(1) and Operator priority
  3. 所属分类:其它资源

    • 发布日期:2024-05-06
    • 文件大小:153600
    • 提供者:王锦程
  1. LL--Syntax-analysis

    0下载:
  2. 编译原理中用c++编写的ll语法分析器,LL语法分析器-LL Syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:1872896
    • 提供者:dlq
  1. LL1-parser

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

    • 发布日期:2024-05-06
    • 文件大小: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-06
    • 文件大小: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-06
    • 文件大小:16384
    • 提供者:分界线
  1. LL1

    0下载:
  2. 编译原理的课程设计。题目为“WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)”。创新之处在于,可以翻译多层循环语句(理论上是无限的,示例为4层while循环语句)-Compiler theory of curriculum design. Entitled " the WHILE loop statement translation program design (LL (1) method, output quat
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:110592
    • 提供者:afei
  1. ll1

    0下载:
  2. LL(1)文法的实现,主要包括文法的读取、消除左递归、求First集、Follow集、Select集,生成预测分析表,对给定句子分析是否符合文法。-LL (1) grammar implementations, read mainly include grammar to eliminate left recursion, seeking First set, Follow Set Select set generate predict
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:2284544
    • 提供者:czl
  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-06
    • 文件大小:233472
    • 提供者:陈腾达
  1. ll1

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-The translation program design of the WHILE loop (LL (1) method, output three address said)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:251904
    • 提供者:gsm
  1. compiler

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

    • 发布日期:2024-05-06
    • 文件大小: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-06
    • 文件大小:1757184
    • 提供者:向月车
  1. project4LL(1)

    0下载:
  2. 基于LL(1)实现的C-语言语法分析器,编译原理课程设计-Based on LL (1) to achieve a C-language parser, compiler theory of curriculum design
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:4392960
    • 提供者:zz
  1. Compile_Lab3

    0下载:
  2. LL(1)语法分析设计原理与实现技术。语法分析的设计方法和实现原理;LL(1 )分析表的构造;LL(1)分析过程;LL(1)分析器的构造-LL (1) parsing design principles and implementation techniques. Syntax analysis methods and principles of design LL (1) parsing table structure LL (1
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:177152
    • 提供者:春春
  1. compile_lab2

    0下载:
  2. 递归下降分析。描述算术表达式的LL(1)文法的递归下降分析程序     G[E]: E→TE′     E′→ATE′|ε     T→FT′     T′→MFT′|ε     F→ (E)|i     A→+|-     M→*|/-Recursive descent. Descr iption arithmetic expressions LL (1) grammar recursive descent
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:168960
    • 提供者:春春
  1. PredictionAnalysis

    0下载:
  2. 编译原理内容。LL(1)文法判断,构造语法分析器。-Compiler theory content. LL (1) grammar judgment, constructed parser.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:862208
    • 提供者:贞子
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org