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

搜索资源列表

  1. bnf

    0下载:
  2. BNF 递归下降语法分析器 文法: E->E+T|T T->T*F|F F->(E)|i-BNF recursive grammar decline parser : E -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:keke
  1. dgxjyffxq

    0下载:
  2. 递归下降语法分析器,如果有错误,请把getch()改成getchar() 把putch()改成putchar()VC6.0下编译执行OK-recursive syntax analyzer decline, if there was any mistake. Please getch () changed getchar () putch () changed putchar () V under +6.0 compiler implementation OK
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:JOHN
  1. dgxjf

    0下载:
  2. 一个递归下降语法分析器。 测试数据为 i a + nul ( nul i b * nul i c ) nul # nul -dropped a recursive grammar analyzers. Test data for a nul i (i nul nul i b * c) nul nul #
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6.82kb
    • 提供者:burgessx
  1. d

    0下载:
  2. 递归下降语法分析器
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.86kb
    • 提供者:zhw
  1. 递归下降分析器/词法分析

    2下载:
  2. 实现了简单词法分析和语法分析 实现平台eclipse
  3. 所属分类:编译器/词法分析

  1. 递归下降分析器

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

  1. 语法分析器:递归下降子程序的编写

    0下载:
  2. 语法分析器:递归下降子程序的编写 通过本实验,了解递归下降预测分析的原理和过程以及可能存在的回溯问题,探讨解决方法,为预测分析表方法的学习奠定基础。分析递归下降子程序的优缺点。-Parser: recursive descent routines written by this study to understand the principle of recursive descent and the process of predictive analysis, and possibl
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-22
    • 文件大小:218.96kb
    • 提供者:李鹏飞
  1. yufafenxi.rar

    0下载:
  2. 程序名称: 递归下降语法分析器 程序用途: 编译原理实验 实验题目: 识别下列表达式 E->E+T|T T->T*F|F F->(E)|i ,Name: recursive descent parser program purposes: to compile the experimental subject of experiment: Identify the following expression of E-> E+ T | T T-> T* F |
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:853byte
    • 提供者:zdh
  1. compil

    0下载:
  2. C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:娃娃
  1. parser

    0下载:
  2. 采用递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入:词法分析阶段的输出文件 程序的输出:存储了抽象语法树相关信息的XML格式的文件 -Decline in the use of recursive analysis method to achieve C0 language parser, which indicated that the use of intermediate abstract syntax tree form. Proced
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:3.44kb
    • 提供者:
  1. 142

    0下载:
  2. 编译原理中的递归下降语法分析器写得不好请凉解-Compilation Principle of Recursive dropped poorly written parser please cooler solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.4kb
    • 提供者:刘阳
  1. lexer

    0下载:
  2. 采用递归下降的语法分析器,语法为简单的fortran语言-Decline in the use of recursive parser, grammar for simple fortran language
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:2.42kb
    • 提供者:weishantc
  1. yufafengqi

    0下载:
  2. 一个递归下降的语法分析器,很好的哦,希望大家能够喜欢,-A recursive descent parser in, oh well, hope that we can like it,
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:三毛
  1. LL

    0下载:
  2. 递归下降分析法实现LL(1)文法的语法分析器-Recursive implementation fell analysis LL (1) grammar parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:65.19kb
    • 提供者:马烈
  1. Cpp2

    0下载:
  2. 递归下降算法,自顶向下语法分析器的设计与实现 -递归下降算法
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1.31kb
    • 提供者:屈文丽
  1. cifa

    0下载:
  2. 词法分析器与递归下降的语法分析器的结合,含有实验报告,用c语言编写-Lexical analyzer and recursive-descent parser combination, containing experimental report, using c language
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:152.02kb
    • 提供者:yanjie
  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 simplification can then construct the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:70.8kb
    • 提供者:zhangxueli
  1. Simple-syntax-parsers

    0下载:
  2. 简单递归下降语法分析器,只能识别整形数据,需要可自行添加其他类型-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:2.89kb
    • 提供者:leaot
  1. Pyufafenxir

    0下载:
  2. 程序名称: 递归下降语法分析器程序用途: 编译原理实实验实验题目: 识别下列表达式E,已通过测试。 -The name of the program: the program uses a recursive descent parser: compiler theory real experiment experimental subject: Identify the following expression E, pass the test.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:919byte
    • 提供者:wzzling
  1. ex2

    0下载:
  2. 编译原理实验,实现递归下降语法分析,比较简单的小程序(Compiler theory experiments, recursive descent syntax analysis, relatively simple procedure)
  3. 所属分类:其他

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