搜索资源列表

  1. siyuanshi

    0下载:
  2. 可很方便的实现从算术表达式到四元式的翻译,在编译原理的课程设计中非常有用.-Can be very convenient to realize from the arithmetic expression Quaternion-based translation, courses in compiler design principle very useful.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:cowfish
  1. suanfuyouxian

    0下载:
  2. 采用算符优先算法,生成四元式,及算符优先关系矩阵-Operator priority algorithm used to generate quaternion type, and operator priority relation matrix
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:77824
    • 提供者:林攀
  1. 1

    0下载:
  2. 编译原理课程设计,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-Compilation Principle curriculum design, the use of operator priority analysis algorithms, the G [S] defined by assignment statements for grammar analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:寿帆
  1. analyser

    0下载:
  2. 整个工作过程主要划分成词法分析阶段、语法分析阶段、中间代码生成和目标代码生成四个部分。 第一阶段是把输入的字符串形式的源程序分割成一个个单词符号。 第二阶段是识别由词法分析给出的单词符号序列在结构上是否符合给定的文法规则。 第三阶段中间代码的形式采用便于阅读的四元式。 第四阶段是把经过语法分析或优化后的中间代码作为输入,将其转换成特定机器的机器语言或汇编语言作为输出,这样的转换程序称为代码生成器。-The whol
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:81920
    • 提供者:刘提
  1. PCA_GaussianElimination

    0下载:
  2. 求解线性方程组的高斯主元消去法程序,并且主函数选择了一个四元方程组为例来验证算法。-Solving linear equations PCA Gaussian elimination process and the main function to choose a quaternion equation as an example to verify the algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:131072
    • 提供者:李文慧
  1. 56555522

    0下载:
  2. 条件语句的翻译分析程序设计 ——LR方法、输出四元式kl-Conditional statements translation analysis of program design- LR method, the output quaternion type kl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:62464
    • 提供者:杨桥梁
  1. exper

    0下载:
  2. 实现一个表达式的求值问题,程序支持四元运算,并支持优先级.-Expression for the realization of a value problem, the program supports the quaternion computing, and to support the priority.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 编译原理课程设计,算术表达式的语法和语义分析,采用预测分析法,中间代码四元式-Compilation Principle curriculum design, arithmetic expression syntax and semantic analysis, using prediction analysis, intermediate code quaternion type
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:61440
    • 提供者:liu
  1. AUV

    0下载:
  2. 四元数法在AUV六自由度仿真中的应用,不错的-Quaternion method in six degrees of freedom AUV simulation, good
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:710656
    • 提供者:dishikun
  1. execute

    0下载:
  2. 编译器的解释器程序.包含四元式解释器和解释函数,具体执行四元式解释-Explanation of the compiler program. Quaternion contains interpretation and explanation of function, the specific implementation of quaternion type explanation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈鑫军
  1. LL1

    0下载:
  2. 编译原理中间代码生成器的设计,输出四元表达式-The principle of intermediate code generation compiler design, the output quaternion expression
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:项阳
  1. 2_Height

    0下载:
  2. 实现逻辑表达式的分析的递归下降分析程序,生成四元式代码,-The realization of the logical analysis of the expression analysis of recursive procedures fell to generate quaternion type code,
  3. 所属分类:Windows编程

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

    0下载:
  2. C语言的语法分析器,更能齐全。输入四元式,按顺序输出结果!-C language parser more complete. Input quaternion type, according to the order of the output!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:唐冲
  1. suanfuyouxianyusiyuanshi

    0下载:
  2. 这是一个用算符优先分析方法进行语法分析的程序,并且有简单的四元式生成功能-This is a priority use of operator analysis procedures for the analysis of grammar, and has a simple generating function of type Quaternion
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:68608
    • 提供者:will
  1. Middle_Code

    0下载:
  2. 中间代码生成器设计(4学时) 1.实验目的 熟悉算术表达式的语法分析与中间代码生成原理。 2.实验类型 综合性。 3.实验基本要求 (1) 设计语法制导生成表达式的四元式的算法; (2) 编写代码并上机调试运行通过。 • 输入——算术表达式 • 输出—— 语法分析结果 相应的四元式序列-Intermediate code generator design (4 hours)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:860160
    • 提供者:js
  1. siyuanshi

    0下载:
  2. 输出四元式,采用递归算法 处理——第二步 乘除——第三 加减——最后 等号-Quaternion output type, the use of recursive algorithm to deal with- the second-step multiplication and division- the third addition and subtraction- final equate
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ding
  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-20
    • 文件大小:405504
    • 提供者:苹果
  1. programmer

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

    • 发布日期:2024-05-20
    • 文件大小:477184
    • 提供者:徐晓剑
  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-20
    • 文件大小: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-20
    • 文件大小:839680
    • 提供者:王旭东
« 1 2 3 4 56 7 8 9 10 ... 36 »

源码中国 www.ymcn.org