CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 文法分析器

搜索资源列表

  1. Parsing

    0下载:
  2. 对文法E -> E+T | E-T | T T -> T*F | T/F | F F -> id | (E) | num的LL(1) LR语法分析器 -On grammar E-> E+T | ET | TT-> T* F | T/F | FF-> id | (E) | num of LL (1) LR parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3878
    • 提供者:yingkkk
  1. The-parser

    0下载:
  2. 语法分析器,按照文法规则进行代码的分析工作-The parser, carried out in accordance with the rules of grammar code analysis work
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2190988
    • 提供者:青心
  1. Three-address-code

    0下载:
  2. 三地址代码分析器,按照文法规则进行代码的三地址分析-Three address code analyzer, carried out in accordance with the rules of grammar code analysis of the three address
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2298376
    • 提供者:青心
  1. syntactic-analyzer

    0下载:
  2. 用Yacc编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-With Yacc write a parser, so that combined with the lexical analyzer that depending on the context-free grammar of language, whether the input word sequence recognition grammar of the senten
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:321729
    • 提供者:xiaowang
  1. lexical-analyzer

    0下载:
  2. 用递归下降法编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-Write a parser using recursive descent method, combined with the lexical analyzer makes it possible depending on the context-free grammar of language, whether the input word sequence recogn
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:209490
    • 提供者:xiaowang
  1. test1

    0下载:
  2. 针对简单的文法(PASCAL语言子集),制作相应的词法分析器和递归下降的语法分析器-lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:59884
    • 提供者:lin
  1. 3-bianyichengxu-ppt

    0下载:
  2. 编译原理资料:第三章,词法分析。词法分析器的设计与实现,正规表达式与有穷自动机,正规文法与正规式,正规文法与有限自动机的等价性-Compiler theory Information: Chapter III, lexical analysis. Design and implementation of lexical analyzer, regular expressions and finite automata, formal grammars and formal style, form
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:9269554
    • 提供者:zhouxinlin
  1. LR0

    0下载:
  2. 对任意给定的文法G,完成识别文法活前缀的DFA、DFA的状态转化矩阵及LR(0)项目集规范族的构造;判断该文法是否为LR(0)文法,实现LR(0)分析表的构造,并输出到指定文件中;实现LR(0)分析器总控程序,对输入的表达式进行语法分析。-LR (0) Analysis Table and analyzer of structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:180586
    • 提供者:言诺
  1. yufafenxi

    0下载:
  2. 熟悉判断LL(1)文法的方法及对某一输入串的分析过程。,学会构造LL(1)语法分析表,完成语法分析器程序,并分析一段程序,输出分析过程 -Familiar judgment LL (1) grammar of a method and the input string analysis process. Structure LL (1) parsing table, complete parser program and a program to analyze the output ana
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4291
    • 提供者:赵雪
  1. 3

    0下载:
  2. c语言词法分析器,输入文法,可以自动翻译出单词,有注释,可改-c language lexical analyzer, enter the grammar, you can automatically translate the words, notes, can be changed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1094
    • 提供者:杜海镔
  1. win_flex_bison-2.5

    0下载:
  2. GNU bison 是属于 GNU 项目的一个语法分析器生成器。Bison 把一个关于“向前查看 从左到右 最右”(LALR) 上下文无关文法的描述转化成可以分析该文法的 C 或 C++ 程序。它也可以为二义文法生成 “通用的 从左到右 最右” (GLR)语法分析器。(GNU bison is a parser generator that belongs to the GNU project. Bison transforms a descr iption of "forward v
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-19
    • 文件大小:653312
    • 提供者:woshichen
  1. test3

    0下载:
  2. 编译原理语法分析,对下述文法和单词表定义的语言设计编制一个语法分析器。(Compiler theory syntax analysis.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:2485248
    • 提供者:冲田
  1. ReFa.tar

    0下载:
  2. 正规文法到不确定自动机的转换,词法分析器的内容(The transformation of the formal grammar to the uncertain automata, the content of the lexical analyzer)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:王博文
« 1 2 3 4 5 6 7 8»
搜珍网 www.dssz.com