CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 旅行售货员问题
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 旅行售货员问题 - List
[
Other
]
tsptsp
DL : 0
用C++编写的旅行售货员问题,采用的是回朔算法,对初学算法设计的人很有帮助哦!-prepared by the travel salesman, using the back Schomburg algorithm, algorithm design for beginners who helpful Oh!
Update
: 2008-10-13
Size
: 11.63kb
Publisher
:
杨扬
[
Other resource
]
traveljinshi
DL : 0
旅行售货员问题的近似算法 数据结构 算法 NP完全问题-traveling salesman problem approximation algorithm data structure algorithms NP-complete problem
Update
: 2008-10-13
Size
: 1.06kb
Publisher
:
agi995
[
Other
]
shouhuoyuan
DL : 0
实现简单的旅行售货员问题,就是简单的旅行售货员的vc实现-achieve simple travel salesman problem is simple travel achieving saleswoman's vc
Update
: 2008-10-13
Size
: 11.34kb
Publisher
:
蒋花生
[
Other resource
]
LINGOchengxu
DL : 0
lingo程序文件,包含旅行售货员问题,二次分配问题等
Update
: 2008-10-13
Size
: 97.72kb
Publisher
:
xzr
[
Windows Develop
]
旅行售货员问题
DL : 0
旅行售货员问题的解是一棵排列树.在给出的图中寻找一条费用最优的回路-travel salesman problem is the solution with a tree. The plan is to find an optimal cost of the Loop
Update
: 2008-10-13
Size
: 1.9kb
Publisher
:
姚翊
[
Console
]
shouhuoyuan_fenzhixianjiehehuosufa
DL : 0
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。
Update
: 2008-10-13
Size
: 20.28kb
Publisher
:
you shiming
[
Console
]
解旅行售货员问题的优先队列式分支限界法
DL : 0
解决旅行售货员问题的优先队列式分支限界法C++源程序
Update
: 2010-09-23
Size
: 2.32kb
Publisher
:
key4lock
[
Windows Develop
]
旅行售货员问题
DL : 0
旅行售货员问题的解是一棵排列树.在给出的图中寻找一条费用最优的回路-travel salesman problem is the solution with a tree. The plan is to find an optimal cost of the Loop
Update
: 2025-02-17
Size
: 2kb
Publisher
:
姚翊
[
Other
]
tsptsp
DL : 0
用C++编写的旅行售货员问题,采用的是回朔算法,对初学算法设计的人很有帮助哦!-prepared by the travel salesman, using the back Schomburg algorithm, algorithm design for beginners who helpful Oh!
Update
: 2025-02-17
Size
: 210kb
Publisher
:
杨扬
[
Data structs
]
traveljinshi
DL : 0
旅行售货员问题的近似算法 数据结构 算法 NP完全问题-traveling salesman problem approximation algorithm data structure algorithms NP-complete problem
Update
: 2025-02-17
Size
: 1kb
Publisher
:
agi995
[
Other
]
shouhuoyuan
DL : 0
实现简单的旅行售货员问题,就是简单的旅行售货员的vc实现-achieve simple travel salesman problem is simple travel achieving saleswoman's vc
Update
: 2025-02-17
Size
: 245kb
Publisher
:
蒋花生
[
Other systems
]
LINGOchengxu
DL : 0
lingo程序文件,包含旅行售货员问题,二次分配问题等-lingo program files, including the travel salesman problem, quadratic assignment problem, etc.
Update
: 2025-02-17
Size
: 97kb
Publisher
:
xzr
[
Console
]
shouhuoyuan_fenzhixianjiehehuosufa
DL : 0
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。-In vc++ Platform, using branch and bound and backtracking realize the travel salesman problem. After I run the correct tests, including the operation of the document.
Update
: 2025-02-17
Size
: 258kb
Publisher
:
you shiming
[
OS program
]
TSP
DL : 0
tsp动态规划解决旅行售货员问题 -tsp dynamic programming to solve the issue of travel salesman
Update
: 2025-02-17
Size
: 2kb
Publisher
:
彭江涛
[
Other
]
huisu-lvxing
DL : 0
旅行售货员问题,采用回溯算法实现,可以运行,带注释-Traveling salesman problem
Update
: 2025-02-17
Size
: 1kb
Publisher
:
ssss
[
assembly language
]
Glzy8_6626_1152_ppt
DL : 0
这是一个关于用回溯法解决TSP问题的实际案例,此案例可以有效的家觉旅行售货员问题(货郎担问题)。-It is a retrospective method used to solve TSP practical cases, this case can be an effective home sleep travel salesman problem (traveling salesman problem).
Update
: 2025-02-17
Size
: 32kb
Publisher
:
单雅超
[
matlab
]
TSP
DL : 0
介绍求解TSP 问题的蚁群算法,是解决旅行售货员问题的一种比较好的方法-Introduced to solve the ant colony algorithm for TSP problem is to solve the traveling salesman problem of a better way to
Update
: 2025-02-17
Size
: 66kb
Publisher
:
vumeng
[
Other
]
Travelingsalesman
DL : 0
旅行售货员问题,实现旅行时不同地点之间的最短距离达到最小耗费-Traveling salesman problem, realization of traveling the shortest distance between different locations to achieve the minimum cost
Update
: 2025-02-17
Size
: 4kb
Publisher
:
邹剑
[
Data structs
]
Desktop
DL : 0
实验四:分枝限界算法设计 实现课本上旅行售货员问题的分枝限界算法(P225),随机生成两个规模为10和20的TSP实例,比较算法运行时间。 提交源代码以及实验报告。 -Experiment 4: Design and Implementation of Branch and Bound algorithm for the traveling salesman problem textbooks Branch and Bound algorithm (P225), randomly generated two size 10 and 20 of the TSP instance, comparison algorithm running time. Report submitted to the source code and experimental.
Update
: 2025-02-17
Size
: 14kb
Publisher
:
pactric
[
Other
]
7旅行售货员
DL : 0
上传的这个程序是使用C语言编写的旅行商问题。(Upload this program is written in C language, it is to solve the traveling salesman problem)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
卌艹部落
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.