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

搜索资源列表

  1. DO-WHILE

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(递归下降法、输出三地址表示)-DO-WHILE loop of the translation program design (recursive descent method, the output three-address indicated)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:115311
    • 提供者:long
  1. 20080618084006638178

    0下载:
  2. WHILE循环语句的翻译程序设计(递归下降法、输出三地址表示)-WHILE loop of the translation program design (recursive descent method, the output three-address indicated)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:195129
    • 提供者:王八蛋
  1. do-while

    0下载:
  2. do-while循环语句的翻译(递归下降法。输出三地址),编译原理课程设计-do-while loop statement translation (recursive descent method. Output 3 addresses) Principles of Course Design Compiler
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:136615
    • 提供者:xhouyan
  1. 123

    0下载:
  2. 一个能识别while循环语句的文法,通过一定的变换使它符合递归下降法的要求,输出结果是三地址形式-One can identify the while loop statement grammar, through a certain transformation to make it comply with the requirements of the recursive descent method, the output result is three-address form
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:451882
    • 提供者:长亭壊蛋
  1. pl0

    0下载:
  2. 安递归下降方式设计表达式编译程序,生成pl/0栈式指令代码,解释执行,表达式可为.txt格式,也可在控制台输入-pdf data-Microsoft.NET. framework of the program design- Chinese version of the revised edition of Jeffrey Richter
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:1125434
    • 提供者:xuxun
  1. dgxjcha4_1

    0下载:
  2. 这是一个用C++编写的简单的一个编译器,采用递归下降法,学习编译原理的同学可以看看。-This is a C++, written in a simple compiler, using recursive descent method, students learn principles of compiler can look at.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:204335
    • 提供者:lujingjin
  1. good

    0下载:
  2. 简单的将中缀到后缀的转换,一般是编译实验的第一次实验,主要是递归下降法-Simple to convert infix to suffix is generally compiled the first experimental test
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:178166
    • 提供者:刘鑫生
  1. PL0-classic

    0下载:
  2. 可能是流传最广、最为经典的样板作品,Pascal语言之父、图灵奖获得者Niklaus Wirth在其名著Algorithms + Data Structures = Programs第5章给出的一个递归下降预测分析器实现。毫无疑问,它是用Pascal语言编写的。该编译器生成的目标语言是p-code,一台p- code虚拟机有3个寄存器(程序计数器、基本寄存器和栈顶寄存器)和8条指令(每条指令有多种形式)。-May be the most widely accepted model for the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:4563
    • 提供者:superchangme
  1. 2

    0下载:
  2. 编译原理实现:实现基本的递归下降分析器,能够分析任给的符号串是否为该文法所定义的合法算术表达式。实验报告中要说明分析使用的方法。-Compiler theory to achieve: to achieve the basic recursive descent parser, to analyze whether any given string of symbols for the grammar defined by legal arithmetic expressions. Experi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:56278
    • 提供者:gxt
  1. diguixiajiangchengxu

    0下载:
  2. 递归下降分析程序的构造,采用递归下降法对算术表达式运算、while循环语句、及其分类体系进行分析。-The construction of recursive descent parser, using recursive descent operations on arithmetic expressions, while loop, and its classification system for analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:徐晓柔
  1. YFFXQ

    0下载:
  2. 使用递归子程序法设计一个语法分析程序,自顶向下分析方法. 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到number的值。 2、该
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:194818
    • 提供者:龙一
  1. diguixiajiang

    0下载:
  2. 编译原理语法分析递归下降算法,轻松实现递归下降算法-Compiler theory recursive descent parsing algorithm, recursive descent algorithm easy
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:824
    • 提供者:stone
  1. guangpan1

    0下载:
  2. snl编译器具有词法分析 递归下降和ll1双语法分析 以及其后的语义分析等-snl compiler is lexical analysis of recursive descent and ll1 bilingual semantic analysis and the subsequent analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7171401
    • 提供者:lawlielt
  1. yufa

    0下载:
  2. 语法分析器,编译原理实验,用递归下降分析法,可分析表达式-Parser, compiler theory test, using recursive descent analysis, the expression can be analyzed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:355033
    • 提供者:曲鹏
  1. dgxj

    0下载:
  2. 编译原理一个实验内容,应用递归下降法来计算表达式。-Compile a test content theory, recursive descent method to calculate the expression.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1065710
    • 提供者:陈三石
  1. 1234567

    0下载:
  2. 递归下降法语法分析程序,用C++语言实现的递归下降法语法分析程序。-Recursive descent parser, C++ language using a recursive descent parser
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:21480
    • 提供者:张力
  1. diguixiajiangfenxiqi

    0下载:
  2. 递归下降分析法设计与实现,可以分析E--TG和T--FS-Recursive descent analysis Design and Implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1327
    • 提供者:王龙
  1. fenxi

    0下载:
  2. 编译原理:c语言的语法分析器(使用递归下降法,需从d盘读入分析文件)-Compiler theory: c language parser (recursive descent, be read from the d drive of files)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:sherry
  1. while

    0下载:
  2. do while 递归下降分析法语法语义分析输出为四元式-do while recursive descent analysis grammatical and semantic analysis of the output quaternion type
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2497
    • 提供者:小明
  1. yufafenxi

    0下载:
  2. 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。 利用C语言编制递归下降分析程序,并对简单语言进行语法分析。 -The preparation of a recursive descent parser, lexical analysis program to realize the word provided by the syntax check sequence and structure analysis. Use of C language c
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2169
    • 提供者:zeng
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 »
搜珍网 www.dssz.com