-
odd N bands Demon Lineup : N
奇数N 阶魔方阵问题: 奇数N 阶魔方阵的构造规则如下: 1、在第一行的正中间填入1; 2、如果左上角能够移动,则往左上角填入后继的数;如果左上角不 能移动,则顺移到该列最下方左边的一列中最靠近该列的位置; 3、如果左上角不能移动,同时在该列位置的最下方左边最靠近的位 置处也不能填入数,则往该位置的上一行的最右边的位置处填入 后继数; 4、每次尽可能地往左上角填数,如果发现左上角已经填满了数,则 从当前填的数的位置下方填上后继数。 要求: 无。 输入: 用户从键盘任意输入一个正奇数。 输出: 打印出该魔方阵。-odd N bands Demon Lineup : N-odd magic Lineup Construction Rules are as follows : 1, the first line is the middle of a preference; Two, if the upper left corner to Mobile, the successor to fill in the upper left; If the upper left corner, unable to move, with the move out of the bottom of the left one of the closest out of position; three, if the upper left corner, unable to move, while in the position shown in the bottom left nearest location Department has not entered a few, to the position of the party on the right side of the positions filled successor; 4, each possible to fill the upper left corner, if fill the upper left corner, has found a few, from the current fill several positions to fill in the bottom subsequent few. Requ
- 2022-01-21 19:39:47下载
- 积分:1
-
次拉格朗日插值
次拉格朗日插值-time interpolation
- 2023-05-21 01:10:03下载
- 积分:1
-
C#数据计算方法
资源描述C#涉及的相关数据计算方法,内容很丰富,包括Complex、Integral、Interpolation、LEquations、Matrix、NLEquations等等算法,里面还有很多例子,很不错的基于C#的相关数学计算方法,个人觉得很有用。
- 2022-03-13 05:18:21下载
- 积分:1
-
AdaBoost算法的人脸检测程序
由matlab语言编写编写基于adaboost算法的人脸检测 快速高效,参考价值极高matlab 肤色检测结合adaboost算法的人脸特征提取 实现程序
- 2022-02-06 05:54:24下载
- 积分:1
-
利用高斯约当方法,求解线性方程组,包括VC++源码以及运行程序...
利用高斯约当方法,求解线性方程组,包括VC++源码以及运行程序-Gauss-Jordan
- 2023-01-26 17:45:04下载
- 积分:1
-
C语言程序,有限元
编一些基础的C有限元程序,效率高,
- 2022-07-19 14:01:49下载
- 积分:1
-
高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序...
高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
- 2022-07-07 19:04:25下载
- 积分:1
-
银行排号机
排队机是广泛应用于部队、政府、金融、医院、邮政、通信、工商、税务、保险、交通等多个领域。行业提供的服务终端。为减少长期以来,人们在服务大厅里办理各项服务业务排队等候人数过多,前拥后挤的排队等候,有时排队在一小时以上甚至更久,极大的不方便办理业务的顾客,为改善服务质量、树立良好形象,解决劳累的排队现象、创造人性化服务环境,能够很好的解决客户在办理业务中所遇到的排队、等候、拥挤和混乱等现象,真正创造舒适、公平、友好的等候环境而提供的服务终端
- 2022-02-25 00:11:34下载
- 积分:1
-
Mahout在大数据的应用
该资料包括大数据内应用的的所有算,支持单机、伪分布、全分布等环境运行,主要应用推荐产品、分类产品。
- 2022-04-22 03:47:25下载
- 积分:1
-
二叉树算法实现
/*
二叉树搜索, 前序: 中左右; 中序: 左中右; 后序: 左右中
A(4)
+-------+-------+
B(2) C(9)
+--+--+ +-----+-----+
D(1) E(3) F(5)
+--+--+
&
- 2022-04-22 08:49:28下载
- 积分:1