搜索资源列表
VisualQueen
- n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<Solve>按钮即可进行求解. c) 求解过程显示 在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数. 当冲突数降到0时,求解完毕. d) 求解结果显示 程序可以图形化显示8<=n<=50的皇后求解结果. e) 退出
Bashuma
- 八数码问题求解,可以界面动态的显示求解过程。
GA_Matlab
- 在工业工程中,许多最优化问题性质十分复杂,很难用传统的优化方法来求解.自1960年以来,人们对求解这类难解问题日益增加.一种模仿生物自然进化过程的、被称为“进化算法(evolutionary algorithm)”的随机优化技术在解这类优化难题中显示了优于传统优化算法的性能。目前,进化算法主要包括三个研究领域:遗传算法、进化规划和进化策略。其中遗传算法是迄今为止进化算法中应用最多、比较成熟、广为人知的算法。
suanf
- 算法和算法设计中的有关于求解最长公共子序列的解决方法,最终可以动态显示求解过程-Algorithms and algorithm design for solving the longest common sub-sequence of solutions, and ultimately the solution process can be dynamic display
nQueenproblem
- 以图形的方式形象的显示n后问题的求解过程-Graphical way to display the image after n the process of problem solving
lcs
- 求解两个序列的最大子序列问题,以图形显示求解过程-Solving the two sequences of the largest issue of subsequence
GreedySelector
- 图形界面的贪心算法,动态显示运行求解问题的过程-Graphical interface, greedy algorithms, dynamic display of running the process of problem solving
HanioTower
- 图形界面的汉诺伊塔问题求解程序,动态显示运行求解问题的过程-Han Nuoyi Ta graphical interface problem-solving process, dynamic display of running the process of problem solving
MatrixChain
- 图形界面的矩阵连乘算法,动态显示运行求解问题的过程-Graphical interface with the matrix multiply algorithm, dynamic display of running the process of problem solving
LU
- 先初始化系数方正以及常数向量,然后显示系数矩阵及常书向量。求解过程中显示L,U矩阵以及x,y向量。-You can get the result as you input A as you can.
tsp
- 旅行商(TSP)模型算法,动态显示求解过程程,支持暂停功和继续的功能,停止后,可以将当前的状态保存。-TSP algorithm.
ninespace
- 传统的九宫八数码,自动求解过程,gui显示自动求解过程,采用线程机制-nine space problem
mafugai
- 在8*8的国际象棋棋盘上,如果放置若干个马后,使得整个棋盘的任意空位置上所放置的棋子均能被这些马吃掉,则称这组放置为棋盘的一个满覆盖。若取掉满覆盖中的任意一个棋子都会使这组放置不再是满覆盖,则称这一满覆盖为极小满覆盖。沙棘程序完成如下要求: 1、求解一个极小满覆盖。 2、最好能画出棋盘的图形形式,并在其上动态地显示试探过程。 3、程序能方便地移植到其他规格的棋盘上 -ma gfhiaghaihgoia ghaig aigha ghaoi ghaigaog rh
zuoye
- 牛顿法 二分法 方程求解 过程结果也显示-Newton method for solving the dichotomy equation results also show
pso_2D
- 粒子群算法求解函数最大值,2D动态显示计算过程-Maximum particle swarm algorithm function
MATLAB-for-hillSAA
- 共有5个m文件,用于求解旅行商问题,可动态显示求解最优路径过程,且有代码详细注释,对初学者尤为适用。-A total of 5 m file, used to solve the traveling salesman problem, you can solve the optimal path dynamically display process, and there is code detailed notes, particularly suitable for beginners.
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
牛顿法迭代
- function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
Furnance
- C#实现TDMA法求解加热炉双层炉墙传热问题。程序界面实现了控件绑定数据以及创建新线程显示计算过程。-C# implementation TDMA method for solving double furnace wall furnace heat transfer problems. Program interface to achieve the control is bound to create a new thread to display data and calculations
HanioDialog
- 实现汉诺塔的求解过程,在对话框中显示盘子的移动过程-the dialog of Hanio