代码搜索:Spiral
找到约 450 项符合「Spiral」的源代码
代码结果 450
www.eeworm.com/read/244027/12897555
txt imgliste.txt
donatu.gif,doughnut
gunya.gif,puzzle ring
hat.gif,silk hat
kai.gif,trumpet shell
box.gif,dice
spiral.gif,spiral
gaikotu.gif,skull
bee.gif,bee
eagle.gif,eagle
sika.gif,deer
vanpai.gif,vampire
www.eeworm.com/read/402283/11539786
m mm2106.m
% mm2106.m
t = linspace(0,3*pi,15);
x = sqrt(t).*cos(t);
y = sqrt(t).*sin(t);
ppxy = spline(t,[x;y]);
ti = linspace(0,3*pi); % total range, 100 points
xy=ppval(ppxy,ti);
plot(x,y,'d',xy(1,:),xy(2,
www.eeworm.com/read/150701/12270794
sphere readme.sphere
To uncompress and untar the files:
gunzip sphere.tar.gz
tar -xvf sphere.tar
This will leave you with three files:
README this file
sphere.c: generate random points on a sphere (or ellipsoid)
cube.
www.eeworm.com/read/204938/15331122
m spitrain.m
function spiral=spitrain
for n=1:97
alpha(n)=pi*(n-1)/16;
r(n)=0.4*((105-n)/104);
a(2*n-1,1)=r(n)*sin(alpha(n))+0.5;
a(2*n-1,2)=r(n)*cos(alpha(n))+0.5;
b(2*n-1,1)=1;
a(2*n,1)=1-a(2*n
www.eeworm.com/read/204938/15331123
m trainfam.m
function map=trainfam(TNP,rho_init,alpha)
F1=4;
F2max=10000;
F2b=2;
CAT=0;
epsilon=0.01;
rho_ab=0.8;
wij = ones(1,F1);
wjk = ones(1,F2b);
wijold=1;
wjkold=1;
spiral=spitrain;
strain=size(spiral);
nt
www.eeworm.com/read/204938/15331125
m fartmap.m
function fartmap(tnp,rho,alpha)
figure(1)
aa=trainfam(tnp,rho,alpha);
%save aa;
xx=0:1/tnp:1;
yy=0:1/tnp:1;
clf
h=gcf;
axis([0 1 0 1]);
set(h,'colormap',cool);
set(h,'name','Fuzzy ARTMAP');
image(xx
www.eeworm.com/read/202224/15389188
m mm2106.m
% mm2106.m
t = linspace(0,3*pi,15);
x = sqrt(t).*cos(t);
y = sqrt(t).*sin(t);
ppxy = spline(t,[x;y]);
ti = linspace(0,3*pi); % total range, 100 points
xy=ppval(ppxy,ti);
plot(x,y,'d',xy(1,:),xy(2,