CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - a* shortest path

搜索资源列表

  1. SortPath

    0下载:
  2. 自己写的一个最短路径算法,WPF工程,通过设定路径的点、点的关联关系以及起始点,并最后保存,可以得到一个路径文件。程序可以读取路径文件,并算出最短路径。-To write a shortest path algorithm, WPF project, setting the path through the point, the point of the relationship as well as the starting point, and the last save, you can
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:98627
    • 提供者:纪双
  1. path

    0下载:
  2. 两点直接绕过障碍的最短路径计算方法,vc6编写,有示意像素界面,方便初学者理解计算方法。-Two o clock direct shortest path around obstacles calculation method, vc6 preparation, a signal pixel interface, easy for beginners to understand the calculation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2928824
    • 提供者:qj1cjg
  1. tsp

    0下载:
  2. This a matlab code which deals with TSP problem. This done using ant colony algorithm. In this problem each city gets visited once and a shortest path is obtained.-This is a matlab code which deals with TSP problem. This is done using ant colony algo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:29013
    • 提供者:minikkn
  1. a

    0下载:
  2. 根据蚁群觅食总是选择最短的路径的特点,运用蚁群算法实现选路最优化,-According to the characteristics of ant foraging always choose the shortest path routing algorithm using ant colony optimization,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3439
    • 提供者:大兵
  1. steiner-base-min-path

    0下载:
  2. 详细介绍了基于最短路径的施泰纳树问题,还有一篇是基于最小生成树的施泰纳树问题-Details of the Steiner tree problem based on the shortest path, there is a minimum spanning tree based Steiner tree problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:729
    • 提供者:Lavender
  1. lab2-5110379012

    0下载:
  2. 一个基于分布式系统的最短路径算法,需要手动输入每个节点到其他节点的距离-A shortest path algorithm based on distributed systems, the need to manually enter each node to other nodes in the distance
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6906
    • 提供者:xu
  1. Astar

    0下载:
  2. A*算法求最短路径,数据结构里的图模型。在优化算法方面有很大用途-A* shortest path algorithm,Data structure graph model. Great use in terms of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6371581
    • 提供者:sandy
  1. 007

    1下载:
  2. 看过007系列电影的人们一定很熟悉James Bond这个著名的特工。在电影”Live and Let Die”中James Bond被一组毒品贩子捉住并且关到湖中心的一个小岛上,而湖中有很多凶猛的鳄鱼。这时James Bond做出了最惊心动魄的事情来逃脱——他跳到了最近的鳄鱼的头上,在鳄鱼还没有反应过来的时候,他又跳到了另一只鳄鱼的头上……最后他终于安全地跳到了湖岸上。 假设湖是100×100的正方形,设湖的中心在(0,0),湖的东北角的坐标是(50,50)。湖中心的圆形小岛的圆心在(0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:231766
    • 提供者:张豪
  1. a

    0下载:
  2. 数学建模最短路径建模源代码,经过数学建模验证过的-Mathematical modeling of the shortest path modeling source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1431
    • 提供者:西瓜大
  1. short-path

    0下载:
  2. pascal实现各种单源最短路算法的分析对比及代码示例-Pascal implementation of a variety of single source shortest path algorithm analysis and comparison and code examples
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:44652
    • 提供者:arvin
  1. shortest

    0下载:
  2. 实现两个城市之间最短路径和最小花费的程序,可以作为数据结构的参考- 实现两个城市之间最短路径和最小花费的程序,可以作为数据结构的参考 Implementation of the shortest path between two cities and the minimum cost of the program, can be used as a reference for the data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:41297
    • 提供者:李宁
  1. A-modified-pulse-coupled

    0下载:
  2. A modified pulse coupled neural network for shortest-path problem
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:205698
    • 提供者:魏庭松
  1. 4.2

    0下载:
  2. 基于dijkstra和广度搜索的加权有向图有必经点的点对点的最短路径算法,路径必须经过要求的必经点,且不成环。 该算法采用了一种自适应调整的方法,经过多次迭代,使解收敛。 但只是寻找了一个略优的可行解(每次迭代都基于贪婪算法寻找),不能保证最优解。而且如果图过于稀疏,因为收敛速度过快,可能导致问题无解(收敛于一个局部最优解,没有经过所有点)。 解决相对稠密的图(每个点的平均出入度4以上),表现良好。 备注:里面有一个QT的工程,可以直接打开(源码里没用QT的库)-Weigh
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:16771
    • 提供者:凌凯
  1. A-star

    0下载:
  2. A-star算法求最短路径。 公式表示为: f(n) g(n)+h(n), 其中 f(n) 是从初始状态经由状态n到目标状态的代价估计, g(n) 是在状态空间中从初始状态到状态n的实际代价, h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (n), where f (n) the initial s
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:9168
    • 提供者:Bao
  1. Graphics-A-STAR-algorithm-master

    0下载:
  2. A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-14
    • 文件大小:5628928
    • 提供者:wang
  1. dijkstra_short-path-algo

    0下载:
  2. Dijkstra s algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later.[1][2]
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:Dharmesh
  1. the shortest path program in graph theory

    0下载:
  2. 图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:27648
    • 提供者:四姑娘
  1. floyd

    0下载:
  2. Floyd算法又称为弗洛伊德算法、插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。(Floyd algorithm, also known as plug-in method, is an algorithm for finding the shortest path between vertices in a given weighted graph.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:铭MARS花
  1. Asuanfa

    0下载:
  2. 建立一个30*30带障碍的小地图,包括起点和终点。寻找最短路径。(Create a small map of 30*30 with obstacles, including starting and ending points. Find the shortest path.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:阿斌4959
  1. A Solution to TSP with GA

    0下载:
  2. 利用遗传算法解决最短路径问题(商旅问题)(Using genetic algorithm to solve the shortest path problem (business travel problem))
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:crazy_snail
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com