搜索资源列表
Traffic-Map
- 数据结构 一、 实验目的与要求 可用一个带权有向图表示某区域的公交线路网,图中顶点表示区域内的重要场所,弧表示公交线路,弧上的权表示票价。要求: 1、采用键盘输入的方式接受用户输入的公交线路网(该网应该是公交网的子网 ,只需要包括重要场所及其之间存在的弧),要有交好的交互和容错处理(当输入错误数据时能引导用户输入正确的数据,考虑检查输入顶点和弧不能够成强连通图的情况)。 2、选择恰当的存储结构实现该有向网的存储。(报告中要讨论选择这种存储结构的原因,简单比较不同存储结构的差异)。
HeadwayPercent
- 网络协调控制,实时计算路网交叉口的周期、绿信比和相位差-Network coordination and control, real-time calculation of network intersection cycle, split ratio and phase difference
Traffic_Light
- 电子交通模拟系统是根据现有的道路网及其设施和出行分布状况,对各种出行加以指导性管理,使整个系统从时间上尽可能地得到协调。-Electronic traffic simulation system is based on the existing road network and its facilities and travel distribution, to be guiding the management of a variety of travel, so that the whole
A
- A*(A-Star)算法是一种静态路网中求解最短路最有效的方法,估价值与实际值越接近,估价函数取得就越好。该上传的内容是一个A*算法的模拟实现。-A* (A-Star) algorithm is the most effective way to short-circuit a static road network to solve the valuation closer to the actual value, the valuation function is achieved, the
spatialindex-master
- R-tree开源源码,用于将地理特别是路网数据以树的形态存储起来-R-tree source code for storing geographic data
beijing_road
- 根据路段起止点的经纬度对路网数据进行连接。(The network data is connected according to the latitude and longitude of the starting and stopping points of the road section.)
astar-master
- A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algo