搜索资源列表
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.
MagicBox
- Magic number.. This programme can guess your decided number, by VB simple programme.
magic
- 关于高难度魔板问题的描述和源代码,用A*算法很好。不过里面用了广搜-magic
l1magic-1.1.tar
- l1-magic Compressive Sensing 简单工具包-l1-magic Compressive Sensing
tyre
- 轮胎力学特性,魔术公式,包含多个工况,可以修改参数,m文件-Tire mechanical characteristics, magic formula, contains more than one condition, you can modify the parameters, m file
magic_square
- Producing magic square of given size. used genetic algorithm.
CS
- L1-MAGIC is a collection of MATLAB routines for solving the convex optimization programs central to compressive sampling. The algorithms are based on standard interior-point methods, and are suitable for large-scale problems
Magic
- 幻方-magic cube
l1magic-1.1-(new)
- L1-magic 是一个求解矩阵方程稀疏解的工具包,这是原作者发布的最新 MATLAB 源代码。- l1 magic (new) -------- This package contains code for solving seven optimization problems. A detailed explanation is given in the file l1magic.pdf.
MATLAB__applications_
- Newton-Raphson method is implemented via MATLAB Thrown ball trajectory and projectile study Tire model-Magic Formula of Pacejka is implemented in MATLAB Leibnitz series of pi approximation Amusement ride - corkscrew plot in 3D
Magic
- 魔方阵的求解:奇数、偶数都行(偶数又分单偶数跟双偶数)-Solving magic squares: odd, even all the line (even a single even with the two-divided even)
magic-squarematrix
- 本程序为你产生一个幻方,请输入幻方的阶数,幻方的阶数应为大于3的奇数 随机产生一个矩阵-This procedure creates a magic square for you, please enter the order of magic square, magic square of order greater than 3 should be randomly generated a matrix of odd
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-matrix
- 是魔方矩阵的算法,刚接触魔方是感觉无从下手,不知道算法,编程的核心就是算法,希望这个算法能个大家带来帮助-magic matrix
magic-squares.tar
- Magic Squares is a Scheme program that generates magic squares of up to 4x4 in dimensions. It generates all possible permutations of each magic square in the given dimension.
magic
- 魔术公式,汽车模型,四轮的,但没有数据,有公式-Magic formula,Car model
Magic-dimensiona-
- 一个可以生成二维任意阶魔方矩阵的c语言程序。-One can generate any two-dimensional magic cube matrix of c language program.
Artificial-Intelligence-Magic-Cube
- 人工智能 经典问题之一 幻方问题的一部分解决算法。-One of the classical Artificial Intelligence problems.Magic square puzzle.