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

搜索资源列表

  1. 简易语法分析程序LL

    0下载:
  2. 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine whether to LL (1) grammar, a
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-07-01
    • 文件大小:82442
    • 提供者:赵珊珊
  1. c语法分析

    0下载:
  2. 语法分析 希望可以帮助同学在语法分析上有所帮助- The grammar analysis hope may help the schoolmate to have the help in the grammar analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:梁鹤
  1. 词法分析和语法分析

    1下载:
  2. 词法分析和语法分析
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2472
    • 提供者:曾巧
  1. LL1语法分析

    0下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是LL1语法分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this principle is to compile the source code, the comp
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:13702
    • 提供者:
  1. 简易语法分析程序

    0下载:
  2. 编译原理课程的试验中的语法分析部分,程序比较长,附带报告-compiler theory courses in grammar test analysis, long procedures, fringe report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:197900
    • 提供者:开心果
  1. 编译课程中有关语法分析问题的探讨

    0下载:
  2. 编译课程中有关语法分析问题的探讨,需要的朋友就下,谢谢支持。-Build courses on syntax analysis of the problem, it needs friends, thank you support.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:104345
    • 提供者:news
  1. 编译原理—词法分析和语法分析 实验报告

    2下载:
  2. 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52082
    • 提供者:张学友
  1. 词法语法分析

    1下载:
  2. 一个经典的词法语法分析程序的源代码,从词法分析入口其词法分析出口为语法分析入口-a classic syntax analysis of a program's source code, imported from the lexical analysis of its lexical analysis exports syntax analysis entrance
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:230787
    • 提供者:鲍婧
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. 11语法分析22

    0下载:
  2. 对所输入的语句进行语法分析,判断是否符合语法标准,以便以后对其进行语义分析。-right to import statement for grammatical analysis, judgment, whether or not the standard syntax for its future semantic analysis.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:12019
    • 提供者:gaoyan
  1. 编译原理课程设计 SLR(1)语法分析

    0下载:
  2. 编译原理课程设计 SLR(1)语法分析!我做的,就是没有运行结果,大家先用着-Course Design Compiler Principle SLR (1) syntax analysis! I do, is not running, we used to first
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15781
    • 提供者:超杰
  1. 词法分析+语法分析+中间代码生成

    3下载:
  2. 词法分析+语法分析+中间代码生成
  3. 所属分类:编译器/词法分析

  1. 语法分析实验报告

    0下载:
  2. 编译原理 语法分析 bison生成 PL0编译器
  3. 所属分类:文档资料

    • 发布日期:2011-11-27
    • 文件大小:114688
    • 提供者:caobokai@qq.com
  1. 编译原理实验 词法分析器 LL1 语法分析

    2下载:
  2. 编译原理实验 词法分析器 LL1 语法分析 ,Compiler lexical analyzer experiment LL1 parsing
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-24
    • 文件大小:54758
    • 提供者:yi
  1. gaSQLParser_0.05alpha.zip

    0下载:
  2. 一个sql语法分析程序, A sql grammar analysis program
  3. 所属分类:Database system

    • 发布日期:2017-11-08
    • 文件大小:85665
    • 提供者:
  1. flex++-2.3.8-7.tar.Z

    0下载:
  2. 生成C++的词法/语法分析的Flex语法分析器 ,Flex syntactic and phrase parser which can produce C++ code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:341783
    • 提供者:
  1. bianyikssybg

    0下载:
  2. 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:121065
    • 提供者:李然
  1. LL1ParsingCode

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,判断是否为LL1文法,还可以再输入任意的一个句子,然后对其进行分析,给出分析进栈出战的详细过程-LL1 parser, enter the grammar of expression that can automatically predict the output table to determine whether the LL1 grammar, you can enter any of a sentence, and then a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:4562
    • 提供者:张志宇
  1. COMPILE

    0下载:
  2. 一个简单的JAVA编译原理作业 词法分析 语法分析 语义分析 -JAVA compile a simple operating principle of lexical semantic analysis of grammatical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:32579
    • 提供者:520
  1. 230157

    0下载:
  2. 编译原理算符优先文法自上而下的语法分析程序的算法-Principle of the priority operator compiler grammar parser top-down algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:357181
    • 提供者:roger
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com