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

搜索资源列表

  1. yufayuyifenxi

    0下载:
  2. 语法 语义 分析器 简单优先文法 输出逆波兰式-syntactic and semantic analyzer simple grammar priority output inverse Polish
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:44906
    • 提供者:liuyang
  1. 20070213ekhtml-0.3.1

    0下载:
  2. 一个开源heml语意分析器 ekhtml: The El-Kabong HTML parser SUMMARY: El-Kabong: A speedy, yet forgiving, SAX-stylee HTML parser. PROJECT INFORMATION: Web Site: ekhtml.sourceforge.net The web site contains links to locations wher
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:272020
    • 提供者:yqw
  1. yuyi11

    0下载:
  2. 这是编译原理的语义分析器的java代码-This is the principle of compiling the Semantic Analyzer java code
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:34574
    • 提供者:康抗
  1. java

    0下载:
  2. 使用C++实现的Java语言子集词法、语法、语义分析器-The use of C++ The Java language to achieve a subset of lexical, grammatical, semantic analyzer
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:1510648
    • 提供者:郭伟
  1. 13898405YFFXQ

    0下载:
  2. 超好用的语法语义分析器,希望对诸位有用,简单实用!-The syntax of the semantic analyzer超好用hope you useful, simple and practical!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4406
    • 提供者:王聪
  1. bianyiyuanli

    2下载:
  2. 我的编译原理实验,包括一个词法分析器,一个酸腐优先的语法分析器,一个语义分析器-I compiled the experiment, including a lexical analyzer, a priority酸腐parser, a semantic analyzer
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-01-11
    • 文件大小:10115
    • 提供者:王家玮
  1. SLR(1)Analyzer

    0下载:
  2. 计算机编译原理相关实验3:一个用SLR(1)文法自底向上的语义分析器-Compilation Principle of computer-related experiment 3: a used SLR (1) Bottom-up grammar semantic analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:169637
    • 提供者:shulin
  1. bianyiqi

    1下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:11278
    • 提供者:lilianjie
  1. JavaLex_Java2Asm

    0下载:
  2. 用C++作为宿主语言完成Java 语言子集语法、语义分析器。完成文法描述的Java 源代码的语法分析、语义分析及代码生成。代 码生成的目标代码为MASM 汇编代码-Using C++ as the host language to complete a subset of Java language syntax, semantic analyzer. Complete grammar of the Java source code to describe the syntax analys
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1502328
    • 提供者:房兴华
  1. Translate

    0下载:
  2. 编译原理实验,包含词法分析,语法分析(递归下降和LL1),语义分析-Compiler experiment, including lexical analysis, syntax analysis (recursive descent and LL1), semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:217476
    • 提供者:zhaochongbo
  1. compilador

    0下载:
  2. semantic analyzer C/ bison it loads files in a custom version of ALFA languaje and it converts them to assembly code. useful as compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:371198
    • 提供者:apriliars
  1. chen2

    0下载:
  2. 语义分析器的c++代码实现,能够从用户输入的源程序中识别一个个单词,并将用户命令以四元式形式输出-Semantic analyzer c++ code can be input from the user to identify the source of a word, and user-type command to quaternion form of the output
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1956
    • 提供者:陈苑缘
  1. while

    0下载:
  2. 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
  1. hanshu

    0下载:
  2. 函数绘图语言的词法分析器,语 义分析器-Function of lexical mapping language analyzer, parser, semantic analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:661725
    • 提供者:江哲
  1. compiler

    0下载:
  2. 该语义分析器能实现编译器的前端,适用于自上而下的语法分析。在语法分析的同时加进语义动作,实现一遍处理,能提高对编译原理课程的理解-Semantic Analyzer to achieve the compiler front-end for top-down parsing. At the same time in the analysis of syntax into semantic actions to deal with the realization of it, the compil
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:217478
    • 提供者:陈玉祥
  1. yuyi

    0下载:
  2. 语义分析器,将语义分析程序编制成子程序,在语法分析器分析出各语法单位后,分析其含义,并将可执行语句或表达式翻译为四元式输出,并将错误信息输出。-Semantic analyzer, semantic analysis program compiled subroutines, in the parser analyzes the syntax of the unit, analyze its meaning, and translated into an executable statement
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1618
    • 提供者:陈美娟
  1. syntax.c

    0下载:
  2. 一个用C语言实现的简单的语义分析器。可作为编译原理课的参考。-A simple to use C language semantic analyzer.Can use it as a reference in Compiler theory class.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:1948
    • 提供者:baiguo
  1. bianyi

    0下载:
  2. 我的编译原理实验,包括一个词法分析器,一个酸腐优先的语法分析器,一个语义分析器-I compiled the experiment, including a lexical analyzer, a priority酸腐parser, a semantic analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:673553
    • 提供者:孔琦
  1. yyfx

    0下载:
  2. 汇编,语义分析器,把代码转为3元码,简单的算数运算转换-Assembly, semantic analyzer, the code to three yuan code, a simple arithmetic transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1562
    • 提供者:地方a
  1. Semantic-analysis

    0下载:
  2. 编译原理语义分析器,C++代码编写,基于DEVC++ 代码行数 1800+ 内含主要文件:cpp源代码,exe执行文件-Compiler theory semantic analyzer C++ code, containing key documents: write, based on DEVC++ the number of lines of code 1800+, cpp source code, exe executable file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:171390
    • 提供者:biancheng
« 12 »
搜珍网 www.dssz.com