CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 旅行售货员问题

搜索资源列表

  1. tsptsp

    0下载:
  2. 用C++编写的旅行售货员问题,采用的是回朔算法,对初学算法设计的人很有帮助哦!-prepared by the travel salesman, using the back Schomburg algorithm, algorithm design for beginners who helpful Oh!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.63kb
    • 提供者:杨扬
  1. traveljinshi

    0下载:
  2. 旅行售货员问题的近似算法 数据结构 算法 NP完全问题-traveling salesman problem approximation algorithm data structure algorithms NP-complete problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:agi995
  1. shouhuoyuan

    0下载:
  2. 实现简单的旅行售货员问题,就是简单的旅行售货员的vc实现-achieve simple travel salesman problem is simple travel achieving saleswoman's vc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.34kb
    • 提供者:蒋花生
  1. LINGOchengxu

    0下载:
  2. lingo程序文件,包含旅行售货员问题,二次分配问题等
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:97.72kb
    • 提供者:xzr
  1. 旅行售货员问题

    0下载:
  2. 旅行售货员问题的解是一棵排列树.在给出的图中寻找一条费用最优的回路-travel salesman problem is the solution with a tree. The plan is to find an optimal cost of the Loop
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:姚翊
  1. shouhuoyuan_fenzhixianjiehehuosufa

    0下载:
  2. 在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:20.28kb
    • 提供者:you shiming
  1. 解旅行售货员问题的优先队列式分支限界法

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法C++源程序
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2010-09-23
    • 文件大小:2.32kb
    • 提供者:key4lock
  1. TSP

    0下载:
  2. tsp动态规划解决旅行售货员问题 -tsp dynamic programming to solve the issue of travel salesman
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:2.13kb
    • 提供者:彭江涛
  1. huisu-lvxing

    0下载:
  2. 旅行售货员问题,采用回溯算法实现,可以运行,带注释-Traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:856byte
    • 提供者:ssss
  1. Glzy8_6626_1152_ppt

    0下载:
  2. 这是一个关于用回溯法解决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).
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:31.78kb
    • 提供者:单雅超
  1. TSP

    0下载:
  2. 介绍求解TSP 问题的蚁群算法,是解决旅行售货员问题的一种比较好的方法-Introduced to solve the ant colony algorithm for TSP problem is to solve the traveling salesman problem of a better way to
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:66.22kb
    • 提供者:vumeng
  1. Travelingsalesman

    0下载:
  2. 旅行售货员问题,实现旅行时不同地点之间的最短距离达到最小耗费-Traveling salesman problem, realization of traveling the shortest distance between different locations to achieve the minimum cost
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4.37kb
    • 提供者:邹剑
  1. Desktop

    1下载:
  2. 实验四:分枝限界算法设计 实现课本上旅行售货员问题的分枝限界算法(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 g
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:13.66kb
    • 提供者:pactric
  1. fenzhijiexian

    0下载:
  2. 1.分支界限算法背包问题 2.算法之分支限界法的旅行售货员问题-1. Branch and bound algorithm for knapsack problem 2. Branch and bound algorithm for the traveling salesman problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:486.89kb
    • 提供者:acidsaber
  1. tsp

    0下载:
  2. tsp matlab 旅行售货员问题的经典程序 很好的 望高手大侠多多几点-tsp matlab traveling salesman problem is the classic procedure lots of good looking master a few heroes
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.42kb
    • 提供者:liangzhongfa
  1. lvxingshouhuoyuan

    0下载:
  2. 旅行售货员问题的java版本,采用分支限界法。有详细解释-Traveling salesman problem is the java version, using branch and bound. Explained in detail
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2.63kb
    • 提供者:崔雅珍
  1. TravelingSalesmanProblem

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法-Solve the traveling salesman problem of the priority queue-type branch and bound
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:2.32kb
    • 提供者:CGQ
  1. main

    0下载:
  2. 分支限界法实现旅行售货员问题,使用时间挺短的,代码可读性强-Branch and bound to achieve the traveling salesman problem, the use of time very short, readable code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1.28kb
    • 提供者:
  1. 83494763aforge_src

    0下载:
  2. GA解决Tsp问题的代码.一种使用遗传算法来解决旅行售货员问题.-GA to solve the problem of code Tsp. Way to use genetic algorithm to solve the traveling salesman problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:488.47kb
    • 提供者:ldg
  1. 7旅行售货员

    0下载:
  2. 上传的这个程序是使用C语言编写的旅行商问题。(Upload this program is written in C language, it is to solve the traveling salesman problem)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:卌艹部落
« 12 »
搜珍网 www.dssz.com