代码搜索:Spiral
找到约 450 项符合「Spiral」的源代码
代码结果 450
www.eeworm.com/read/363287/9962997
m spiral_dyn.m
% spiral_dyn.m
% returns x,y position along an archimedean spiral of degree n
% based on cputime, first time it is called is start time
%
% based on: r = a*(theta^n)
%
% usage: [x_cnt,y_cnt] = s
www.eeworm.com/read/362008/10023983
mat four_spiral.mat
www.eeworm.com/read/357874/10199173
mat four_spiral.mat
www.eeworm.com/read/355157/10290191
m spiral_dyn.m
% spiral_dyn.m
% returns x,y position along an archimedean spiral of degree n
% based on cputime, first time it is called is start time
%
% based on: r = a*(theta^n)
%
% usage: [x_cnt,y_cnt] = s
www.eeworm.com/read/353723/10425765
m spiral_dyn.m
% spiral_dyn.m
% returns x,y position along an archimedean spiral of degree n
% based on cputime, first time it is called is start time
%
% based on: r = a*(theta^n)
%
% usage: [x_cnt,y_cnt] = s
www.eeworm.com/read/424322/10463053
vfx spiral2.vfx
www.eeworm.com/read/160583/10517335
py fill_spiral.py
#!/usr/bin/env python
from pylab import *
theta = arange(0,8*pi,0.1)
a=1
b=.2
for dt in arange(0,2*pi,pi/2.0):
x = a*cos( theta+dt )*exp(b*theta)
y = a*sin( theta+dt )*exp(b*theta)
www.eeworm.com/read/278064/10576957
m spiral_dyn.m
% spiral_dyn.m
% returns x,y position along an archimedean spiral of degree n
% based on cputime, first time it is called is start time
%
% based on: r = a*(theta^n)
%
% usage: [x_cnt,y_cnt] = s
www.eeworm.com/read/278064/10577008
m spiral_dyn.m
% spiral_dyn.m
% returns x,y position along an archimedean spiral of degree n
% based on cputime, first time it is called is start time
%
% based on: r = a*(theta^n)
%
% usage: [x_cnt,y_cnt] = s
www.eeworm.com/read/422885/10604890