CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - quaternion

搜索资源列表

  1. chen2

    0下载:
  2. 语义分析器的c++代码实现,能够从用户输入的源程序中识别一个个单词,并将用户命令以四元式形式输出-Semantic analyzer c++ code can be input from the user to identify the source of a word, and user-type command to quaternion form of the output
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1956
    • 提供者:陈苑缘
  1. for

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式) -FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2128
    • 提供者:李超
  1. ccc

    0下载:
  2. DO—WHILE 语句的翻译程序(使用LL(1)文法输出四元式)-DO-WHILE statement translation process (the use of LL (1) grammar output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:460728
    • 提供者:陈杰
  1. siyuanshi

    0下载:
  2. 中缀表达式转换成四元式的代码,用C语言实现的-Infix expression into a quaternion-based code, using C language realization of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:839
    • 提供者:au
  1. 2

    0下载:
  2. WHILE循环语句的翻译程序设计(LR方法、输出四元式)-WHILE loop design of the translation process (LR method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:54604
    • 提供者:au
  1. 3

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:127633
    • 提供者:au
  1. 4

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式)包括源码+报告书-FOR loop design of the translation process (recursive descent method, the output quaternion type), including source code+ Report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:103735
    • 提供者:au
  1. LR_Exp

    0下载:
  2. LR 语法分析 词法分析 四元式输出 语义分析-Lexical Analysis of LR parsing quaternion output semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:2898
    • 提供者:cultsharp
  1. dowhile

    0下载:
  2. 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:8631
    • 提供者:李伟霞
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:74841
    • 提供者:李伟霞
  1. recursive

    0下载:
  2. 利用c语言实现编译的FOR循环,递归下降法,四元式输出的形式-C language compiler to use the FOR cycle, recursive descent method, quaternion form of output
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:600521
    • 提供者:xixi
  1. fuzhilanguageanlysis

    0下载:
  2. 赋值表达式的翻译程序,中间代码是四元式 采用LR分析方法,有使用说明-Assignment expression of the translation process, intermediate code is the use of LR-type quaternion analysis methods are used to indicate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1783342
    • 提供者:wen
  1. 11

    0下载:
  2. until 语句的LR翻译程序设计 是用JAVA语言编写的 能实现词法分析和语法分析的功能 并且输出四元式-LR sentence until the translation of the program design JAVA is the language used to achieve lexical analysis and syntax analysis of the function and output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:4777
    • 提供者:萧天
  1. Principles-of-curriculum-design

    1下载:
  2. 编译原理课程设计总结报告 1.设计题目及相关内容 本课程设计完成的是递归下降分析法。对算术表达式和赋值语句进行语义分析并生成四元式序列。其中,本设计用C语言对简单的pascal语言子集编制一个编译程序。语义分析输入的是语法分析后提供的单词串,而语法分析的输入是词法分析的程序所提供的单词序列。要求把语法分析程序和词法分析都作为子程序调用,其中输入字符串要用文件操作。 2.运行环境(软、硬件环境) 硬件环境:方正电脑,P4CPU,512M内存 软件环境:Visualc+
  3. 所属分类:Windows编程

    • 发布日期:2016-06-30
    • 文件大小:2659347
    • 提供者:爱爱爱
  1. bianyiyuanli

    0下载:
  2. FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the output quaternion type), written in
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:91834
    • 提供者:warmorange
  1. siyuanshi

    0下载:
  2. 本人学编译时写的一个中间代码四元式产生式的代码,希望对大家有所帮助-I study compile-time code written in an intermediate-type quaternion production code, I hope all of you to help
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:10528
    • 提供者:成王
  1. siyuanshi

    0下载:
  2. 四元式的实现,编译原理的,找了好久找到的,分享一下-Quaternion of the realization of the principle of the compiler, looking for a long time to find and share. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:72662
    • 提供者:lxf
  1. ssjg

    0下载:
  2. 数据结构中的huffman链表存储,huffman四元组法,纠错码的实现-Huffman data structure in memory list, huffman quaternion group law, the achievement of error-correcting codes
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3174
    • 提供者:初蕾
  1. bianyikeshe_hsh-6.18_final

    1下载:
  2. 编译原理—课程设计—if else语句LL(1)方法分析,输出四元式-Compiler Construction Principles- curriculum design-if else statements LL (1) methods of analysis, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:214448
    • 提供者:hsh
  1. 4bit

    0下载:
  2. 四元数是一种解决空间物体定位的数学方法,本源码包含四元数法-Quaternion space is a solution to the mathematical method of positioning objects, the source code contains the quaternion method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1070
    • 提供者:HangLi
« 1 2 3 4 5 67 8 9 10 11 ... 33 »
搜珍网 www.dssz.com