搜索资源列表

  1. salesman-temp

    0下载:
  2. 货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2157
    • 提供者:邵柏波
  1. Genetic Algorithms and the Traveling Salesman Prob

    0下载:
  2. 遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:122189
    • 提供者:hu
  1. traverller

    0下载:
  2. 产生式系统中旅行商问题的求解-Production System Traveling Salesman Problem Solving
  3. 所属分类:文档资料

    • 发布日期:2024-04-30
    • 文件大小:43008
    • 提供者:红雨
  1. TSP GA

    0下载:
  2. C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:8192
    • 提供者:黄瑞
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:81920
    • 提供者:陈雷
  1. LCbb_TSP

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

    • 发布日期:2024-04-30
    • 文件大小:59392
    • 提供者:张强
  1. 货郎担问题源代码

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

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:李宏亮
  1. travelingsalesman

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

    • 发布日期:2024-04-30
    • 文件大小:422912
    • 提供者:卢林
  1. salesman-temp

    0下载:
  2. 货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:邵柏波
  1. Genetic Algorithms and the Traveling Salesman Prob

    0下载:
  2. 遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:121856
    • 提供者:hu
  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/网络编程

    • 发布日期:2024-04-30
    • 文件大小:60416
    • 提供者:舒小敏
  1. tsp(2)

    0下载:
  2. 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:1171456
    • 提供者:叶靥
  1. Knap12121

    0下载:
  2. 用动态规划算法编写的有关旅行商问题的java程序-dynamic programming algorithm used in the preparation of the Traveling Salesman Problem java programs
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:
  1. HuoLangDanProblem

    0下载:
  2. 分支限界法实现货郎担问题,开发工具eclipse-branch and bound Method traveling salesman problem, development tools eclipse
  3. 所属分类:界面编程

    • 发布日期:2024-04-30
    • 文件大小:16384
    • 提供者:EllenGong
  1. tsp.c

    0下载:
  2. 求解货郎担问题的分枝限界算法,程序中有较为详细的注释-solving the traveling salesman problem Branch and Bound algorithm, procedures are more detailed Notes
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:郎风华
  1. TSPNEW

    0下载:
  2. 经典的货郎担问题解决办法,采用了模拟退火算法,结构非常清楚,速度很快!-classic traveling salesman problem solution, using simulated annealing, the structure is very clear, very fast!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-30
    • 文件大小:1437696
    • 提供者:红红
  1. BAntTsp

    0下载:
  2. 求解旅行商问题的蚂蚁基本算法源程序 求解Oliver30问题的-solving the traveling salesman problem Ant basic algorithm source code for the Oliver30
  3. 所属分类:matlab例程

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:王林成
  1. tourzxh

    0下载:
  2. 旅行商问题,动态规划,附加说明文档,是程序竞赛的经典题-traveling salesman problem, dynamic programming, additional documentation, and procedures of the classic title race
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:17408
    • 提供者:周狼
  1. TSPGACCODE

    0下载:
  2. 旅行商问题的遗传算法求解源代码,多目标优化经典问题的现代启发式算法实现-traveling salesman problem genetic algorithm source code, multi-objective optimization of the modern classic Heuristic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-30
    • 文件大小:4096
    • 提供者:鸿渐
  1. huolangdan

    0下载:
  2. 问题:货郎担问题 实现方法:枚举,回溯,动态规划,分支界限法 -: traveling salesman problem Method : Enumeration, backtracking, dynamic programming, branch and bound
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-30
    • 文件大小:11264
    • 提供者:韩佳辰
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org