搜索资源列表

  1. Program2

    0下载:
  2. 完成算术表达式的LL(1)文法的递归下降分析的程序,输入为二元式,输出是否符合所给文法
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:225280
    • 提供者:王秋萍
  1. analyse

    0下载:
  2. 递归下降分析法 (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i -Recursive drop analysis (1) E-
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:suddy
  1. luobo

    0下载:
  2. 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式。-Decline based on recursive analysis loop WHILE E DO S1 syntax and semantic analysis procedures, including E for Boolean expressions, S1 for the assig
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:frank
  1. Translate

    0下载:
  2. 编译原理课程设计。DO-WHILE循环语句的翻译程序设计(递归下降法、输出四元式)-Compilation Principle course design. DO-WHILE loop design of the translation process (recursive descent method, the output quaternion style)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:839680
    • 提供者:王旭东
  1. cck

    0下载:
  2. 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式-Decline based on recursive analysis loop WHILE E DO S1 syntax and semantic analysis procedures, including E for Boolean expressions, S1 for the assign
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:frank
  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-20
    • 文件大小:39936
    • 提供者:赵文
  1. while_diguixiajiang_sandizhi

    0下载:
  2. while语句的递归下降法,输出为三地址代码 小弟初来咋到,所以比较简陋,但是完美的实现了编译老师的要求-while the recursive descent method statement, the output for the three-address code to the boy first came yesterday, it is more primitive, but the compiler to achiev
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:427008
    • 提供者:云飞
  1. while

    0下载:
  2. 此为WHILE语句的翻译程序,用C++编写,用递归下降法实现-This is the WHILE statement translation process, using C++ Prepared, using recursive descent method to achieve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:雷雨露
  1. yufa

    0下载:
  2. 编译原理实验递归下降语法分析源程序,判断句子是否符合文法规定-Principle of recursive descent compiler experimental analysis of source grammar to determine whether the sentence in line with the provisions of grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:胡苗
  1. yuyi

    0下载:
  2. 编译原理实验语义分析源程序,采用递归下降语法制导翻译-Compiler source semantic analysis principle experiment, using recursive descent grammar-guided translation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:胡苗
  1. Compile

    0下载:
  2. 1. 系统功能:能读取词法分析结果进行语法分析,在语法分析的同时进行语义分析,生成中间代码; 2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 3. 算法:递归下降分析法的实现; -1. Conduct anti department features 取 trees millet To: Yang Kui Xu Fu Subaru vehicles other shallow , Pleiades Pan
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:286720
    • 提供者:vivien
  1. yufafenxi

    0下载:
  2. 一个递归下降分析程序,实现了对语法分析程序所提供是单词序列的语法检查和结构,并实现了简单语言进行语法分析.-A recursive descent parser to realize a parser is provided by the word sequence and structure of the grammar checker, and the realization of a simple language syntax
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:251904
    • 提供者:dingfeng
  1. yufafenxi

    0下载:
  2. 用VC++编制的一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-With VC++ Prepared a recursive descent parser to achieve lexical analysis procedure provided by the word sequence and structure analysis of grammar checker.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:214016
    • 提供者:阿德
  1. CAL

    0下载:
  2. 用递归下降的LL1文法实现的可编程计算器-Using recursive grammar LL1 decline in the realization of a programmable calculator
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1581056
    • 提供者:田伟
  1. 1345135133

    0下载:
  2. 利用c语言编制递归下降分析程序,并对简单语言进行语法分析-C language using recursive descent parser, and a simple language syntax analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:无名
  1. yufa

    0下载:
  2. 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by th
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:李鸿
  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-20
    • 文件大小:13312
    • 提供者:协力
  1. 52314112234

    0下载:
  2. 题目:语义分析程序 要求:采用递归下降语法制导翻译法,对算术表达式,赋值语句进行语义分析并生成四元式序列. -Title: Semantic Analysis of procedural requirements: the use of recursive descent grammar-translation method guidance for arithmetic expressions, assignment stat
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:148480
    • 提供者:xieli123
  1. 77433621yufafenxi

    0下载:
  2. 递归下降分析和预测分析,为课设烦恼的同学们的福音,-Recursive descent analysis and forecasting analysis, for the class-based anxieties of the Gospel of the students,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:发饿饭发
  1. 945488dgxj

    0下载:
  2. 递归下降分析和预测分析,呵呵,希望大家喜欢-Recursive descent analysis and predictive analysis, huh, huh, I hope you like
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:发饿饭发
« 1 2 3 45 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org