搜索资源列表
myAlgorithmExamplesAndExplain
- 都是自己编写的常用算法的事例,本人础作. 里面有:哈密尔顿环,皇后问题,图的着色问题,子集和数问题,树和等价问题,栈的各种用发等.-themselves are prepared by the algorithm commonly used examples, I make foundation. There are : Hamilton Central, Queen's, graphs, and several subsets, trees and equivalence, the
求最小Hamilton回路
- 求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路-circuit for the smallest functional Hamilto
hamilton421
- 用回溯法求解哈密尔顿回路的课程设计,含有源代码,课程设计说明书文本。非常难得!-Hamilton method with back loop course design, with source code, course design specification text. Very rare!
Smutek-TR-2001-15
- reduces to a standard Hamilton-Jacobi equation. There are several major advantages to this formulation. The rst is that (x y t) always remains a function as long as F is smooth. As the surface evolves, the curve C may break, merge, and chan
MS_Regress_FEX
- MS_Regress_FEX.zip,Hamilton (1989), the very in°uential paper
Hamilton-loop-algorithm
- 利用哈密尔顿圈算法解决旅行售货员问题和货郎担问题,从而使走过的路程最短。-By using Hamilton loop algorithm to solve traveling salesman problem and traveling salesman problem, so that through the path the shortest.