搜索资源列表

  1. 编译原理及实践

    0下载:
  2. 目      录
    译者序
    前言
    第1章   概论 1
    1.1   为什么要用编译器 2
    1.2   与编译器相关的程序 3
    1.3   翻译步骤 5
    1.4 

  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. ssbdxqz

    0下载:
  2. 一个利用递归下降分析方法,实现算术表达式的值,是一个非常值得参考的程序,是学习编译原理的首选.-a decline in the use of recursive analysis method, the value of arithmetic expressions is a very worthwhile reference to the procedures, compiler theory is the study of cho
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6688
    • 提供者:xym
  1. 递归下降分析方法

    0下载:
  2. 根据某一文法编制调试递归下降分析程序,以便对任意输入的符号串进行分析。的目的主要是加深对递归下降分析法的理解。-prepared under a debugger recursive grammar drop analysis procedures for the importation of arbitrary strings of symbols for analysis. The main purpose is to deepen
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1710
    • 提供者:
  1. 递归下降分析器

    0下载:
  2. 目的】 使用递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握手工编写语法分析程序的方法。 【要求】 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进
  3. 所属分类:编译器/词法分析

  1. 递归下降分析方法

    0下载:
  2. 根据某一文法编制调试递归下降分析程序,以便对任意输入的符号串进行分析。的目的主要是加深对递归下降分析法的理解。-prepared under a debugger recursive grammar drop analysis procedures for the importation of arbitrary strings of symbols for analysis. The main purpose is to deepen
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:
  1. 0120310340817

    0下载:
  2. 递归下降方法完成的条件语句分析 包含设计报告-decline recursive method to complete the analysis of a conditional statement contains design report
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:319488
    • 提供者:何锐
  1. ssbdxqz

    0下载:
  2. 一个利用递归下降分析方法,实现算术表达式的值,是一个非常值得参考的程序,是学习编译原理的首选.-a decline in the use of recursive analysis method, the value of arithmetic expressions is a very worthwhile reference to the procedures, compiler theory is the study of cho
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:160768
    • 提供者:
  1. pl0.ok1

    0下载:
  2. 经过修改的PL0编译程序源码,对于编译原理初学者来说,是一个不错的参考程序,有利于递归下降方法的理解,包括词法分析,语法分析和语义生成,并可以在虚拟机上执行。-revised PL0 compiler source code, compiler theory beginners, is a good reference procedures, it dropped recursive method to the understandin
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:1192960
    • 提供者:
  1. yuyi

    0下载:
  2. 递归下降方法实现的类C语言的语义分析程序-recursive method decreased the Class C language semantic analysis procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:16384
    • 提供者:魏本峰
  1. parsing

    0下载:
  2. 采用递归下降语法分析方法进行语法分析,编译原理大作业,语法分析-Decline in the use of recursive grammar grammar analysis methods analysis, compiling principle large operations, analysis of grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:143360
    • 提供者:oscarfuture
  1. bianyi

    0下载:
  2. 编译原理中的语法分析和语义分析,基于递归下降的方法。-Compiler Construction Principles of grammar analysis and semantic analysis, based on the recursive descent method.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:378880
    • 提供者:xiaohui
  1. diguixiajiangyufafenxi

    0下载:
  2. 实现基本的递归下降分析器,能够分析任给的符号串是否为该文法所定义的合法算术表达式。实验报告中要说明分析使用的方法。-The realization of the basic recursive declined Analyzer, to analyze any given string of symbols of the grammar defined by whether or not the legitimate arithmeti
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:39936
    • 提供者:赵文
  1. 20062445893021

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-if-else conditional statements translation procedures, LR method, the output quaternion type element-type, recursive descent method to write the if. . else con
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:13312
    • 提供者:协力
  1. Recursive_descent_parser

    0下载:
  2. 通过设计、编制、调试一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,掌握常用的语法分析方法。通过本实验,应达到以下目标: 1、掌握从源程序文件中读取有效字符的方法和产生源程序的内部表示文件的方法。 2、掌握词法分析的实现方法。 3、上机调试编出的词法分析程序。 -By designing, developing, debugging a recursive descent parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:7168
    • 提供者:李方
  1. zhangxinger

    0下载:
  2. 张幸儿版编译原理课后解答,可以帮助了解编译原理这门功课-ZHANG Xing theory compiled version of after-school child answers can help us understand this door homework Compilation Principle
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-26
    • 文件大小:526336
    • 提供者:llm
  1. RecursiveDescentParser

    0下载:
  2. 一种自顶向下的语法分析方法的思想,根据文法的产生式规则绘制相应的转换图,并能对之进行简化,继而构造出相应的递归下降分析器。-A kind of top-down method of syntax analysis of the idea, according to the grammar production rules mapping the corresponding conversion map and the simplifi
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:72704
    • 提供者:zhangxueli
  1. Compiler

    0下载:
  2. 原创的课程设计的MFC编写的编译原理源程序,内包括sample语言的词法分析,语法分析和部分语义分析,能输出错误信息,语法采用的是递归下降分析方法。内含大量测试代码,方便学习-The compilation of the principle to write MFC source program, including sample in morphology analysis of language, grammar analysis
  3. 所属分类:界面编程

    • 发布日期:2024-05-26
    • 文件大小:5289984
    • 提供者:欧磊
  1. lexer

    0下载:
  2. 递归下降分析器的基本构造方法是,对文法的每个非终结符号,都根据其产生式的各个候选式的结构,为其编写一个对应的子程序(或函数),该子程序完成相应的非终结符对应的语法成分的识别和分析任务。因此,递归下降分析器的语法分析子程序的功能是,对某个非终结符,用规则的右部符号串去匹配输入串。分析过程是按文法规则自上而下一级一级的调用有关子程序来完成。本系统采用的就是递归下降分析方法。-The recursive descent parser cons
  3. 所属分类:C#编程

    • 发布日期:2024-05-26
    • 文件大小:600064
    • 提供者:杨蕊
  1. yufafenxi

    0下载:
  2. 使用的文法如下: E ? TE ¢ E ¢ ? + TE ¢ | e T ? FT ¢ T ¢ ? * FT ¢ | e F ? (E) | id 对于任意给定的输入串(词法记号流)进行语法分析,通过递归下降方法和非递归预测分析方法来实现(The syntax analysis of any given input string (lexical token stream) is
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:slalago
  1. 语法分析

    0下载:
  2. 掌握递归下降分析法主要原理,掌握文法改造方法(Master the principal principle of recursive descent analysis and master the method of grammatical transformation)
  3. 所属分类:句法分析

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:九九。
« 12 3 »

源码中国 www.ymcn.org