代码搜索:Spiral
找到约 450 项符合「Spiral」的源代码
代码结果 450
www.eeworm.com/read/402283/11539813
m mm2105.m
% mm2105.m
t = linspace(0,3*pi,15);
x = sqrt(t).*cos(t);
y = sqrt(t).*sin(t);
plot(x,y)
xlabel('X')
ylabel('Y')
title('Figure 21.5: Spiral Y=f(X)')
www.eeworm.com/read/150701/12270785
makefile
#Joseph O'Rourke
#Questions to orourke@cs.smith.edu
#make sphere: compiles sphere.c
#make cube: compiles cube.c
#make spiral: compiles spiral.c
#-----------------------------------------
sphere: sphe
www.eeworm.com/read/202224/15389215
m mm2105.m
% mm2105.m
t = linspace(0,3*pi,15);
x = sqrt(t).*cos(t);
y = sqrt(t).*sin(t);
plot(x,y)
xlabel('X')
ylabel('Y')
title('Figure 21.5: Spiral Y=f(X)')
www.eeworm.com/read/388426/8610023
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/179210/9365128
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/277779/10605226
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/441332/7671757
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/433822/7907612
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/238830/13322177
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt
www.eeworm.com/read/321295/13409433
m spir.m
function S = spir;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the SPIRAL problem
%
% SPIRAL 1
step = 0.1;
t = 0:step:3*pi;
l = lengt