搜索资源列表
图的最短路径应用
- 图的最短路径的应用,参考价值无限。可供其他同行参考-the shortest path map application, reference value unlimited. Other alternatives to peer reference
TrainRoute
- csharp开发,为乘铁路出行的用户提供路线信息,计算特定路线的距离、两城镇间不同路线的数量并找出最短路线-csharp development of the railway transportation by the user route information to calculate the distance between specific routes, two different routes between towns in the volume and find the shor
9927417pfind20
- 一个非常好的vp+mapx的最短路径算法-a very good vp + mapx the shortest path algorithm
ksp-1.0.tar
- K条路 算法 计算最短路径 CVC8-K road shortest path algorithm CVC8
24512
- 我用的是arcengine开发,在几何网络中寻找最短路径.-I use the arcengine development, the geometric network to find the shortest path.
netlayer
- VC+MO最短路径算法 // 计算线的几何长度 double CalcLength() // 通过线的id得到线数据 BOOL GetLineData(int id) // 得到距离某点最近的线段,返回该线段的id int GetNearestLineData( double x, double y) // 判断两点是否重合 BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond ) /
ksp
- 改进的Dijkstra寻径算法,用来找到从源点到目的节点的前k条最短路径-improved routing algorithm used to find from source to destination node of the first k Shortest Path
819ShortPath
- 最短路径算法,基于 地震系统 改写的最短路经算法,实现基本的功能,便于学习 -shortest path algorithm, based on the seismic system rewrite the minimum passing algorithm, achieving basic functions, ease of learning
校园导游图
- 一个用最短距离法来实现的校园导游算法,可以找出最合适的路经来!-This is an example that use the shortest arithmetic to implement the schoolyard cicerone map,it can find the best path!
a20040623neta
- A star 算法求解最短路径问题-A star algorithm for the shortest path problem
工业记时系统
- 工业记时系统 例:节点数:6 活动数:7 图中开始结束节点输入:1.2.2*1.4.3*2.3.5*4.3.6*4.5.3*3.6.4*5.6.7 起点 终点 最早开始 最终完成 差值 备注 1 4 0 0 0 关键活动 1 2 0 2 2 2 3 2 4 2 3 6 9 9 0 关键活动 4 5 3 3 0 关键活动 4 3 3 3 0 关键活动 5 6 6 6 0 关键活动 整个工程所用的最短时间为:13个单位时间 请按任意键继续-industrial systems in mind whe
guide.rar
- 校园导航系统,c语言,主要运用哈夫曼算法,输入两个地点,输出最短路径,Campus navigation system, c language, the main use of Huffman algorithm, the importation of two locations, the output the shortest path
bookingeCMS_v2.1
- 预订易酒店预订网站管理系统简称BookingE HotelCMS。是定位于中高端地方酒店预订网市场的CMS内容管理系统,能够以最低的成本,最少的人力投入,在最短的时间内架设一个功能齐全、性能优异的酒店预订平台。-Easy booking hotel reservations website management system called BookingE HotelCMS. Is targeted at high-end market where hotel booking CMS conte
qishi
- 一种使用c++,利用回溯算法解决基于棋盘的骑士游历问题的源码,主要用于c++和数据结构教学。-C++ based on shortest path to do the source method. Mainly used in c++, or teaching the use of data structures.
subwaysystem
- 这是一个用java图形界面编写的地铁换乘查询系统,用户可在装载地图后,对北京、上海地区的地铁线路按照时间最短、费用最少的方式进行查询,界面美观,功能完善。-This is a graphical interface written using java subway transfer query system, users can load the map, including Beijing, Shanghai, subway lines by the shortest and least-c
ArcEngine
- arcengine最短路径分析用CSharp代码编写的-arcengine shortest path analysis prepared CSharp code
2008101113412
- 交通咨询系统(建立交通图的存储结构、解决单源最短路径问题、再实现两个地点最短路径问题)-Traffic Advisory System (the establishment of the traffic map of storage structure, to solve single-source shortest path problem, and then to achieve the shortest path problem of two locations)
DIJKPATH
- single source shortest path
zuiduanlujing
- 最短路径的课程设计,适合大一的学生使用c++最的-The shortest path of the curriculum design, suitable for first year students in the use of c++ most of the
the-shortest-path
- 这是关于交通流量分配中的最短路径法的C++程序,虽然方法本身引用范围不是很广,但是其原理是其他常用方法的基础。-To find the shortest path in traffic flow assignment.