CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 遗传算法 c TSP

搜索资源列表

  1. tspcode

    0下载:
  2. c语言编写的应用遗传算法解决tsp问题的源码,并且已编译-prepared by the application of genetic algorithms to solve the problem tsp source, and compiled
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1903683
    • 提供者:荣荣
  1. TSPforMATLAB

    0下载:
  2. 这是一个c++与matlab进行混合编程利用遗传算法实现tsp的源程序,较好的解决了旅行商的问题-c Matlab mixed with the use of genetic programming algorithm tsp of the source, the better to solve the traveling salesman problem
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11293
    • 提供者:yaoxingyu
  1. c++实现的TSP求解

    1下载:
  2. c++实现的TSP求解程序,可以读取数据文件
  3. 所属分类:Windows编程

  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
    • 文件大小:2465
    • 提供者:卓越
  1. TSP

    0下载:
  2. 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ compiler environment, the genetic algorithm process, and use them to solve a 48 cities TSP problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:730783
    • 提供者:wjw
  1. TSP

    0下载:
  2. 旅行商问题遗传算法C代码,完全可以运行,有不足请指出-Traveling salesman problem genetic algorithm C code can run, there is insufficient please indicate
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3646
    • 提供者:舒婷
  1. GGA_TSPe

    0下载:
  2. 遗传算法解决TSP问题,C++,VVS2005,注释详尽-GA, TSP -Genetic algorithm to solve TSP, C++, VVS2005 comment in detail-GA, TSP
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1593099
    • 提供者:zhengguoo
  1. GA-TSP

    0下载:
  2. TSP问题的遗传算法(GA)C++编程设计,需要自行编写输入数据文档即可-TSP Genetic Algorithem C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1828
    • 提供者:Jeremy
  1. GA-TSP

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

    • 发布日期:2017-04-06
    • 文件大小:2072
    • 提供者:yd
  1. ga-tsp

    0下载:
  2. 用遗传算法解决TSP问题,和AFORGE.d-genetic algorithm to solve TSP with C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:灵石路8号
  1. TSP

    0下载:
  2. TSP问题遗传算法C语言代码,能有效解决旅行商问题。-Genetic Algorithm for TSP C language code, can effectively solve the traveling salesman problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2554
    • 提供者:古洁
  1. tsp

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法 遗传算法的基本运算过程如下: a)初始化:设置进化代数计数器t=0,设置最大进化代数T,随机生成M个个体作为初始群体P(0)。 b)个体评价:计算群体P(t)中各个个体的适应度。 c)选择运算:将选择算子作用于群体。选择的目的是把优化的个体直接遗传到下一代或通过配对交叉产生新的个体再遗传到下一代。选择操作是建立在群体中个体
  3. 所属分类:DNA

    • 发布日期:2017-03-23
    • 文件大小:786322
    • 提供者:ahu_gj
  1. GA_tsp

    0下载:
  2. 遗传算法求解TSP问题,C++编程实现,matlab画图-Genetic Algorithm for TSP
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8571187
    • 提供者:jy_mail
  1. tsp

    1下载:
  2. C#中TSP遗传算法的设计与功能实现。TSP是经典数学问题,求最短路径。-Design and implementation of TSP genetic algorithm in C#.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:255035
    • 提供者:郭晓宝
  1. Traveling-Salesman-Problem

    0下载:
  2. C语言解决旅行商问题(货郎担问题),使用的是遗传算法-C language to solve the traveling salesman problem (TSP), using a genetic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3457
    • 提供者:kenny
  1. TspGA

    0下载:
  2. C#带winform窗口,利用遗传算法求解TSP问题-C# with WinForm window, using genetic algorithm to solve the TSP problem
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:665929
    • 提供者:曹文慧
  1. TSP

    0下载:
  2. 遗传算法解决TSP旅行商问题(可计算30个城市),用Visual C++编写,希望对大家有所帮助。-Genetic algorithm to solve TSP traveling salesman problem (calculate 30 cities), written in Visual C++, we want to help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3249
    • 提供者:lala
  1. yodwd-goutine

    0下载:
  2. 这是一个c++与matlab进行混合编程利用遗传算法实现tsp的源程序-This is a c++ and matlab mixed programming using genetic algorithm to realize the TSP source program
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:10052
    • 提供者:VYTHndn-48599
  1. TSP遗传算法

    0下载:
  2. 遗传算法解决144个城市的TSP问题,并用easyX插件画出路径图。(The genetic algorithm solves the TSP problem in 144 cities and uses the easyX plug-in to draw the path map.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:29848576
    • 提供者:wwwhx
  1. GA-tsp

    0下载:
  2. 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:derek__z
« 12 »
搜珍网 www.dssz.com