文件名称:hzts

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • t***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

第一个循环是对矩阵的第一行进行的,第一次循环时除了第一个是1其他都是0,i=0,j=0时H[i + 1, j] =H[1, 0]=0,循环结束时, H[1, 0] =2,i=1,m=3;第二次循环时i=1,j=0,H[i + 1, j] =H[2, 0]=0,循环结束时,H[2, 0] =3,i=2,m=4 ……所以第一个循环相当于把第一行用2到N连续的自然数填充。同样的第二个循环是对最后一列用从N到2N-1的连续自然数进行填充,第三个是对最后一行从右到左用2N-1到3N-2的连续自然数进行填充,第四个是对第一列从下到上用3N-2到4N-3连续自然数进行填充.-The first cycle is carried out the first line of the matrix of the first cycle in addition to the first one is the other one is 0, i = 0, j = 0 when H [i+ 1, j] = H [1, 0] = 0, the end of the cycle, H [1, 0] = 2, i = 1, m = 3 the second time cycle i = 1, j = 0, H [i+ 1, j] = H [2, 0 ] = 0, the end of the cycle, H [2, 0] = 3, i = 2, m = 4 ... ... so the first cycle of the first line is equivalent to 2 to use the natural number N consecutive filled. Similarly the second cycle is the final one from N to 2N-1 successive natural numbers to fill, and the third is the last line from right to left with 2N-1 to 3N-2 in a row to fill natural number, the fourth The first column is a bottom-up to the 3N-2 with 4N-3 for the number of filled natural.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

回转填数.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org