搜索资源列表

  1. paser_code

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

    • 发布日期:2024-05-20
    • 文件大小:109568
    • 提供者:fd
  1. ifelseyuju

    1下载:
  2. 这个是我在编译原理做的课程设计,一个编译器,包括词法语法分析,结果生成四元式序列,可执行文件也在里面:)-This is what I do in the compiler course design principle, a compiler, including the lexical grammar analysis, the results generated quaternion-type sequences, executa
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1288192
    • 提供者:协力
  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. 22302304232

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

    • 发布日期:2024-05-20
    • 文件大小: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-20
    • 文件大小: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-20
    • 文件大小:5120
    • 提供者:liuwei
  1. Wp

    0下载:
  2. 条件语句的翻译分析程序设计 lr文法,四元式-Conditional statements translation analysis program design lr grammar, style quaternion
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1459200
    • 提供者:夏雨涵
  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-20
    • 文件大小:33792
    • 提供者:何先赞
  1. Parser

    0下载:
  2. 是词法分析的下一阶段,实现识别代码的语法构造,并以四元式的形式表达!-Lexical analysis is the next stage, the realization of the identification code of the grammar structure and Quaternion-style forms of expression!
  3. 所属分类:Windows编程

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

    0下载:
  2. 软件学院学生编译原理课程实验,中间器代码生成器设计,输入算术表达式,输出语法分析结果及相应的四元式序列 -Software College courses students compiling principle experiment, intermediate code generator design, the importation of arithmetic expressions, the output syntax an
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyze
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:lilianjie
  1. c_base

    0下载:
  2. C实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。-C implementation of PL/0 compiler, the program achieve lexical analysis, grammar analysis and semantic analysis to quaternion type for the output, are a compute
  3. 所属分类:中间件编程

    • 发布日期:2024-05-20
    • 文件大小:199680
    • 提供者:朱伟涛
  1. CompileWork(optimize_available)

    0下载:
  2. 北航编译原理课程设计成果——一个扩充的C0文法编译器,带优化,生成的中间代码为四元式,最终代码为X86汇编。很好,很强大!-BUAA compile the results of the principle of curriculum design- a scalable C0 grammar compiler, with optimization, the generated code between quaternion type,
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-20
    • 文件大小:529408
    • 提供者:李毅
  1. SINS-code-matlab

    0下载:
  2. 基于matlab平台编写的捷联导航程序,采用四元数法求解导航参数-Prepared based on matlab platform inertial navigation procedures, the use of quaternion navigation method parameter
  3. 所属分类:书籍源码

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

    0下载:
  2. MATLAB 有约束信赖域算法,以四元多项式为算例 适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学, 程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimizatio
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 算术表达式词法和语法分析程序,递归下降法,四元式-Arithmetic expression lexical and syntax analysis, recursive descent method, type Quaternion
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:jimmy
  1. codegen-scanner

    0下载:
  2. 自定义简单语法类C语言编译器,具备识别C语言基本语句功能,并生成四元式-Since the definition of simple types of C language syntax compiler, a statement to identify the basic functions of C language and generate quaternion type
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:478208
    • 提供者:姜北樵
  1. mimu

    1下载:
  2. 自己仿真的四元数法的龙格库塔的姿态解算matlab仿真-Their simulation method quaternion attitude Runge-Kutta solver matlab simulation
  3. 所属分类:matlab例程

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

    0下载:
  2. 用矩量法和正交模法分析四元八木天线的特性。两种方法的对比。用E面、H面和方向性图。-Using moment method and analysis of orthomodular quaternion Yagi antenna characteristics. Comparison of two methods. E surface used, H surface and the direction map.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:aa
« 1 2 3 4 5 6 78 9 10 11 12 ... 36 »

源码中国 www.ymcn.org