代码搜索:Rotating
找到约 380 项符合「Rotating」的源代码
代码结果 380
www.eeworm.com/read/350685/10719911
m rotation_matrix.m
function T=rotation_matrix(alpha,beta,gamma);
% This function creates a rotation matrix for rotating objects around the
% three axes.
%
% alpha .. rotation around the x-axis
% beta .. rotation
www.eeworm.com/read/418826/10895378
m rotation_matrix.m
function T=rotation_matrix(alpha,beta,gamma);
% This function creates a rotation matrix for rotating objects around the
% three axes.
%
% alpha .. rotation around the x-axis
% beta .. rotation
www.eeworm.com/read/462112/7209298
m rotation_matrix.m
function T=rotation_matrix(alpha,beta,gamma);
% This function creates a rotation matrix for rotating objects around the
% three axes.
%
% alpha .. rotation around the x-axis
% beta .. rotation
www.eeworm.com/read/461264/7230342
pro lsf_rotate.pro
function lsf_rotate, deltav, vsini, EPSILON = epsilon, VELGRID = velgrid
;+
; NAME:
; LSF_ROTATE:
;
; PURPOSE:
; Create a 1-d convolution kernel to broaden a spectrum from a rotating star
;
;
www.eeworm.com/read/443571/7630472
java tuttlecursor.java
// Filename TuttleCursor.java.
// Provides a rotating cursor capability for the
// Tuttle class.
//
// Written for the Java Interface Book Chapter 4.
// Fintan Culwin, v 0.2, August 1997.
p
www.eeworm.com/read/442927/7642031
m getcolorlight.m
function color=getColorLight(index)
% getColor: Get color from a rotating palette
% Usage: color=getColorLight(index)
%
% For example:
% for i=1:6
% line(1:10, rand(1, 10), 'color', getColorL
www.eeworm.com/read/404448/7809302
m rotation_matrix.m
function T=rotation_matrix(alpha,beta,gamma);
% This function creates a rotation matrix for rotating objects around the
% three axes.
%
% alpha .. rotation around the x-axis
% beta .. rotation
www.eeworm.com/read/399805/7834928
m gentestframe.m
function frame = genTestFrame(w,h,i,N)
%frame = genTestFrame(w,h,i,N)
% Generates a frame useful for testing. The video is a rotating
% psychedelic ellipse with occasionally-repositioned blocks
www.eeworm.com/read/122132/14719497
txt aspchat.txt
ASP FUN CHAT
************
general features:
- 5 min. usertimeout, not acting counts
- 5 rooms for 50 users, 10 for each one
- 150 rotating messages, 30 in each room
- counters for visitors,
www.eeworm.com/read/211249/4944753
java example3.java
import javax.microedition.m3g.*;
/**
* Animation and interpolation test.
*
* The result should be a smoothly rotating white cube over a black
* "floor".
*
*/
public class Example3 ex