搜索资源列表

  1. anneal_travel

    0下载:
  2. 用模拟退火算法求解旅行商问题,其中用STL中的Vector来实现路径的存放 -simulated annealing algorithm for the traveling salesman problem, which use the STL Vector to achieve the storage path
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:118354
    • 提供者:田园
  1. hopfield_for_tsp

    0下载:
  2. Hopfield网络解决旅行商问题(TSP),迭代过程中采用保优方法,并计算最优解和次优解的个数。-Hopfield network Traveling Salesman Problem (TSP), iterative process used method for ensuring quality, and calculating the optimal solution and sub-optimal number of solu
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:41607
    • 提供者:文文
  1. ant1

    0下载:
  2. 利用蚂蚁算法解决TSP旅行商问题,用他能直接输出路由接点-use TSP ant algorithm to solve the traveling salesman problem, in his direct contact output routing
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2569
    • 提供者:任天笑
  1. HuoLangDanProblem

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

    • 发布日期:2008-10-13
    • 文件大小:16522
    • 提供者:EllenGong
  1. TSPprogrammatlab

    0下载:
  2. 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短?-known cities between the distance from the existing one must salesman n visited this city, every city and can only be visited once, f
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4223
    • 提供者:zhangy21cn
  1. luxingshang

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

    • 发布日期:2008-10-13
    • 文件大小:3998
    • 提供者:xiaoxin
  1. amerdow

    0下载:
  2. 哈密尔顿近似算法的语言实现及旅行商问题的实现-Hamilton approximation algorithm language and the achievement of Traveling Salesman Problem
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:43527
    • 提供者:红雨
  1. hldan

    0下载:
  2. 模拟退火算法求解货郎担问题(用C#实现)-simulated annealing algorithm for traveling salesman problem (with C#)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67270
    • 提供者:yyy
  1. travelling_saleman

    0下载:
  2. 经典算法:旅行商算法,采用爬上法和分支界限搜索-classical algorithm : traveling salesman algorithm, used to climb up and branch Boundary Search
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10358
    • 提供者:王菲
  1. TRA3

    0下载:
  2. 旅行商算法算出全国31外城市的最短单源路径。-traveling salesman algorithm calculates the country's 31 cities outside the single source shortest paths.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1889
    • 提供者:qw
  1. JSPzzj

    1下载:
  2. 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市 只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其 旅行路线的总长度最短? -known cities between the distance from the existing one must salesman n visited this city, every city and can only be visit
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2142
    • 提供者:赵志杰
  1. tsp.c

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

    • 发布日期:2008-10-13
    • 文件大小:3463
    • 提供者:郎风华
  1. evolver

    0下载:
  2. This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9122
    • 提供者:liu yang
  1. TSPNEW

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

    • 发布日期:2008-10-13
    • 文件大小:1437975
    • 提供者:红红
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest short
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. countlong

    0下载:
  2. 数据录入,远程连接的数据录入,可以记录业务员跟踪的客户,锁定自己的客户-data entry, remote connectivity to data entry, record salesman tracking customers, lock their customers
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:155256
    • 提供者:vic
  1. BAntTsp

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

    • 发布日期:2008-10-13
    • 文件大小:1442
    • 提供者:王林成
  1. tourzxh

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

    • 发布日期:2008-10-13
    • 文件大小:17928
    • 提供者:周狼
  1. traveljinshi

    0下载:
  2. 旅行售货员问题的近似算法 数据结构 算法 NP完全问题-traveling salesman problem approximation algorithm data structure algorithms NP-complete problem
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:agi995
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org