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

搜索资源列表

  1. vgg_quat_from_rotation_matrix.

    1下载:
  2. 从旋转矩阵到四元数的转换,matlab代码。,From the rotation matrix to quaternion conversion, matlab code.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:788
    • 提供者:Arthur
  1. middle_code

    0下载:
  2. 编译原理中间代码生成的程序,仅仅实现了表达式到四元式的转换-Compiler theory intermediate code generation process, only to realize the expression of quaternion type of conversion
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:181024
    • 提供者:小文
  1. compiler

    3下载:
  2. 这是一个简单的c编译器,可以实现词法分析,语法分析,语义分析,并能输出四元式,界面不是很好看,但功能可以很好的实现。-This is a simple c compiler can achieve lexical analysis, syntax analysis, semantic analysis, and output quaternion type, interface is not very good looking, but the function can be realized.
  3. 所属分类:Compiler program

    • 发布日期:2015-03-18
    • 文件大小:13823
    • 提供者:wang
  1. codegen-scanner

    1下载:
  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. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:477972
    • 提供者:姜北樵
  1. 20064350132

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

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

    0下载:
  2. 欧拉角转换为四元数的MATLAB程序,顺序为312-Euler angles into a quaternion of the MATLAB program, the order of 312
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1309
    • 提供者:chennan
  1. WHILE

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)1 系统描述(问题域描述); 2 文法及属性文法的描述; -WHILE loop translation of program design (LL (1) method, the output quaternion type) a system descr iption (problem domain descr iption) two grammar and attribute grammar descr iption
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:32002
    • 提供者:long
  1. feb98

    1下载:
  2. 国外游戏开发者杂志1998年第二期配套代码,包含了Nick Bobic的使用四元数来旋转物体的代码--Code of game development magazine in 1998 the second issue, it including Nick Bobic code that uses quaternion to revolve object
  3. 所属分类:Game Program

    • 发布日期:2017-10-18
    • 文件大小:6554
    • 提供者:站长
  1. ObtainMethodofQuaternionMatrixOrthogonalEigenvecto

    0下载:
  2. 针对四元数矩阵正交特征矢量系求解困难的缺点, 本文提出一种获取四元数矩阵正交特征矢量集等效、便捷的方法, 其基本思路为: 首先, 构造四元数矩阵定义于复数域的导出阵, 并利用该导出阵特征矢量空间的一种特殊的等价空间间接获取 相应特征值所对应的特征矢量. 然后, 将复数矢量转换为四元数矢量, 按如此方式获取的对应所有特征值的非零特征矢量则构 成原始四元数矩阵的正交特征矢量系-For Quaternion orthogonal feature vector lines to solve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:495125
    • 提供者:tanghui
  1. chuizhi

    6下载:
  2. 垂直发射弹道仿真程序(采用四元数法).matlab编写。-Vertical launch trajectory simulation program (using the quaternion method). Matlab prepared.
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:14852
    • 提供者:stephen
  1. suanfuyouxian

    0下载:
  2. 采用算法优先分析对表达式进行分析,并给出四元式序列-Priority analysis of the use of algorithms for analysis of expression, and gives quaternion sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1838
    • 提供者:李小玲
  1. conicalmotion

    0下载:
  2. 采用四元数法的标准圆锥运动的姿态角仿真程序,。-Quaternion method using the standard cone movement attitude angle simulation procedures.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:956
    • 提供者:nxinyuan
  1. bianyiyuanlishiyan

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

    • 发布日期:2017-04-04
    • 文件大小:135238
    • 提供者:joesh
  1. zhangjiyu

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

    • 发布日期:2017-04-02
    • 文件大小:89338
    • 提供者:lirunxe
  1. yufa

    0下载:
  2. 表达式中间代码生成。输入算术表达式,输出四元式。-Expression of intermediate code generation. Arithmetic Expression input, output quaternion type.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:139731
    • 提供者:lirunxe
  1. Four_element_4sps_2ccs

    0下载:
  2. 基于四元数的机构综合建立模型的MATLAB程序,很好用-Quaternion-based institutions to establish an integrated model of MATLAB procedures, very good use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:6160
    • 提供者:luoyouxin
  1. bool

    0下载:
  2. 用LL(1)法对布尔表达式的语法分析,中间代码用四元式表示-By LL (1) on Boolean expression syntax analysis, intermediate code used quaternion type that
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:1033
    • 提供者:6272082
  1. paser_code

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

    • 发布日期:2017-03-28
    • 文件大小:76872
    • 提供者:fd
  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 2 3 45 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com