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

搜索资源列表

  1. lr分析

    0下载:
  2. lr分析语法c语言实现,一种至上而下的 分析方法-lr syntax analysis c language, a primacy of analysis method
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:129794
    • 提供者:tgy
  1. 50021523

    0下载:
  2. 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构. -this program consists of two categories, Lexical for lexical analysis, Syntax for syntax analysis. for syntax analysis, the LR (1) analysis, judge procedures meet the provisions
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:80933
    • 提供者:wwwlll
  1. lr(1)

    0下载:
  2. lr分析器采用的是LR(1)分析法,这个LR分析器很好用的喔,不信你试一试-lr analyzer using the LR (1) analysis, the LR analyzer good use Oh, try not trust you!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3432
    • 提供者:wgj
  1. complied

    0下载:
  2. 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21675
    • 提供者:付联榕
  1. syntanalyzer

    0下载:
  2. 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requir
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:88631
    • 提供者:gavinioro
  1. 1111

    0下载:
  2. 实现 LR语法分析技术,功能齐全,操作简单,方便使用。-LR parsing techniques to achieve complete functions, simple operation, easy to use.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:17331
    • 提供者:张花
  1. lro

    0下载:
  2. 1.文法使用产生式来定义;2.给出项目集规范族(即所有的状态)。3.给出状态间的关系。4.给出LR(0)分析表。5.给定符号串判定它是否是文法中的句子,分析过程用分析表格的方式打印出来。-1. Grammars to define the use of production 2. Gives the family of the project set specification (ie all of the state). 3. Given the relationship between t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:20089
    • 提供者:feihu
  1. myjava

    0下载:
  2. 编译原理,LR(0)程序,可以分析串是否出自该文法-Compiler theory, LR (0) program, you can analyze whether the string from the grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:6838
    • 提供者:王绍博
  1. LRAnalyse

    0下载:
  2. 1. 文法使用产生式来定义; 2. 给出项目集规范族(即所有的状态)。 3. 给出状态间的关系。 4. 给出LR(0)分析表。 5. 给定符号串判定它是否是文法中的句子,分析过程用分析表格的方式打印出来。 -It realized the lexical analysis and grammatical analysis function, it was written by C++ language.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:11032
    • 提供者:Trista
  1. Copy-of-LR0ForWin

    0下载:
  2. LR(0)分析表构造,窗口化MFC。实现LR(0)分析表的构造。 构造一程序,实现LR(0)分析表构造算法,识别文法活前缀的DFA输出LR(0)分析表,可输出到指定文件中。-LR ( 0) analysis table structure, window MFC. Realization of LR ( 0) analysis table structure. Constructing a program, LR ( 0 ) analysis table construction algorit
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-10
    • 文件大小:2267814
    • 提供者:时连标
  1. LR-analyer

    0下载:
  2. 编译原理中用LR分析器分析句子,LR分析法是规范推导的逆过程-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:2188
    • 提供者:杜坤
  1. LR(1)

    0下载:
  2. LR 语法分析程序 很好用哦-LR parser good Oh ~ ~ ~ ~ ~ ~ ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3110
    • 提供者:丁一
  1. LR0

    0下载:
  2. LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成-Structure content LR (0) analysis table: Known grammar G, write a program to automatically generate analysis table by the grammar to LR (0).
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5570519
    • 提供者:zyq
  1. LR-analyse

    0下载:
  2. 这是一份LR语法分析的源代码,希望对你有所帮助!-This is a source file for LR analyse,I hope it can help you!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:17723
    • 提供者:zhoufeng
  1. LR

    0下载:
  2. LR语法分析器 用java编写,便于较好的理解lr语法分析-LR Parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:240912
    • 提供者:江喆芸
  1. LR

    0下载:
  2. 实现一个关于表达式的LR语法分析程序,识别用户输入的包含变量与整数的混合算术表达式-Implement an LR parser about expressions, identify the user entered contains variables and mixed integer arithmetic expressions
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:1251
    • 提供者:徐蓉
  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. LR0

    0下载:
  2. LR0语法分析,要求:(1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。-LR0 parsing requirements: (1) direct input grammar based on the known structure of LR (0) Analysis Table. (2) Enter the known grammar of item
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:2992163
    • 提供者:小飞
  1. LR(1)

    0下载:
  2. 在eclipse环境下面,通过java语言实现简单语言的语法分析工作。(Under the eclipse environment, the syntax analysis of simple languages is implemented through the Java language)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:7168
    • 提供者:victorytein
  1. LR分析器

    0下载:
  2. 用于编译原理课程的实验,LR分析实验代码,可以直接用,便于读者理解LR分析流程。(For compiler theory course experiment, LR analysis experiment code, can be directly used to facilitate readers to understand LR analysis process.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:波波波司机
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com