CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 旅行商问题

搜索资源列表

  1. 旅行商程序及其结构说明

    1下载:
  2. 旅行商问题,我们数学竞赛自己编的,最优问题-traveling salesman problem, we Mathematics Olympiad own series, optimal problems
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.54kb
    • 提供者:陈博
  1. luxingshang

    0下载:
  2. 用C编的遗传算法求解旅行商问题的源码-C series of the Genetic Algorithm for the Traveling Salesman Problem source 000000000000000000
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.9kb
    • 提供者:xiaoxin
  1. GAtsp(C++)

    0下载:
  2. 这是从其他网站下载的C#程序,用以求解旅行商的问题,采用算法为遗传算法-This is downloaded from other websites C# procedure for solving the traveling salesman problem, the algorithm used for the genetic algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.38kb
    • 提供者:刘艳
  1. tsp

    1下载:
  2. 用分支定界法求解旅行商问题旅行商问题是一个经典NP问题:有n个城市,一个推销员要从其中的某一个城市出发,每个城市只能遍历一次,要求走遍所有的城市,再回到他出发的城市,求所有可能路径中路径最短的一条路径来。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.29kb
    • 提供者:bianbian
  1. TSPGA

    0下载:
  2. 用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:流程
  1. tsp

    0下载:
  2. 结合旅行商问题,学习并掌握遗传算法。并从实例中体会遗传算法对解决NP问题的重要性。遗传算法解决旅行商问题-Combination of traveling salesman problem, to learn and master the genetic algorithm. Experience from the examples of genetic algorithm to solve the NP problem. Genetic Algorithm to Solve Traveling
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:11.31kb
    • 提供者:jiajia
  1. TSP

    0下载:
  2. 用c#实现tsp问题 即经典的旅行商问题 典型的组合优化问题-With c# Achieve tsp issues classic traveling salesman problem that is typical of combinatorial optimization problems
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4.78kb
    • 提供者:刘年
  1. TSP

    0下载:
  2. 这是解决旅行商问题的c#程序代码,编写的方法是普通遗传算法-This is the solution of traveling salesman problem c# code, the method is the preparation of general genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.41kb
    • 提供者:卓越
  1. 11838804390

    0下载:
  2. 编写程序实现用遗传算法解决旅行商问题,研究遗传算法的工作原理和收敛性质。-TSP using Genentic Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:3.77kb
    • 提供者:张玉良
  1. 53607898tsp

    0下载:
  2. 旅行商问题,用于在N个城市中求最短路径问题的源程序-Traveling salesman problem, for the N cities seeking the source shortest path problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:4.29kb
    • 提供者:gfs
  1. GA_TSP

    0下载:
  2. 以C++程序完成的旅行商问题,求各位给个看法-To C++ program to complete the traveling salesman problem, find you for a view
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:880.37kb
    • 提供者:陈玉滨
  1. lvxingshang

    0下载:
  2. 旅行商问题 c++源程序-Traveling salesman problem c++ source ~~~~
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:zhang
  1. TSP

    0下载:
  2. 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:754byte
    • 提供者:王红
  1. 30TSP-Cs

    0下载:
  2. 使用C#算法解决30个城市的旅行商问题(TSP),程序代码内有详细的说明,适合C#语言的入门学习。-Using C# algorithm to solve the traveling salesman problem in 30 cities (TSP), the program code with detailed instructions for the C# language learning portal.
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:4.35kb
    • 提供者:刘育成
  1. oscillator-algorithms-source-code

    0下载:
  2. 模拟谐振子算法源代码,内有求解旅行商问题的算例。-oscillator algorithms source code,include examples for solving the traveling salesman problem.
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3.87mb
    • 提供者:吴鸣
  1. GA-TSP

    0下载:
  2. 利用遗传算法求解30个城市的旅行商(tsp)问题,C++程序-Genetic Algorithm for TSP (tsp) problem C++ program
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2.02kb
    • 提供者:yd
  1. SA_Tsp

    0下载:
  2. 模拟退火旅行商问题用C#语言编写的,有界面计算城市之间旅行最短行程问题-Simulated annealing traveling salesman problem written in C# language, the interface to calculate the shortest path problem traveling between cities
  3. 所属分类:CSharp

    • 发布日期:2017-06-17
    • 文件大小:25.28mb
    • 提供者:jason
  1. GeneticAlgorithm_TSP

    0下载:
  2. vs2013实现的TSP旅行商问题的demo-Vs2013 implementation of the TSP traveling salesman problem demo
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:152.81kb
    • 提供者:LuYong
  1. ant-colony-optimization

    0下载:
  2. 旅行商问题(TSP)的C语言程序,附详细注释-Traveling salesman problem (TSP) of the C language program, with detailed notes
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:周原成
  1. TspGA源码

    0下载:
  2. TSP(旅行商问题)遗传算法实现源代码。(TSP (travel salesman problem) genetic algorithm to achieve the source code.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-28
    • 文件大小:438kb
    • 提供者:苯小糠
« 12 »
搜珍网 www.dssz.com