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
    • 文件大小:4395
    • 提供者:good@588
  1. nmagic

    0下载:
  2. N阶磨方阵算法代码。用于生成N阶行、列和对角线之和相等的方阵。-N-order square algorithm code mill. Used to generate N-order rows, columns and diagonal and equal to the square.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3245
    • 提供者:田田
  1. RemoveChar

    0下载:
  2. 针对网上复制下来的代码,前面都有N列有行号或者空格,此程序可以去掉那些东西,重新生成一个文件-For online copy down the code, preceded by N columns have line numbers, or spaces, this procedure can get rid of those things, to re-generate a file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:10497
    • 提供者:闫利霄
搜珍网 www.dssz.com