代码搜索:Rotation
找到约 1,839 项符合「Rotation」的源代码
代码结果 1,839
www.eeworm.com/read/233528/14148047
cpp rotation.cpp
#include "rotation.h"
#include "useful.h"
Rotation Rotation_Rotation1(int Ar[8])
{
int i;
Rotation tmp;
for (i=0 ; i
www.eeworm.com/read/233528/14148070
h rotation.h
#ifndef __ROTATION_H_
#define __ROTATION_H_
//CLASS Rotation
//member vars:
typedef struct
{
int r[8];
} Rotation;
//CLASS Rotation
//memer functions:
Rotation Rotation_Rotation1(int Ar[8]);
R
www.eeworm.com/read/228372/14387907
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/226560/14458800
cpp rotation.cpp
//: C03:Rotation.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Perform left and right rota
www.eeworm.com/read/225935/14510357
m rotation.m
function [] = rotation(st);
if nargin < 1,
st= 1;
end;
fig = gcf;
ax = gca;
vv = get(ax,'view');
az = vv(1);
el = vv(2);
for azi = az:-abs(st):az-360,
set(ax,'view',
www.eeworm.com/read/223158/14651460
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/122684/14674836
cpp rotation.cpp
//: C03:Rotation.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Perform left and right
www.eeworm.com/read/221549/14737964
c rotation.c
#include
double fsin(double a)
{
double result,x,n;
int i,j,k,l,m;
result=a;
for(i=1;i