代码搜索:Spiral
找到约 450 项符合「Spiral」的源代码
代码结果 450
www.eeworm.com/read/291395/3967151
svn-base spiral_263.csv.svn-base
"Name","X","Y"
"",1000,0
"",979,41
"",957,80
"",933,117
"",909,153
"",884,187
"",858,220
"",831,250
"",803,279
"",775,306
"",746,332
"",717,356
"",687,378
"",657,398
"",627,417
"",597,
www.eeworm.com/read/472494/6869114
m f6_spiral_dyn.m
% f6_spiral_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum about a Fermat Spiral
% according to the equation:
www.eeworm.com/read/414991/11086928
m f6_spiral_dyn.m
% f6_spiral_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum about a Fermat Spiral
% according to the equation:
www.eeworm.com/read/249703/12479014
m f6_spiral_dyn.m
% f6_spiral_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum about a Fermat Spiral
% according to the equation:
www.eeworm.com/read/290368/8487428
m performance_of_two_spiral_test_problem.m
%---------------------------------figure 1------------------------------
nRow=96;
nColumn =3;
result = reshape(two_spiral_test, [nRow nColumn]);
Px=result(1:96,1:2);
Tx = result(1:96,3);
P=Px'
www.eeworm.com/read/166711/10006183
m batch_3_spiral_3d.m
function batch_3_Spiral_3D
%
% Clustering Through Ranking On Manifolds
% Version 0.2
%
% Copyright by Markus Breitenbach and Gregory Z. Grudic
% This code is for your personal and research use only.
www.eeworm.com/read/464335/7165248
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/451385/7466281
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/141692/12991048
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/151784/5679013
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