搜索资源列表

  1. TSP和野人过河

    0下载:
  2. 货郎担问题和野人过河问题,解压后有word文档,里面有详细说明-traveling salesman problem and savage river, unpacked a word document, containing details
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:90133
    • 提供者:王力
  1. aiwa

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-Traveling Salesman Problem (TSP, the traveling salesman problem), simulated annealing algorithm common source malab
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1038
    • 提供者:胡永生
  1. HolyMoley

    0下载:
  2. 本软件主要用于帮助计算机爱好者学习蚁群算法时做有关蚁群算法的试验。蚁群算法作为一种优秀的新兴的算法,具有非常广的应用前景,越来越多的人开始学习蚁群算法,因此本软件也有推广前景。 本软件除了用于教学目的外,还可用于解决实际生活中的与TSP(即,旅行商问题)问题相关的问题。 TSP问题描述的是一个旅行商要到几个城市去,每个城市必须去一次且仅能去一次,要求满足这样条件的 最短路径。将本软件稍作扩展即可用于城市规划、公交车路径安排
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:李誉
  1. 遗传算法解决TSP问题

    0下载:
  2. 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:60743
    • 提供者:舒小敏
  1. 20058702518155

    0下载:
  2. 经典的用遗传算法解决TSP问题,TsP问题就是旅行商问题。-classic genetic algorithm to solve TSP, underwent problem is the traveling salesman problem.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:124676
    • 提供者:金虎
  1. chcp

    0下载:
  2. 图论算法,旅行推销员问题,很有趣。 可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:60084
    • 提供者:许善
  1. 算法(销售员问题)

    0下载:
  2. 用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现-used to write a salesman problem. This is in addition to the High algorithm RED-BLACK TREE which one of the most difficult. The postgraduate courses in the program
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5935
    • 提供者:孙永锐
  1. tetretesa

    0下载:
  2. 本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写-the procedures of the classic traveling salesman problem a solution is learning algorithm data structure of excellent material, language c
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17129
    • 提供者:陈万通
  1. 分支限界算法求解TSP问题

    1下载:
  2. 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23761
    • 提供者:chen
  1. 近邻算法求解TSP问题

    1下载:
  2. 本程序用另外一种算法即近邻算法解决TSP,即旅行商问题,请高手指教.-this procedure with the other algorithms that solve the TSP neighbor algorithm, the traveling salesman problem, experts advise.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12178
    • 提供者:chen
  1. 货郎担分枝限界图形演示

    1下载:
  2. 货郎担分枝限界图形演示 问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman Branch and Bound graphic demonstration Problem descr iption : A salesman to a number of cities to sell co
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4253
    • 提供者:林周
  1. 模拟退火

    0下载:
  2. 本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2686
    • 提供者:叶靥
  1. tsp(2)

    0下载:
  2. 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19631
    • 提供者:叶靥
  1. hopfield解决TSP问题

    1下载:
  2. 人工神经网络实验之一,用Hopfield网络解决旅行商问题。文件中除源程序外还有word文档对算法,理论,问题描述,实验结果,实验分析的完整介绍-experimental artificial neural network, Hopfield network Traveling Salesman Problem. Apart from the source document but also have a word document o
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:94041
    • 提供者:李琳
  1. TSP-Traveling-Salesman-Problem

    0下载:
  2. TSP解决旅行商问题,设计出最优最便捷的方案实现最好的效果。-TSP Traveling Salesman Problem, the optimal design of the most convenient solutions to achieve the best results.
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-18
    • 文件大小:89088
    • 提供者:DelYoung
  1. SALESMAN-0906399Petroleum-37038

    0下载:
  2. 这个源码SALESMAN-0906399Petroleum-37038的功能相对而言还是不错的,很值得学习使用-The petroleum source SALESMAN- 0906399-0906399 function relative to character is good, is well worth learning to use
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:RW089768
  1. ABC-salesman

    1下载:
  2. Object oriented python implementation of artificial bee colony (ABC) algorithm for salesman problem, helps to understand the ABC algorithm
  3. 所属分类:大数据

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:mira ait
  1. Heuristic-method-for-the-Traveling-Salesman-Probl

    0下载:
  2. Heuristic method for the Traveling Salesman Problem A number of nearest neighbour tours are generated randomly selected starting points. Each tour is improved by 2-opt heuristics (pairwise exchange of edges) and th
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:ahmed
  1. A算法实现

    0下载:
  2. 基于人工智能中的A算法,编程并解决旅行商问题(Based on the A algorithm in artificial intelligence, programming and solving traveling salesman problem)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:xieyuqz
  1. Traveling Salesman Problem with ICA

    0下载:
  2. Traveling Salesman Problem with Imperialist Competitive Algorithm (ICA)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:datry
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org