CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 螺旋

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 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
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4.29kb
    • 提供者:good@588
  1. c++

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5.1kb
    • 提供者:阿铁
  1. luoxuan

    0下载:
  2. 显示螺旋队列,//螺旋队列.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
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1015byte
    • 提供者:change
  1. luoxuanjuzhen

    0下载:
  2. 本程序实现螺旋矩阵,输入一个数即可实现螺旋矩阵的功能-This procedure to achieve spiral matrix, enter a few can achieve the function of spiral matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.97kb
    • 提供者:李伟超
  1. shuzijuzhen

    0下载:
  2. 数字矩阵,N的平方个数字,从一到N的平方,螺旋状打印-Figure matrix, N the square of a figure, from 1 to N of the square, spiral print
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:18.74kb
    • 提供者:王晶
  1. rotate

    0下载:
  2. 输入一个自然数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*
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:773byte
    • 提供者:QQQQQ
  1. CASION

    0下载:
  2. 本程序适用于放射螺旋线作为缓和曲线且前、后缓和曲线长度相同的单曲线放样-This procedure applies to radiation as a spiral curve and the pre-and post-relaxation curve the length of the same single curve lofting
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:18.09kb
    • 提供者:pete
  1. Spiral_Matrix

    0下载:
  2. 螺旋矩阵:产生指定大小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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:598byte
    • 提供者:林文福
  1. slxjz

    0下载:
  2. 双螺旋矩阵的定义如下,矩阵的最中心是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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:698byte
    • 提供者:ttzz
  1. volutionmatrix

    0下载:
  2. 输入螺旋矩阵的高度,输出螺旋矩阵,C语言编写,适合C语言初学者或爱好者参考使用-Input the height of the volution matrix,and ouput the volution matrix.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:12.3kb
    • 提供者:王静
  1. 13

    0下载:
  2. 一款mathematica程序,用于实现螺旋矩阵的输出,方法简便。-A mathematica program, used to implement the output of spiral matrix method is simple.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.54kb
    • 提供者:郭志伟
  1. mel

    0下载:
  2. maya 中用mel语言编写的一个小插件,实现创建螺旋曲线-maya mel language using a small plug-in, create a spiral curve to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.37kb
    • 提供者:cg
  1. luoxuanfangzhen

    0下载:
  2. 实现螺旋方阵的源代码,输出指定行列的螺旋方阵,可以实现数字按螺旋结构递增-Spiral Matrix source code, the output specified rank of the square spiral, spiral structure can be achieved by increasing the number
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:160.17kb
    • 提供者:吕新开
  1. nishizhenluxianjuzhen

    0下载:
  2. 逆时针输入输出数据,形成一个逆时针螺旋矩阵-The counterclockwise input and output data, the formation of a counter-clockwise spiral matrix
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:4.77mb
    • 提供者:韩小鱼
  1. ANSYS-software-modeling-spiral

    0下载:
  2. 主要介绍了ANSYS软件中螺旋线建模的几种常见方法,可以举一反三,结合自己的实际应用加以修改。-Introduces several common methods of ANSYS software modeling spiral, you can learn by analogy, combined with their practical application to modify.
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:288.61kb
    • 提供者:ly
  1. MATLAB

    3下载:
  2. 关于反舰导弹螺旋机动弹道的MATLAB仿真程序-Spiral guide channel
  3. 所属分类:其他小程序

    • 发布日期:2013-08-09
    • 文件大小:7.84kb
    • 提供者:longyun
  1. 螺旋天线

    0下载:
  2. 应用CST的电磁工作室对螺旋天线进行建模,获得其远场方向图(Employ the CST Microwave Studio Simulation the spiral Antenna Model, to obtain the farfield pattern of the antenna)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:24kb
    • 提供者:xidiandragon
  1. 图像边缘增强

    1下载:
  2. 具有螺旋相位板的4f系统用于图像边缘增强的仿真(Simulation of image edge enhancement using 4f system with spiral phase plate)
  3. 所属分类:其他

    • 发布日期:2020-06-03
    • 文件大小:1kb
    • 提供者:彬彬binbin
  1. SLM的OAM相位

    2下载:
  2. 使用matlab制作螺旋相位版的简单程序,欢迎大家借鉴(Using matlab to make spiral phase version of the simple procedure, you are welcome to learn from)
  3. 所属分类:其他

    • 发布日期:2021-03-01
    • 文件大小:31kb
    • 提供者:皓皓在此
  1. SMC

    1下载:
  2. s函数实现的超螺旋滑模控制,可以用于simulink控制系统仿真(Super twisting sliding mode control realized by S-function)
  3. 所属分类:其他

    • 发布日期:2020-05-29
    • 文件大小:3kb
    • 提供者:rich1997
« 12 3 »
搜珍网 www.dssz.com