代码搜索:Rotates

找到约 176 项符合「Rotates」的源代码

代码结果 176
www.eeworm.com/read/265721/11255571

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/139060/13191189

thttpd-rotate 500.thttpd-rotate

#!/bin/sh # # thttpd-rotate - nightly script to rotate thttpd's log files on FreeBSD # # This goes in /etc/periodic/daily. It rotates the log files and then # tells thttpd to re-open its log file. c
www.eeworm.com/read/100127/6274112

py mixing.py

#! /usr/bin/env python # Use Gouraud shading to mix colors. Requires Z-buffer. # It changes the color assignments so fast that you see white. # Left button pauses, middle rotates the square. ESC to
www.eeworm.com/read/438717/1823373

py mixing.py

#! /usr/bin/env python # Use Gouraud shading to mix colors. Requires Z-buffer. # It changes the color assignments so fast that you see white. # Left button pauses, middle rotates the square. ESC to
www.eeworm.com/read/475942/6770738

m rotate2.m

function newpoints=rotate2(points,origo,phi) %ROTATE2 rotate points in 2 dimensions. % NEWPOINTS=ROTATE(POINTS,ORIGO,PHI) rotates the points in POINTS PHI radians around the ORIGO point. % ROT
www.eeworm.com/read/161159/10443124

mini_httpd-rotate 500.mini_httpd-rotate

#!/bin/sh # # mini_httpd-rotate - nightly script to rotate mini_httpd's log files on FreeBSD # # This goes in /etc/periodic/daily. It rotates the log files and then # tells mini_httpd to re-open its
www.eeworm.com/read/457466/7325246

mini_httpd-rotate 500.mini_httpd-rotate

#!/bin/sh # # mini_httpd-rotate - nightly script to rotate mini_httpd's log files on FreeBSD # # This goes in /etc/periodic/daily. It rotates the log files and then # tells mini_httpd to re-open its
www.eeworm.com/read/389338/2541115

mini_httpd-rotate 500.mini_httpd-rotate

#!/bin/sh # # mini_httpd-rotate - nightly script to rotate mini_httpd's log files on FreeBSD # # This goes in /etc/periodic/daily. It rotates the log files and then # tells mini_httpd to re-open its
www.eeworm.com/read/367606/9740269

m ecef2eci.m

% Richard Rieber % October 1, 2006 % rrieber@gmail.com % % function [ECI, V_ECI] = ecef2eci(ECEF, GST, V_ECEF) % % Purpose: This function rotates Earth Centered Earth Fixed (ECEF) coordinates
www.eeworm.com/read/367606/9740276

m eci2ecef.m

% Richard Rieber % October 1, 2006 % rrieber@gmail.com % % function [ECEF,V_ECEF] = eci2ecef(ECI, GST, V_ECI) % % Purpose: This function rotates Earth Centered Inertial (ECI) coordinates to Ear