搜索资源列表
8numbers.rar
- *算法属于一种启发式搜索,它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点的约束经过该结点至达目标结点的最佳路径代价;每当扩展结点时,意是在所有待扩展结点中选择具有最小F值的结点做为扩展对象,以便使搜索尽量沿最有希望的方向进行.A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高。当然由于A*算法中没有回溯,因此某些情况下可能会找不到正确的解过程。
蕊
- 学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
delphi_path
- 演示在delphi采用A*算法取得最佳路径-demonstration in A * algorithm used to achieve the best path
wanlousheji
- 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、
zuijialujin
- 数据结构常用算法,求最佳路径的,供大家参考-data structures, algorithms, seeking the best path for your reference
789645
- 用c写的校园导游系统 用弗洛依德算法实现,能够查询校园任意两个景点的最佳路径.-used to write c campus tour guide system with Floyd algorithm, inquiries to the campus arbitrary two spots in the best path.
hmm-viterbi-c
- 下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this is a excellent HMM program,it completes the VITERBI algorithm in HMM.
beibao
- 该可实现简单的背包功能,可用最佳贪心算法和最佳路径算法,可获得。
最小生成树-图
- 铺设网络的最佳路径-network rollout best path
eightnum
- 8数码的广度优先算法和A*算法。可以查找出最佳路径,并且自动演示-8 digital breadth-first algorithm and A* algorithm. Can search out the best path, and automatic presentation
dynamic
- 本代码为动态规划算法。寻找一条最佳路径,并找出相对应的节点。-The code for the dynamic programming algorithm.
Public-transport-system-the-best-path-algorithm.ra
- 公共交通最佳路径算法在分析城市道路网络最短路径算法 SP算法 和公交网络的特点的基础上,提出公共交通系 ( ) ( ) 统最佳路径算法.首先引入直达矩阵 T矩阵 和最小换乘矩阵 Q 矩阵 ,讨论公交网络节点间换乘 问题,得出最少换乘算法.利用 Q 矩阵确定节点间最少换乘次数,评价公交网络方便可达性.其次 ( ) 结合最少换乘算法,对最短路径算法 Dijkstra 算法 进行改进.在标号过程中,利用 Q 矩阵对待检验 T标号点进行筛选,减少 T 标号计算量,得到一条综合考虑
Park
- 公园导游图 数据结构 本系统实现: 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
A-Star
- 一个非常好用的A star搜索最佳路径算法 -a best A* find the shortest path algorithm
antcolony
- 利用蚁群算法解决旅行商问题,可以自主写入城市坐标,返回最佳路径和平均路径。-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.
AE11
- c#+ae9.2 一般地图功能 缓冲区分析 最佳路径查询-c#+ ae9.2 general map the best path query buffer analysis function
ACATSP
- 利用蚁群算法解决tsp问题,给定各个位置的坐标,自动给出一条路径方案(Ant colony algorithm to solve the TSP problem, given the coordinates of each location, automatically gives a path scheme)
热带气旋最佳路径数据集
- 本文件是中国气象局上海台风研究所发布的历史台风数据,包括最佳路径、台风中心气压和移速等数据,对研究台风及其引起的台风风暴潮有指导性意义,也是国内为数不多的完整记载台风数据的资料。
ACATSP
- 蚁群算法,计算最短路径和最佳路径,基于matlab(ant colony algorithm, path planning, the shortest path and the best path)
三维蚁群算法
- 三维路径规划,可以自动寻找最佳路径,matlab(3D path planning can automatically find the best path)