代码搜索:Spiral
找到约 450 项符合「Spiral」的源代码
代码结果 450
www.eeworm.com/read/102270/15787575
java hypnosis.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/427511/8938603
m primespiral.m
function [Sout,Pout] = primespiral(n,c)
% PRIMESPIRAL Ulam's prime number spiral.
% PRIMESPIRAL(n,c) plots the prime numbers in the n-by-n matrix
% generated by storing c:c+n^2 in a spiral pat
www.eeworm.com/read/167116/9980468
m primespiral.m
function [Sout,Pout] = primespiral(n,c)
% PRIMESPIRAL Ulam's prime number spiral.
% PRIMESPIRAL(n,c) plots the prime numbers in the n-by-n matrix
% generated by storing c:c+n^2 in a spiral pat
www.eeworm.com/read/316412/13523402
m primespiral.m
function [Sout,Pout] = primespiral(n,c)
% PRIMESPIRAL Ulam's prime number spiral.
% PRIMESPIRAL(n,c) plots the prime numbers in the n-by-n matrix
% generated by storing c:c+n^2 in a spiral pat
www.eeworm.com/read/202680/15375924
m primespiral.m
function [Sout,Pout] = primespiral(n,c)
% PRIMESPIRAL Ulam's prime number spiral.
% PRIMESPIRAL(n,c) plots the prime numbers in the n-by-n matrix
% generated by storing c:c+n^2 in a spiral pat
www.eeworm.com/read/445174/7598241
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/445174/7598242
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/445174/7598244
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