搜索资源列表
magic_1
- 魔方的算法,即每行每列和对角线上的数值和相等,算法值得研究研究-Magic Square algorithm, which means that every line and every out on the diagonal and the same numerical algorithm worth studies
偶数阶魔方和的算法
- 偶数阶魔方和的算法 线性规划单纯形法VC源码 -even order and the algorithm for solving linear programming simplex method VC FOSS
MagicSquare-huishu
- 当年,学turbo c的时候,书上有一个魔方算法;十年后,一个偶然的应用,我编写了这个回溯法的魔方算法。优点:可以计算n阶魔方的所有可能组合。-year, the school turbo c, the book is a Rubik's cube algorithm; Ten years later, an accidental use, I prepared this retroactive law Cube algorithm. Advantages : can calculate
magic_by_xueylloulan
- 魔方算法 即横竖斜的数字和都相等的方阵-Cube algorithm that regardless of the number of ramps and are equal to the matrix
Algorithm_analysis_and_programme_design
- 实用算法分析与程序设计 目录: 第一章基础算法 第二章 顺序统计算法和中位数 第三章 有关数论的算法 第四章 计算几何学 第五章 显式固的基本算法 第六章 隐式图的基本算法 第七章 网络流的算法 第八章 动态程序设计 第九章 题库 一、神秘的大陆 二、迷宫车间 三、Hamilton机器人 四、魔方工具包 五、Tom、Jerry和奶酪 六、债务 七、Sinistra 的城市 八、游戏 九、加法链 十、黑白棋 十一、
mofang
- 魔方阵完整算法(内含详细解释) 包括奇数和偶数 在VC6.0下运行-Magic matrix integrity algorithm (containing detailed explanation), including odd and even run in VC6.0
mofangsuanfa
- 魔方的算法,希望可以帮到大家!有什么不好的地方请大家原谅!-mofang
cubematlab
- 魔方的matlab代码,用matlab实现魔方还原算法-Cube matlab code, matlab cube reduction algorithm to achieve
matlab-help(Chinese)
- 对matlab做了简介。通过一个魔方矩阵介绍了matlab矩阵的编程与算法;介绍了m文件的创建及简单作图。适合入门。-Introduction of matlab. Matrix introduced through a cube of programming and algorithm matlab matrix introduced m file creation and simple graphics. For entry.
MASort
- 魔方阵排列算法的VC++示例源代码,用的是搜索的方法,能进行14阶以下所有魔方阵的计算任务。 -Order magic square algorithm VC++ sample source code, using a search method, can carry all of the following 14-order magic square of the computing tasks.
cPP
- 几个简单的程序 包括中位数 回数 魔方 算法的实现 解决简单的数学问题-several simple code
Digital_Rubik_s_Cube
- 给出了魔方的一种算法,对任意魔方,均能找到将其还原的方法。并且进行的仿真-An algorithm is given cube, for any cube, can be found to restore methods. ....
magic-matrix
- 是魔方矩阵的算法,刚接触魔方是感觉无从下手,不知道算法,编程的核心就是算法,希望这个算法能个大家带来帮助-magic matrix
pingmianmofang
- 基于遗传算法的平面魔方问题研究,共六步,仅供参考-Graphic Design Magic Based on GA
MASort
- 魔方阵排列算法的VC++示例源代码,用的是搜索的方法,能进行14阶以下所有魔方阵的计算任务。-The magic square the alignment algorithm VC++ example source code, search 14 order magic square computing tasks.
MakeMagicMatrix
- 本程序计算魔方矩阵(Magic Matrix),输入一个数即可打印矩阵。提供奇数和偶数(4倍数和非4倍数)的魔方矩阵算法,含注释。代码使用纯C++编写,原系VC6编辑器编辑测试。-Generate magic matrix with input number, no matter even or odd. Edited by VC6, comment is offered. Any C++ compiler will be supported.
CFOP
- 魔方算法程序,可用于机器人还原魔方,魔方算法是CFOP-Cube algorithm program for the robot to restore the cube, the algorithm described is CFOP
CreateMagicMatrix
- 《洛书》增强版算法解密 包括偶数阶、双偶数阶、单偶数阶等各类魔方(幻方)的生成算法源码。 其中单偶数阶最难: 单偶数魔方,n为偶数,且不能被4整除(n=6,10,14,18,22……)(n=4k+2,k=1,2,3,4,5……)。这是奇数阶魔方,双偶数阶魔方,单偶数阶魔方三种魔方里面最复杂的魔方。 以n=10为例,这时k=2。 (1)把方阵从左到右,从上到下分成A,B,C,D四个象限,这样每个象限肯定是奇数阶,用罗伯法,依次在A,D,B,C象限按奇数阶魔方的
魔方阵
- 魔方阵问题解答,使用c++,源代码,数据结构与算法(Cube matrix problem, using c++, source code, data structures and algorithms)