CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最优路径

搜索资源列表

  1. undirectedgraph

    0下载:
  2. 建立了无向图结构完成了图的遍历与最短距离与最优路径的寻找-Established a complete undirected graph structure graph traversal with the shortest distance and find the optimal path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:591444
    • 提供者:郭晨
  1. TSP-CPP

    0下载:
  2. 典型的人工智能问题-旅行商问题的最优路径问题的解决方案-A typical problem of artificial intelligence- the traveling salesman problem of the optimal path solution to the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:806443
    • 提供者:雪儿
  1. BPSK-viterbi

    3下载:
  2. 基于维特比译码算法的BPSK解调方式,survivor_state是一个矩阵,它显示了通过网格的最优路径,这个矩阵通过一个单独的函数metric(x,y)给出,这个算法既能用于硬判决译码也能用于软判决译码。 -BPSK demodulation method based on viterbi decoding algorithm, survivor_state is a matrix, the optimal path of it shows through the grid, the me
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:5013
    • 提供者:duanyy
  1. ants

    0下载:
  2. 蚁群算法在物流配送中运用,实现最优路径巡寻优,可得出实际界面,直观-Ant colony algorithm applied in logistics and distribution, to achieve optimal path patrol optimization can be drawn from the actual interface, intuitive
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1441055
    • 提供者:李时针
  1. lujing

    0下载:
  2. 蚁群算法 TSP商旅问题 最优路径 最短路问题-Ant colony algorithm TSP business problems The optimal path The shortest path problem The application of graph theory
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:wolfmark
  1. path

    0下载:
  2. 这是计算最优路径的Floyd算法在Matlab中的实现程序。-This is the calculation of the optimal path Floyd algorithm in Matlab implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:7071
    • 提供者:Daniel
  1. MainAneal

    0下载:
  2. 模拟退火算法对tsp问题的求解,求解的是最优路径-Simulated annealing algorithm for tsp problem solving, solving the optimal path
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1756
    • 提供者:罗列
  1. algo3-5

    0下载:
  2. 求解有关迷宫路径的问题的算法,可以输出最优路径,以及所有路径-path of a puzzle...
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:714912
    • 提供者:Xue Lanqing
  1. xunjin

    0下载:
  2. 运用弗洛伊德算法c++解决寻找最优路径方案-C++ using Floyd algorithm to find the optimal solution path program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:785
    • 提供者:子建
  1. EightCode

    0下载:
  2. 八数码A*算法,且输出最优路径,MFC界面实现-Eight digital A* algorithm, and outputs the optimal path, MFC interface implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:334347
    • 提供者:翟盼盼
  1. N_Number

    0下载:
  2. N数码难题,能自动寻找最优路径解决多数码难题,人工智能的c#实现版本-N digital problem that can automatically find the optimal path to solve the problem of multi-digital, artificial intelligence c# implementation version
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:781534
    • 提供者:罗元国
  1. three-dimensional-path-planning

    0下载:
  2. 基于蚁群算法的三维路径规划。在三维地图上寻找最优路径!-Ant colony algorithm based three-dimensional path planning. To find the optimal path on the three-dimensional map!
  3. 所属分类:transportation applications

    • 发布日期:2017-04-06
    • 文件大小:22042
    • 提供者:张三
  1. GACOTSP

    0下载:
  2. 广义蚁群算法在TSP问题中的实现,得出蚂蚁寻找到的最优路径和收敛过程。-Generalized ant colony algorithm in TSP problems, draw ants to find the optimal path and the convergence process.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2284
    • 提供者:zhaohua
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法是目前应用最广的智能算法之一,该程序应用蚁群算法求解最优路径-Ant colony algorithm is one of the most widely used intelligent algorithm, the program ant colony algorithm for optimal path
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1579
    • 提供者:sunxiaopei
  1. Dijsktra_final

    0下载:
  2. 基于Dijkstra方法的最短路径改良版方法,能够一次性搜索出最优最优起点终点、最优路径、路径长度,常用于图论相关问题-Shortest path method ,which is based on a modified version of the method Dijkstra, is possible to search out the best starting point, terminate point, the optimal path, and the path length.I
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1161
    • 提供者:钟腾
  1. TSP_sourcefile

    0下载:
  2. 文件中是基于旅行商问题的M文件,实现了最优路径的规划与显示-Document is based on the traveling salesman problem M files, to achieve optimal path planning and display
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5895
    • 提供者:籍洋
  1. GA-TSp

    0下载:
  2. 遗传算法求解34个城市之间的最优路径。可以运行-Genetic algorithm for optimal path 34 between the cities. Can run.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8673
    • 提供者:叶枫
  1. SingleBOT

    1下载:
  2. 基于改进的遗传算法的matlab机器人最优路径选择-Select the improved genetic algorithm based on the optimal path matlab robot
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:11325
    • 提供者:孙跃
  1. CGraphDll

    0下载:
  2. 图论 利用有向图排序算法,顶点边之间的关系,求解最优路径-Use a relationship graph theory algorithms, vertex between edges directed graph sort solving the optimal path
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:35532
    • 提供者:张海洋
  1. Maze

    0下载:
  2. A*算法实例,一种搜索算法,用来对路径的搜索,搜索最优路径等等。-A*Algorithm instance
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:45895
    • 提供者:pan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 32 »
搜珍网 www.dssz.com