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

搜索资源列表

  1. 8numbers.rar

    0下载:
  2. *算法属于一种启发式搜索,它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点的约束经过该结点至达目标结点的最佳路径代价;每当扩展结点时,意是在所有待扩展结点中选择具有最小F值的结点做为扩展对象,以便使搜索尽量沿最有希望的方向进行.A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高。当然由于A*算法中没有回溯,因此某些情况下可能会找不到正确的解过程。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:584171
    • 提供者:
  1. 0下载:
  2. 学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:200256
    • 提供者:张亮
  1. delphi_path

    0下载:
  2. 演示在delphi采用A*算法取得最佳路径-demonstration in A * algorithm used to achieve the best path
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:91451
    • 提供者:风子
  1. wanlousheji

    1下载:
  2. 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:344347
    • 提供者:李微
  1. zuijialujin

    0下载:
  2. 数据结构常用算法,求最佳路径的,供大家参考-data structures, algorithms, seeking the best path for your reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1320
    • 提供者:fanghe
  1. 789645

    0下载:
  2. 用c写的校园导游系统 用弗洛依德算法实现,能够查询校园任意两个景点的最佳路径.-used to write c campus tour guide system with Floyd algorithm, inquiries to the campus arbitrary two spots in the best path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2751
    • 提供者:黄子
  1. hmm-viterbi-c

    0下载:
  2. 下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this is a excellent HMM program,it completes the VITERBI algorithm in HMM.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:28305
    • 提供者:macui
  1. beibao

    0下载:
  2. 该可实现简单的背包功能,可用最佳贪心算法和最佳路径算法,可获得。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8181
    • 提供者:韩爱
  1. 最小生成树-图

    0下载:
  2. 铺设网络的最佳路径-network rollout best path
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23160
    • 提供者:照茜
  1. eightnum

    0下载:
  2. 8数码的广度优先算法和A*算法。可以查找出最佳路径,并且自动演示-8 digital breadth-first algorithm and A* algorithm. Can search out the best path, and automatic presentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2752276
    • 提供者:djbone
  1. dynamic

    3下载:
  2. 本代码为动态规划算法。寻找一条最佳路径,并找出相对应的节点。-The code for the dynamic programming algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1721
    • 提供者:tess
  1. Public-transport-system-the-best-path-algorithm.ra

    0下载:
  2. 公共交通最佳路径算法在分析城市道路网络最短路径算法 SP算法 和公交网络的特点的基础上,提出公共交通系 ( ) ( ) 统最佳路径算法.首先引入直达矩阵 T矩阵 和最小换乘矩阵 Q 矩阵 ,讨论公交网络节点间换乘 问题,得出最少换乘算法.利用 Q 矩阵确定节点间最少换乘次数,评价公交网络方便可达性.其次 ( ) 结合最少换乘算法,对最短路径算法 Dijkstra 算法 进行改进.在标号过程中,利用 Q 矩阵对待检验 T标号点进行筛选,减少 T 标号计算量,得到一条综合考虑
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:107124
    • 提供者:怀自国
  1. Park

    1下载:
  2. 公园导游图 数据结构 本系统实现: 1.公园内任两景点之间最短路径的查询 2.输出公园景点分布 3.最佳路径(很多程序里面都没有这个,是本人熬夜将一C++程序改为C,并数据结构化。)-The system implementation: 1. Park, the shortest path between any two spots query 2. Output of the distribution of three park attractions. The best pa
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:184647
    • 提供者:Eruler
  1. A-Star

    0下载:
  2. 一个非常好用的A star搜索最佳路径算法 -a best A* find the shortest path algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:66997
    • 提供者:Stanley
  1. antcolony

    0下载:
  2. 利用蚁群算法解决旅行商问题,可以自主写入城市坐标,返回最佳路径和平均路径。-with the help of ant colony algorithm to solve the TSP problem. And the best route and the average length of routes will be returned.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4191
    • 提供者:weifan
  1. AE11

    0下载:
  2. c#+ae9.2 一般地图功能 缓冲区分析 最佳路径查询-c#+ ae9.2 general map the best path query buffer analysis function
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1271636
    • 提供者:cj
  1. ACATSP

    0下载:
  2. 利用蚁群算法解决tsp问题,给定各个位置的坐标,自动给出一条路径方案(Ant colony algorithm to solve the TSP problem, given the coordinates of each location, automatically gives a path scheme)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:落木知秋
  1. 热带气旋最佳路径数据集

    4下载:
  2. 本文件是中国气象局上海台风研究所发布的历史台风数据,包括最佳路径、台风中心气压和移速等数据,对研究台风及其引起的台风风暴潮有指导性意义,也是国内为数不多的完整记载台风数据的资料。
  3. 所属分类:行业发展研究

  1. ACATSP

    0下载:
  2. 蚁群算法,计算最短路径和最佳路径,基于matlab(ant colony algorithm, path planning, the shortest path and the best path)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:Fish-xu
  1. 三维蚁群算法

    2下载:
  2. 三维路径规划,可以自动寻找最佳路径,matlab(3D path planning can automatically find the best path)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:qwe1asd2
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com