代码搜索:Spiral
找到约 450 项符合「Spiral」的源代码
代码结果 450
www.eeworm.com/read/393211/8304089
m spiralplane.m
%SPIRALPLANE Archimedean spiral of N turns
% This script "bends" the strip (strip.mat) in order to get
% a spiral
%
% The following parameters need to be specified:
%
% Number of turns
www.eeworm.com/read/393211/8304856
m spiralplane.m
%SPIRALPLANE Archimedean spiral of N turns
% This script "bends" the strip (strip.mat) in order to get
% a spiral
%
% The following parameters need to be specified:
%
% Number of turns
www.eeworm.com/read/374904/9379619
vfx spiral2_p.vfx
www.eeworm.com/read/434916/7800420
txt spiral matrix1.txt
#include
#include
#include
/*
1 8 7
2 9 6
3 4 5
输出如图所示的矩正,第一个是3*3的,后面的4*4的,
算法就是随便输入一个N,就可以输出一个N*N的矩正???
1 12 11 10
2 13 16 9
3 14 15 8
4
www.eeworm.com/read/196366/8096890
txt two_spiral_train.txt
-0.1097 0.5517 1
0.1097 -0.5517 0
-0.2392 0.5774 1
0.2392 -0.5774 0
-0.382 0.5716 1
0.382 -0.5716 0
-0.5303 0.5303 1
0.5303 -0.5303 0
-0.6756 0.4514 1
0.6756 -0.4514 0
-0.8084 0.3348 1
0.80
www.eeworm.com/read/196366/8096892
txt two_spiral_test.txt
-0.0978 0.5476 1
0.0978 -0.5476 0
-0.2255 0.5762 1
0.2255 -0.5762 0
-0.3673 0.5738 1
0.3673 -0.5738 0
-0.5155 0.5361 1
0.5155 -0.5361 0
-0.6614 0.461 1
0.6614 -0.461 0
-0.7959 0.3482 1
0.79
www.eeworm.com/read/11507/230612
hfss silicon spiral inductor.hfss
$begin 'AnsoftProject'
Created='Wed Feb 27 19:18:29 2008'
Product='HFSS'
NextUniqueID=0
MoveBackwards=false
$begin 'Desktop'
Version(10, 0)
InfrastructureVersion(1, 0)
$end 'Desktop'
$begin
www.eeworm.com/read/342347/12026838
cpp toj_2818_1.cpp
/*2818. Prairie dogs IV Time Limit: 10.0 Seconds Memory Limit: 65536K
Total Runs: 116 Accepted Runs: 74
Oh, my God! The lovely prairie dogs come again! We know they are very naughty and always
www.eeworm.com/read/291597/8408103
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/8487422
m 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'