搜索资源列表
-
0下载:
哈密尔顿近似算法的C代码实现,并将结果输出到文本
-Hamilton approximation algorithm C code to achieve, and the results output to a text
-
-
0下载:
Algorithm Hamilton
I do with C++.It is easy for you
-
-
2下载:
8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回
到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m
和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。
编程任务:
对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton
周游路线。
Input
输入数据的第一行有2
-
-
0下载:
主要是计算最佳哈密尔顿圈,利用二边逐次修*实现,需要先给出带权的邻接矩阵。
注:利用矩阵翻转法求最佳H圈.pdf是h.m文件的说明文件。-Main is calculated by use of the second best Hamilton circle, edge successive correction method of realization, need to first presents the adjacency matrix with weight.
Note: u
-