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

搜索资源列表

  1. QuenUnit

    0下载:
  2. 四元数表示旋转矩阵,代替了传统的欧拉角解算外方位元素-Quaternion rotation matrix, Euler angles instead of the traditional elements of exterior orientation Solution
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3679502
    • 提供者:柳菲菲
  1. Quaternion

    0下载:
  2. 四元数类,此类可以用于图像处理,机器人仿真等-Quaternion classes, such can be used in image processing, robot simulation, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4045
    • 提供者:Dr.1130
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:488522
    • 提供者:aden
  1. c

    0下载:
  2. 计算四元方程组(要输入数据时按照行的顺序输入20个数据).-Quaternion calculating equations (To enter data in line with the order of 20 input data).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1643
    • 提供者:王智慧
  1. ifelseyuju

    0下载:
  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, executable files are inside:)
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-05
    • 文件大小:22720
    • 提供者:协力
  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 conditional statement syntax anal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:13260
    • 提供者:协力
  1. 22302304232

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

    • 发布日期:2017-05-12
    • 文件大小:2985577
    • 提供者:xieli123
  1. Wp

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

    • 发布日期:2017-05-04
    • 文件大小:563729
    • 提供者:夏雨涵
  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 Develop

    • 发布日期:2017-04-28
    • 文件大小:159677
    • 提供者:张强
  1. siyuanshi

    0下载:
  2. 编译原理 的赋值语句翻译,输出四元式!源程序代码!-Compiler assignment principles of translation, the output quaternion type
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1321
    • 提供者:weiwei
  1. express

    0下载:
  2. 简单赋值语句翻译成四元式 (编译原理实验)-Translated into a simple assignment statements quaternion type (Compiler Principle Experiment)
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1103761
    • 提供者:大头飞
  1. yyfx

    0下载:
  2. 实验目的 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法. 实验要求 采用递归下降语法制导翻译法,对算术表达式、赋值语句进行语义分析并生成四元式序列。 实验的输入和输出 输入是语法分析提供的正确的单词串,输出为三地址指令形式的四元式序列。 例如:对于语句串 begin a:=2+3*4 x:=(a+b)/c end# 输出的三地址指令如下: (1) t1=3*4 (2) t2=2+t1 (3
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:179904
    • 提供者:zhangjuan
  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. 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. Principles-of-curriculum-design

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

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

    0下载:
  2. 3D Space Coordinate Transformations This folder contains 3 files (m-functions) : - t2x.m Transformation Matrix to Generalized Position Vector. - x2t.m Generalized Position Vector to Transformation Matrix. - m2m.m Mass/Inertia Tensor
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:6391
    • 提供者:kiyoung
  1. Quaternion

    3下载:
  2. 四元数基本类库(C#),包括基于单位四元数应用于旋转与欧拉角、旋转矩阵转换,利用四元数完成空间坐标转换等方法-Quaternion basic class library (C#), including those based on unit quaternion rotation applied to the Euler angles, rotation matrix conversion, use quaternion perform spatial coordinate conversio
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1572
    • 提供者:dxx
  1. quaternion-MUSIC

    0下载:
  2. 基于四元数的MUSIC算法,估计应用与DOA-quaternion MUSIC matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:7168
    • 提供者:songxy
  1. Quaternion LMS Algorithm Matlab Code

    1下载:
  2. Quaternion LMS Algorithm Matlab Code
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:162816
    • 提供者:NONOonodudu
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com