搜索资源列表
magic-square-matrix-solution
- ACM程序设计大赛题,关于幻方矩阵的求解。本源码不但有详细的编码过程,还有详细的说明。欢迎下载-ACM Programming Contest title on the magic square matrix solution. The source code is not only a detailed process, as well as detailed instructions. Welcome to download
magic
- 用来求解任意阶幻方问题,对单偶幻方和双偶幻方都进行了求解.-Used to solve the problem of arbitrary order magic square, of single-dual doubly even magic squares and magic squares have been conducted to solve.
sjhf
- 这是一个四阶幻方生成器,程序来自动生成多个幻方,幻方是一种神奇的东西-This is a fourth-order magic square generator, procedures to automatically generate a number of magic square, magic square is a wonderful thing
magic
- 魔方阵,是把1~n*n个连续的正整数填到一个n*n的方阵中,使得每一行的和、每一列的和、以及两个对角线的和都相等。-Magic square, is to 1 ~ n* n consecutive positive integers into an n* n fill the square, making each row and each column and, as well as two diagonal and are equal.
magic_square
- Producing magic square of given size. used genetic algorithm.
magic-square
- 计算任意阶的幻方程序,包括奇数,单偶数,双偶数-magic square for n
magic-square-matrix-solution
- 求幻方矩阵。给定任何数字n,即可显示n*n的幻方矩阵。幻方矩阵是一个经典的问题。ACM程序设计大赛常考。此源码还包括算法的规律说明。-Find magic square matrix. Given any number n, you can display the magic square n* n matrix. Magic square matrices is a classical problem. ACM Programming Contest Chang examination. Th
magic-square-of-order-n
- 所谓“魔方阵”是指满足的每一行、每一列和对角线上的元素之和均相等的方阵,用二维数组实现“魔方阵”的打印,任意输入一个自然数n,打印出相应的n阶魔方阵来-The so-called " magic square" is to meet each row, each column and diagonal elements are equal to the sum of the square, with two-dimensional array to achieve the &q
Magic-square
- 魔方阵 (1).设n是奇数,请编写程序构造n*n阶魔方阵,即行、列、两对角线上n个数之和相等的方阵。 (2).构造3*3素数魔方阵,即找出9个不大于500的素数并排成魔方阵。 -Magic square (1) n is an odd number, please write a program to construct n* n-order magic square that line, column the two diagonal n numbers equal to the
magic-square
- 使用Qt编写的幻方程序magic square,任意输入n,输出幻方的一种解,支持将解保存为xls文件-Magic square program written using Qt magic square, any input n, output a magic square solution support solution will save xls file
magic-square
- 该程序输入一个任意整数,输出小于等于该整数的任意阶幻方-This cpp is used to generate a magic square
the-magic-square-
- 用数组实现魔方阵问题 并输出魔方阵 要求在一个m×m的矩阵中填入1~m2的数字(m为奇数),使得每一行、每一列、每条对角线的累加和都相等 -the magic square
Magic-square
- 魔方阵的小程序,适合初学者使用参考!仅供参考!-Magic square of small procedures, suitable for beginners reference!
Magic-square
- “魔方”是指一个由正整数组成的方阵,它的每一行、每一列及每条主对角线上数据之和相等。本程序能输出1-n^2的自然数组成的魔方。-The procedure is used to produce magic square that is made of infinite nature number.
Magic-square
- 有关魔方阵的一个具体问题,C程序代码,运行可以实现。-For magic square of a specific problem, C code, running can be achieved.
Magic Square
- This is solution for Magic square problem in artificial intelenance
magic-square
- 该程序主要是一个特殊的数据阵,俗称幻方,能根据自行设置n得出n阶幻方-The program is primarily a special data array, commonly known as the magic square, magic square of order n can be drawn in accordance with their own set n
hexagonal-magic-square
- 求解六边形幻方的c程序!!有人用52年才算出来的,计算机几秒搞定。-Solving hexagonal magic square c program!
Magic-Square
- 幻方(Magic Square)是一种将数字安排在正方形格子中,使每行、列和对角线上的数字和都相等的方法。-Magic Quadrant (Magic Square) is a digital arranged in a square grid so that every row, column and diagonal digital and methods are equal.
Magic-square
- 一种多维幻方的求解程序,计算速度较快,小时候的难题解决利器-A program for multidimensional magic square solver, fast computing speed