代码搜索:Rotation

找到约 1,839 项符合「Rotation」的源代码

代码结果 1,839
www.eeworm.com/read/136821/5850326

cpp rotation.cpp

/********************************************************************** ** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** ** This file is part of the Qtopia Environment. ** ** This fil
www.eeworm.com/read/136821/5850327

ts rotation-no.ts

RotationSettings <p>Rotation is not enabled in this demo, however this is a supported feature of Qt/Embedded.
www.eeworm.com/read/130130/5963878

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/113165/6137946

h rotation.h

/************************************************************************* * * * Open Dynamics Engine, Copyright (C) 2001,2002 R
www.eeworm.com/read/420856/6277041

desktop rotation.desktop

[Desktop Entry] Type=Application Exec=rotation Icon=Rotation Name=Rotation Name[ja]=回転 Name[no]=Rotasjon Name[de]=Rotation Name[hu]=Forgatás Name[zh_CN]=旋转 CanFastload=0
www.eeworm.com/read/465149/6298288

swf rotation.swf

www.eeworm.com/read/465149/6298296

fla rotation.fla

www.eeworm.com/read/483253/6601723

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/476149/6763607

asv rotation.asv

%Program To Rotate Image with different angles %Rotate the Image either X-axis OR Y-axis clear; I=imread('elip3.jpeg'); J1 = imrotate(I,45); %Rotation at X-axis(Rows) J2 = imrotate(I,-45);
www.eeworm.com/read/476149/6763609

m rotation.m

%Program To Rotate Image with different angles %Rotate the Image either X-axis OR Y-axis clear; I=imread('elip3.jpeg'); J1 = imrotate(I,5); %Rotation at X-axis(Rows) J2 = imrotate(I,10); %R