搜索资源列表

  1. apply

    0下载:
  2. 货郎担问题!这是用动态规划实现的! 效率很高啊!-traveling salesman problem! This is achieved using dynamic programming! High efficiency ah!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1175
    • 提供者:王乐
  1. TK

    0下载:
  2. 旅行家问题 一个旅行家想驾驶汽车以最少的费yi 用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离为D1、汽车油箱的容量为C(以升为单位),每升汽油能行驶的距离为 D2,出发点每升汽油价格P和沿途油站数N(N可以为零),油站i离出发点距离Di,每升汽油价格Pi(i=1,2...N)。计算结果四舍五入至小数点后两位。 如果无法到达目的地,则输出“No Solution\"。-issue a travel home t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:信仰
  1. tspapp

    0下载:
  2. 遗传算法和“货郎担” 问题: \"The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:284142
    • 提供者:s050403054
  1. java-tsp-1.3-src

    1下载:
  2. Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:531189
    • 提供者:maolei
  1. TSP GA

    0下载:
  2. C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8545
    • 提供者:黄瑞
  1. MATLAB GA TSP

    0下载:
  2. MATLAB版遗传算法解TSP问题-MATLAB version Genetic Algorithm for the Traveling Salesman Problem
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1876
    • 提供者:黄瑞
  1. traveling-sales

    0下载:
  2. 根据王晓东上面重要代码,具体实现.通过测试的.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14831
    • 提供者:mm
  1. 行波

    1下载:
  2. 行波-Traveling Wave
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:34751
    • 提供者:胡合中
  1. TSPGA_src

    0下载:
  2. 一个运用改良的遗传算法来解决旅行商问题的程序-an improved use of genetic algorithms to solve the traveling salesman problem procedures
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:65912
    • 提供者:陈雷
  1. Genetic_Ant_Algorithms

    0下载:
  2. 一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:81933
    • 提供者:陈雷
  1. 货郎担限界算法A

    0下载:
  2. 货郎担限界算法 c语言-traveling salesman Bound algorithm language c
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3414
    • 提供者:ddr
  1. LCbb_TSP

    0下载:
  2. LC分枝限界法解货郎担—代码-LC Branch and Bound Solving traveling salesman - code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:59825
    • 提供者:张强
  1. for TSP(Matlab)

    0下载:
  2. 模拟退火算法用于求解旅行商问题的matlab源程序-simulated annealing algorithm for solving the traveling salesman problem Matlab source
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4954
    • 提供者:黄大东
  1. 分支与界法

    0下载:
  2. 图论中使用分支与界法求解旅行商问题,直接在vc中编译可运行-graph theory with the use of branch and bound for traveling salesman problem, which directly vc compiler can run
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1841
    • 提供者:谢继晖
  1. 模拟退火算法实现旅行商算法

    0下载:
  2. 采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the travel
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:谢继晖
  1. 旅行商问题

    0下载:
  2. 这是一个旅行商问题的算法源程序,代码较为简短,说明详细,可读性好。压缩包里面只包含源程序文件,要在vc上面运行。-This is a traveling salesman problem algorithm source code, code brief that detailed and readable. Compressed they contain only source files to run above the vc.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1983
    • 提供者:xtbc
  1. 货郎担分枝限界算法图形

    0下载:
  2. 货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4214
    • 提供者:李宏亮
  1. 货郎担问题源代码

    0下载:
  2. 货郎担问题源代码 货郎担问题源代码-traveling salesman problem source code traveling salesman problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3455
    • 提供者:李宏亮
  1. travelingsalesman

    0下载:
  2. 用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12601
    • 提供者:卢林
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org