搜索资源列表

  1. by

    0下载:
  2. 条件语句的语法分析及语义分析程序设计 利用 LL(1)法完成对语句 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉;的语法分析及语义分析。中间代码选用四元式表示。-Conditional statements syntax analysis and semantic analysis procedures for the design of the use of LL (1) method to complet
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:405504
    • 提供者:苹果
  1. 30

    0下载:
  2. 四元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程序-Quaternion type, recursive descent method of writing if. . else conditional statements syntax analysis and semantic analysis procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者: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-18
    • 文件大小:839680
    • 提供者:王旭东
  1. IF-ELSE

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式-if-else conditional statements translation procedures, LR method, the output quaternion type
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:朱淼垚
  1. ifelse

    0下载:
  2. 该程序能够对if-else进行语法指导的翻译,并输出四元式-The program can be carried out on the if-else syntax translation guide, and the output quaternion type
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2207744
    • 提供者:liaoshengquan
  1. ca

    0下载:
  2. 该程序能够分析表达式,并得出四元式。非常好的。-The program can analyze the expression and draw quaternion type. Very good.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:liaoshengquan
  1. jordan

    0下载:
  2. 对以下文法,采用算符优先分析法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。-The following grammar, the use of operator priority analysis of G [S] defined assignment for parsing and grammar analysis of the process entered assignment tr
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:477184
    • 提供者:佚星
  1. cffxq

    0下载:
  2. 编译器设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序。整个编译程序分为三部分:词法分析部分、语法分析处理及四元式生成部分、输出显示部分。-Compiler design compiler compiler involved in three of five stages, namely, lexical ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:177152
    • 提供者:佚星
  1. 3

    0下载:
  2. 编译原理-实现赋值语句的四元式的程序,分析出翻译中要解决的问题-Compiler Construction Principles- to achieve assignment Quaternion-based procedures, analysis of translation problems to be solved
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:969728
    • 提供者:xwj
  1. 1

    0下载:
  2. 设计一个能对PASCAL语言子集完成词法分析、语法分析和生成中间代码(四元式)的编译器。-Design of a subset of the PASCAL language complete lexical analysis, syntax analysis and generation of intermediate code (quaternion type) of the compiler.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2093056
    • 提供者:adaa
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:rachel
  1. bianyiyuanlishiyan

    0下载:
  2. 相当强悍,学编译原理的绝不能错过! ------------------------------------ 编译原理的几个实验: 1.词法分析 2.语法分析 3.表达式求值 4.四元式中间代码 有C和VC两个环境、-Very tough, learning to compile principle must not be missed!-----------------------------------
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:821248
    • 提供者:joesh
  1. zhangjiyu

    0下载:
  2. 表达式中间代码生成四元式。输入算术表达式,输出相应的四元式。-Expression of intermediate code generation quaternion type. Enter the arithmetic expression, the output corresponding quaternion type.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:89088
    • 提供者:lirunxe
  1. yufa

    1下载:
  2. 表达式中间代码生成。输入算术表达式,输出四元式。-Expression of intermediate code generation. Arithmetic Expression input, output quaternion type.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:139264
    • 提供者:lirunxe
  1. paser_code

    0下载:
  2. 编译原理实验之中间代码生成(四元式),在加实验报告-Compiler Principle Experiment intermediate code generation (quaternion-style), in Canada Experimental Report
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:109568
    • 提供者:fd
  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-18
    • 文件大小:13312
    • 提供者:协力
  1. 22302304232

    0下载:
  2. 对条件语句: if 〈布尔表达式〉〈赋值语句〉 else 〈赋值语句〉, 进行词法,语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-Of conditional statements: if <Boolean expression> <assignment statement> else <assignment statement> for lexi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2984960
    • 提供者:xieli123
  1. WHILE

    0下载:
  2. 编译原理课设 有语法分析 词法分析 3地址输出 可惜的是不是四元式输出-Compilation Principle lesson lexical analysis with parsing 3 address output It is a pity that instead of quaternion output
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:198656
    • 提供者:wy
  1. bianyi

    0下载:
  2. 编译器,对文法在c环境下的编译过程,最后生成四元式。-Compiler, on the grammar in the c compiler environment process, the final generation of quaternion type.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:liuwei
  1. EX2

    0下载:
  2. 该程序可将一个四则混合运算分解成一组四元式指令。-The program can be a mixed four computing breaks down into a set of quaternion type commands.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:何先赞
« 1 2 3 45 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org