Welcome![Sign In][Sign Up]
Location:
Search - Hamilton

Search list

[WEB Codehamilton

Description: 介绍了几种找出各种图中所有hamilton回路的算法。
Platform: | Size: 1287567 | Author: crayon | Hits:

[CommunicationHamilton

Description: Hamilton回路近似算法,本人程序,请大家多提宝贵意见
Platform: | Size: 1182 | Author: 员新朋 | Hits:

[Other求最小Hamilton回路

Description: 求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路-circuit for the smallest functional Hamilton : n vertices with the right graph G, a Hamilton Circuit is a sequence of vertices v1, v2,# 8226# 8226# 8226# 8226 T. which each vertex vi even from one side to a vi (i = 1,2,# 8226# 8226# 8226# 8226# 8226, n-1), which was connected to the T. v1. All the Hamilton circuit, finding a value and the right to the smallest circuit, this circuit is the smallest HamiltonianCycle
Platform: | Size: 44032 | Author: 吴剑刚 | Hits:

[Otherhamilton

Description: 找算法中一个经典问题:找最短哈米尔顿回路的算法实现。-Algorithm to find a classical problem: to find the shortest Hamilton circuit algorithm.
Platform: | Size: 1024 | Author: 莫海波 | Hits:

[Documentshamilton

Description: 介绍了几种找出各种图中所有hamilton回路的算法。-Introduce a number of identifying all the hamilton circuit diagram of the algorithm.
Platform: | Size: 1287168 | Author: crayon | Hits:

[Program docHamilton

Description: Hamilton回路近似算法,本人程序,请大家多提宝贵意见-Hamilton loop approximation algorithm, I program, everyone with more valuable comments
Platform: | Size: 1024 | Author: 员新朋 | Hits:

[matlabhamilton

Description: 经典的汉密尔顿回路算法,以Matlab代码编写。-Hamilton classic loop algorithm to Matlab coding.
Platform: | Size: 11264 | Author: aoms | Hits:

[Data structsHamilton

Description: 利用回溯法求解hamilton回路的算法-Use of backtracking algorithms for solving circuit hamilton
Platform: | Size: 1024 | Author: 吕东 | Hits:

[Otherhamilton

Description: 汉密尔顿回路最优算法,等同于马步图程序,或者是送货郎问题-Hamilton loop optimal algorithm, the same as in Fig Mabuchi procedures, or delivery Lang problem
Platform: | Size: 140288 | Author: jinxuan | Hits:

[Windows DevelopHamilton

Description: Program to find Hamilton Circuits on graph!
Platform: | Size: 27648 | Author: Nguyen Minh Tan | Hits:

[Program docHamilton

Description: 马的Hamilton周游线路问题,帮助有些有这些课程设计的同学!-Zhe problem of traveling around!
Platform: | Size: 9216 | Author: 周飞 | Hits:

[Data structsHamilton

Description: 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线-Hamilton
Platform: | Size: 2048 | Author: 童祚阳 | Hits:

[AI-NN-PRhamilton

Description: 哈密尔顿回路包括模拟退火及其他即运用哈密尔顿解决问题-hamilton
Platform: | Size: 15360 | Author: 齐齐 | Hits:

[AlgorithmHamilton

Description: 汉密尔顿回路的C语言实现代码,是国外的人写的,和好很强大-code for Hamilton circuit C language implementation
Platform: | Size: 99328 | Author: gfs | Hits:

[matlabHamilton

Description: 哈密尔顿回路算法,内含TSP模拟退火算法和三边交换简单算法-Hamilton-loop algorithms, simulated annealing algorithm includes TSP and trilateral exchange of a simple algorithm for
Platform: | Size: 12288 | Author: Taro Yu | Hits:

[OtherHamilton

Description: 提出一种新的Hamilton阵列编码的设计方法。在不用求出整个Hamilton阵列编码前提下,根据码距和维数要求,直 接求出编码阵列中的某一具体的码元,预先构造出系数矩阵。和以往模型不同的是借助这个设计模型可以实现以任意顶点为起始点 的Hamilton阵列编码,从而使得构造整个Hamilton阵列编码更灵活、更快速-This paper proposes a new design method for Hamilton array codes.According to the hamming distance and dimension this method can obtain a code element of the array without constructing the whole Hamilton array codes,and then constructs the coefficients matrix.Different from previous models,this model can realize Hamilton array codes taking any vertex as the initial one,thus making the construction of the Hamilton array codes more flexible and quicker. Finally,the paper also gives a design example according to the proposed model
Platform: | Size: 715776 | Author: chengzi | Hits:

[AlgorithmHamilton

Description: 8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回 到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m 和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。 编程任务: 对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton 周游路线。 Input 输入数据的第一行有2个正整数m和 n,表示给定的国际象棋棋盘 由 m行,每行n个格子组成。 Output 将计算出的马的Hamilton周游路线用下面的2 种表达方式输出。 第 1 种表达方式按照马步的次序给出马的 Hamilton 周游路线。马的每一步用所在的方 格坐标(x,y)来表示。x表示行的坐标,编号为 0,1,…,m-1;y表示列的坐标,编号为 0, 1,…,n-1。起始方格为(0,0)。 第 2 种表达方式在棋盘的方格中标明马到达该方格的步数。(0,0)方格为起跳步,并 标明为第1步。 -8* 8 chess board on a horse, just walk outside than from the other 63 positions each time, and finally back To the starting point. This line is called Hamilton a horse travel routes. For a given m* n chess board, m And n are even greater than 5, and | mn | ≤ 2, the partition algorithm to design a test to find a horse of Hamilton travel routes. Programming tasks: For a given even number m, n ≥ 6, and | mn | ≤ 2, programming computing m* n chess board a horse Hamilton Travel routes. Input The first line of input data are two positive integers m and n, that a given chessboard By the m lines of n-grid component. Output The calculated travel route horse Hamilton 2 with the following expression of the output. The first one kind of expression is given in accordance with the order of the horse Horse Hamilton travel routes. Horse with each step of the square where Grid coordinates (x, y) to represent. the coordinates of x that line, numbered 0,1, ..., m-1 y co
Platform: | Size: 16384 | Author: zhang | Hits:

[OtherHamilton

Description: 8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回 到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m 和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。 编程任务: 对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton 周游路线。 -8* 8 chess board on a horse just walked outside than from the other 63 positions each time, and finally returned to the starting point. This line is called a horse' s Hamilton travel routes. For a given m* n chess board, m and n are even greater than 5, and | mn | ≤ 2, the partition algorithm to design a test to find a horse of Hamilton travel routes. Programming task: For a given even number m, n ≥ 6, and | mn | ≤ 2, programming computing m* n chess board a horse Hamilton travel routes.
Platform: | Size: 4096 | Author: ahangin | Hits:

[Windows DevelopHamilton

Description: 在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路。-N vertices in a weighted graph G, a Hamilton circuit is a sequence of vertices v1, v2, • • • • vn where each edge by a vertex vi is connected to vi+1 (i = 1,2, • • • • • , n-1), and vn is connected to v1. In all of the Hamilton circuit, find a right value and the minimum loop, this loop is the minimum Hamilton circuit.
Platform: | Size: 6144 | Author: 李姿琳 | Hits:

[AI-NN-PRHamilton

Description: 哈密顿环路算法 解压后可看matlab实现哦-Hamilton can look after decompression loop algorithm
Platform: | Size: 35840 | Author: 李明 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net