搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
c++
- c++源代码,包括约瑟夫问题、万年历的实现、用C++编写通讯录、螺旋方阵的输出、分形算法和一个编程大赛试题等等。-c++ source code, including Joseph problems, the realization of calendar with C++ the preparation of contacts, the output of square spiral, fractal algorithm and a programming contest questions
luoxuan
- 显示螺旋队列,//螺旋队列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为 //(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得-Show the spiral queue,// spir
luoxuanjuzhen
- 本程序实现螺旋矩阵,输入一个数即可实现螺旋矩阵的功能-This procedure to achieve spiral matrix, enter a few can achieve the function of spiral matrix
shuzijuzhen
- 数字矩阵,N的平方个数字,从一到N的平方,螺旋状打印-Figure matrix, N the square of a figure, from 1 to N of the square, spiral print
rotate
- 输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。 N=3时,相应的矩阵中每个数字位置如下图所示: 1 2 3 8 9 4 7 6 5-Enter a natural number N (2 ≤ N ≤ 9), the requirements are as follows spiral output matrix, that is, edge length of N*
CASION
- 本程序适用于放射螺旋线作为缓和曲线且前、后缓和曲线长度相同的单曲线放样-This procedure applies to radiation as a spiral curve and the pre-and post-relaxation curve the length of the same single curve lofting
Spiral_Matrix
- 螺旋矩阵:产生指定大小N的螺旋N*N矩阵 最好是小于15*15 的 这样看起来会直观一些-Spiral Matrix: have specified the size N of the N* N matrix spiral preferably less than 15* 15 of this appears to be some intuitive
slxjz
- 双螺旋矩阵的定义如下,矩阵的最中心是1,往上是2,右拐3,向下4,然后依次5、6,7...构成一条顺序增大的螺旋线,此外,如果从中心往下走的话,也是一条对称的螺旋线。题目是给定一个矩阵维度N,将其打印出来 -Double helix is defined as the matrix, the matrix is 1, up 2, right 3, down 4, to be followed by a sequence 5,6,7 ... constitute the helix incre
volutionmatrix
- 输入螺旋矩阵的高度,输出螺旋矩阵,C语言编写,适合C语言初学者或爱好者参考使用-Input the height of the volution matrix,and ouput the volution matrix.
13
- 一款mathematica程序,用于实现螺旋矩阵的输出,方法简便。-A mathematica program, used to implement the output of spiral matrix method is simple.
mel
- maya 中用mel语言编写的一个小插件,实现创建螺旋曲线-maya mel language using a small plug-in, create a spiral curve to achieve
luoxuanfangzhen
- 实现螺旋方阵的源代码,输出指定行列的螺旋方阵,可以实现数字按螺旋结构递增-Spiral Matrix source code, the output specified rank of the square spiral, spiral structure can be achieved by increasing the number
nishizhenluxianjuzhen
- 逆时针输入输出数据,形成一个逆时针螺旋矩阵-The counterclockwise input and output data, the formation of a counter-clockwise spiral matrix
ANSYS-software-modeling-spiral
- 主要介绍了ANSYS软件中螺旋线建模的几种常见方法,可以举一反三,结合自己的实际应用加以修改。-Introduces several common methods of ANSYS software modeling spiral, you can learn by analogy, combined with their practical application to modify.
MATLAB
- 关于反舰导弹螺旋机动弹道的MATLAB仿真程序-Spiral guide channel
螺旋天线
- 应用CST的电磁工作室对螺旋天线进行建模,获得其远场方向图(Employ the CST Microwave Studio Simulation the spiral Antenna Model, to obtain the farfield pattern of the antenna)
图像边缘增强
- 具有螺旋相位板的4f系统用于图像边缘增强的仿真(Simulation of image edge enhancement using 4f system with spiral phase plate)
SLM的OAM相位
- 使用matlab制作螺旋相位版的简单程序,欢迎大家借鉴(Using matlab to make spiral phase version of the simple procedure, you are welcome to learn from)
SMC
- s函数实现的超螺旋滑模控制,可以用于simulink控制系统仿真(Super twisting sliding mode control realized by S-function)