搜索资源列表
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
蕊
- 学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
9927417pfind20
- 一个非常好的vp+mapx的最短路径算法-a very good vp+ mapx the shortest path algorithm
GisPathFinder
- 一个类似于地图最佳路径查找和分析的源代码。-A map similar to the best path to find and analyze the source code.
JZfc
- 焦作市房产中介信息系统是结合数据和地图操作,功能包括地理对象的图上定位 根据不同的途径查找房源,有基本属性查询,基本位置查询,SQL查询,来查找理想的位置。还有地图编辑和房源信息管理(非管理员用户没有此权限), 可以对其进行添加房源,修改出租房,修改出售房,删除房源等。还有房源预算功能,就是添加了辅助计算机和贷款估计这两项,当选中一个房源的时候,根据价格、面积、贷款年数、贷款利率等计算出每月应还款的数额。对地图的操作,包括放大显示,缩小
rotator
- 机器人自主演示平台,可实现机器人自主寻找最佳路径-Demonstration platform for autonomous robot can realize autonomous robot to find the best path
park
- 给出一张某公园的导游图,游客通过终端询问可知: (1) 从某一景点到景点的最短路径。 (2) 游客从公园大门进入,选一条最佳路径,使游客可以不重复地游览各景点,最后回到出口(出口就在入口处旁边)。 将导游图看作一张带权无向图,顶点表示公园地各个景点,边表示各景点之间地道路,边上的权值表示距离,为此图选择适当的数实现提示 问实际是最短路径问题,如果有几条路径长度相同,可选择途径景点较少的路径提供给游客。 (2) 第二问
WindowsApplication2
- 用C#编写的windows应用程序,使用了键盘事件,鼠标事件,并通过sql server2005记录数据,可记录行走路径,当指定目标后,可智能选择最佳路径。-With C# Prepared windows application, using the keyboard events, mouse events, and through sql server2005 record data can be recorded to walk
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 矩阵对待检验
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
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)