CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - tsp a*

搜索资源列表

  1. PPM-PPT

    0下载:
  2. 项目管理的PDF文件.从PSP-TSP-CMMI. 内有说明,很不错不错的文档-project management PDF file. From PSP - TSP-CMMI. With a descr iption of quite good documentation
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:407662
    • 提供者:我是谁
  1. tsp-word

    0下载:
  2. 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:82705
    • 提供者:王子文
  1. TSP

    0下载:
  2. 免疫算法和模拟退火算法求解TSP问题的研究 本文提出了一种新的免疫模拟退火算法,并将其应用于求解典型的NP问题—TSP问题 -Immune algorithm and simulated annealing algorithm for solving TSP problems is proposed in this paper a new immune simulated annealing algorithm, and applies it to solve the issue of
  3. 所属分类:Document

    • 发布日期:2017-05-10
    • 文件大小:2351367
    • 提供者:彭伟
  1. backtracking-algorithm-C

    0下载:
  2. 这是求解VRP和TSP相关问题的回溯算法,基于C语言环境-This is a VRP and TSP solving issues related to backtracking algorithm, based on C language environment
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:57004
    • 提供者:naiyu
  1. Astar_TSP_java

    0下载:
  2. 用java做的一个简单的tsp,用的是a start算法,代码在文档里面
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:49340
    • 提供者:zhaomeng
  1. zamani

    0下载:
  2. this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:155766
    • 提供者:zahra soleimani
  1. paper-bb

    0下载:
  2. this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:109475
    • 提供者:zahra soleimani
  1. samane

    0下载:
  2. this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:16729
    • 提供者:zahra soleimani
  1. multicast-routing-

    0下载:
  2. this a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for every body.-this is a fiel about Genetic algorithm and travelling solesman (TSP) problems. I wish that this paper will be useful for
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:455485
    • 提供者:zahra soleimani
  1. touchscreen

    0下载:
  2. S3C44B0X处理器的 A/D 转换 触摸屏(TSP )的设计与控制-S3C44B0X processor A/D conversion of the design and control of the touch screen (TSP)
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:8658
    • 提供者:feng
  1. CSharp-solve-TSP

    0下载:
  2. c#解决蚁群算法实例源代码,实现一定范围内最短路径的优化。-c# solve the ant colony algorithm source code examples, shortest path optimization within a certain range.
  3. 所属分类:Project Design

    • 发布日期:2017-11-05
    • 文件大小:12803
    • 提供者:李红云
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end point T path collection, seeki
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:65799
    • 提供者:罗顺昌
  1. TSP-MATLAB-CODE

    0下载:
  2. 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best in
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:163158
    • 提供者:王斌
  1. tsp

    0下载:
  2. 基于MATLAB的TSP问题求解,有详细的程序解释和代码-MATLAB-based problem solving TSP, a detailed explanation of the program and code
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:262919
    • 提供者:lix
  1. TSP

    0下载:
  2. 总结的混合粒子群算法、蚁群算法、遗传算法求TSP(旅行商问题),值得看一看-Summary hybrid particle swarm optimization, ant colony algorithm, genetic algorithm for TSP (traveling salesman problem), it is worth a look
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:453754
    • 提供者:肖鹏
  1. TSP-MATLAB

    0下载:
  2. THIS A TSP ALGORITHME WRITTEN IN MATLAB-THIS IS A TSP ALGORITHME WRITTEN IN MATLAB
  3. 所属分类:Software Testing

    • 发布日期:2017-04-15
    • 文件大小:7176
    • 提供者:pink dream
  1. SA-TSP

    0下载:
  2. Simulated Annealing (SA) is the oldest probabilistic meta-heuristic algorithm and one of the first algorithms having ability to avoid being trapped in local minima. It is inspired by the process of annealing in metallurgy. In this process a m
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1688
    • 提供者:sorayya
  1. ACO-TSP

    0下载:
  2. Ant Colony Optimization Algorithm (ACO) and TSP ACO algorithm mimics the behavior of real life ants and on how they interact with each other. The basic philosophy of the algorithm involves the movement of a colony of ants through the different stat
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:13949
    • 提供者:sorayya
  1. TSP

    0下载:
  2. 用遗传算法求解tsp问题,实例。在本程序的TSP问题中一共有20个城市,也就是在图模型中有20个顶点,因此一个染色体的长度为20。-A Genetic Algorithm for tsp problem instances. A total of 20 cities, which is 20 vertices in the graph model TSP problem of this program, so a length of chromosome 20.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:67290
    • 提供者:薄良娟
  1. HM-TSP

    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 the best result is selected.
  3. 所属分类:Project Design

    • 发布日期:2017-12-12
    • 文件大小:2214
    • 提供者:ahmed
« 12 »
搜珍网 www.dssz.com