搜索资源列表
sjjg2.rar
- 对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种周游,输出三种周游的结果。
图的深度优先周游_递归_邻接矩阵
- 图的深度优先算法,这个算法非常的实用,应该经常被用到-map the depth priority algorithm, the algorithm is very practical, should always be used
Graph_BFS
- 这个是图的广度周游的源代码。解压即可。算法比较简洁,复杂度较小。-the breadth of the plan is to travel around the source code. Decompression can be. Algorithm comparison simple, less complex.
Horse-zym
- C# 写的马周游算法。包含实验报告!请注意修改名字哦-C# to write a horse around the algorithm. Experimental report contains! Please note the name change oh
KnightTourProblem
- 马周游问题 8*8棋盘中,一个马从某一位置是否能恰好访问每个格一次再回到起点?-Ma Traveled 8 * 8 chessboard. a horse from a particular position can just visit each lattice back to the starting point once again?
HorseTravelDemo
- 一个解决国际象棋的马周游问题的算法.本程序使用改善后的回溯算法来加速问题的解决.
骑士周游算法以及算法分析
- 数据结构 之骑士周游算法-data structure Cavaliers travel Algorithm
新建 文本文档 (10)
- 这是一个骑士周游的问题 希望对大家有帮助-This a tour of the Cavaliers hope to be helpful
huisu
- 用回溯法实现马周游,学习算法设计时做的实验
chp7
- 基本检索与周游算法,帮助我们更好的理解算法的精髓。
mazhouyou
- 在n x n棋盘(有n x n个格点的棋盘)的某个格点上有一个中国象棋马,马走日字。求一条周游棋盘的路径,使得马能够从起始位置起沿着该路径每个格点恰好走一次最后回到出发位置。
tsp
- 蕞优分组周游路线问题是一类物流智能调度问题,是众多的计算难度极大的组合爆炸问题之一。自从运输问题最早是由Hitchcock在1941年提出的[2][4]后,人们对这一类问题给予了极大的关注并进行了大量的研究,提出了有效解决问题的优化算法——单纯形法的变形[2]。但由于问题规模的扩大,纯数学方法在允许的时间和空间上都很难找到问题的最优解,于是人们开始转向寻找问题的近似最优解,遗传算法以其在求解最优化问题中的独特的自组织性、自适应性很快进入
骑士问题
- 著名的马周游问题的代码,可选择6×6,8×8,10×10大小的棋盘,找到结果后动态运行-on famous knight code. The chessboard with size 6*6,8*8,10*10 can be chosen.It will run automaticly after finding the result.
Hamilton周游路线问题
- Hamilton周游路线问题
骑士周游算法以及算法分析
- 数据结构 之骑士周游算法-data structure Cavaliers travel Algorithm
Hamilton
- 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线-Hamilton
backtrace_src
- 国际象棋中马的周游问题 给定一个8×8的棋盘,给定某一位置。求马从该位置出发,经过棋盘中的每一个方格恰好一次,最后回到它出发位置的路线图。 要求:用图形化动态演示马的行走路线、回溯过程。 -Travel chess problems in horses given a 8 × 8 chessboard, given a particular location. Horse from the starting seek pos
马的周游
- 用分治法解决马的周游问题,输入棋盘的大小,自动输出马的行经路线(Solving the problem of horse travel by means of divide and cure)
马的周游
- 实现寻找马的周游问题n*n规模的分治法解(Find solution of the Knight tour problem in size of n*n by means of divide and conquer)
马的周游
- 一个小算法,实现了骑士周游,主要使用了动态规划法,运行速度也快。(A small algorithm to achieve the Knight Tour, the main use of dynamic programming method, the speed is also fast.)