搜索资源列表
SHORTEST-PATHS
- 单源点最短路径算法的设计与实现 算法 SHORTEST-PATHS求出了v0至其它各结点的最短路径,但是没有给出这些最短路径。补充该算法,使新算法在找出这些最短路径长度的同时,也能求出路径上的结点序列。-single source shortest path algorithm design and implementation of the algorithm SHORTEST - PATHS calculated the projectile to other nodes in the
javamutilthread
- 基于Java多线程实现所有顶点间最短路径的并行算法
最短路径代码题目
- 、实验目的 因特网中,路由器中路由表的生成是非常关键的技术问题。目前,在因特网中的路由器中,都支持开放最短路径优先(OSPF)路由生成算法。OSPF算法生成速度快,而且收敛快、性能稳定,是目前已知的因特网中路由表生成的最好算法之一。 OSPF最重要的内容是路由器如何根据已接收到的本路由器所在的自治系统(AS)的路由器拓扑结构以及各路由器和网络之间的传输费用(代价、权),生成一条从本路由器到AS中各路由器的最短路径,进而生成路由表。 本实验的目的是根据一个给定的网络拓扑结构及路由器之间的传输
network.rar
- 数学建模,借助MATLAB实现网络计算问题,包含行遍性问题,最短路径问题,最优截断切割问题,Mathematical modeling, the realization of network computing with MATLAB issues, including the issue of time lines, the shortest path problem, the issue of the optimal cut-off cut
蚁群算法
- 蚁群算法/ 蚁群算法/Matlab中文论坛--助努力的人完成毕业设计.url 蚁群算法/一种快速求解旅行商问题的蚁群算法.pdf 蚁群算法/使用帮助:新手必看.htm 蚁群算法/基于改进蚁群算法对最短路径问题的分析与仿真.pdf 蚁群算法/基于改进蚁群算法的出租车路径规划算法.pdf 蚁群算法/基于改进蚁群算法的最短路径问题研究.pdf 蚁群算法/基于蚁群算法的公交路线走向模型及其求解.pdf 蚁群算法/基于蚁群算法的完全遍历路径规划研究.PDF 蚁群算法/用蚂蚁算法和模拟退火
2222
- ( 从太原市公交查询系统建立的必要性出发, 进行了公交查询算法的研究, 主要探讨了包括最短路径查 询及最少花费查询及数据库管理的公交查询系统的实现。 该系统采用了V ISU AL BA S IC 610 为开发工具, M ICRO SO FT A CCESS2003 为后台数据库, 开发了基于太原市公交线路的公交查询系统。具有线路查询、换乘 查询、 站点查询、 数据管理等一系列功能。 -(From the city bus system the need for inquiry
tanchishe
- 贪吃蛇算法,可用于最短路径的查询,C#实现,可将次算法用于物流配送,旅游线路等系统中。-Snake algorithm, can be used for shortest path queries, C# to achieve, can be sub-algorithm for the logistics and distribution, travel routes, such as system.
235123531
- 内容为一doc文档,主要实现了地铁站公交系统的自动售票以及管理功能,涉及到了最短路径的求法,以及sql方面的检索技术。-Content of a doc document, the main bus station realized the automatic ticketing system, and management functions related to the shortest path seeking method, as well as the sql in search te
Dijkstra-path
- 在已存在的一些最短路径算法测试总结的基础上,根据GIS中网络计算的实际情况,从网络结构的拓扑表示以及Dijkstra算法中快速搜索技术的实现实现方法。-Already exist in some of the shortest path algorithm test summary based on the GIS, the actual situation of network computing, from the topology of the network structure, as
GISShort
- GIS中最短路径的算法实现,有助于理解,会有帮助的!-GIS in the shortest path algorithm to help understand it, it would be helpful!
zuiduanlujing
- VB+oracle+MAPX实现最短路径-VB+ oracle+ MAPX to achieve the shortest path
Data-structure
- 在VC++环境下,用C语言实现交通咨询模拟系统的设计(最短路径问题)。-In vc++ environment, using C language to realize the transport advisory simulation system design (the shortest path problem).
shortest-path
- 基于C语言结构的代码,关于最短路径的实现,部分说明已有-shortest path
4
- 针对目前图形处理器(GPU) 上的动态数据处理问题,在分析现有并行单源最短路径(SSSP) 算法的基础上,对 GPU上的Moore SSSP算法进行并行化设计与实现。搜索时,综合应用层次化任务分配、层次化工作队列、层次化 Kernel 调用等策略。在不同类型图数据上进行实验测试,实验结果表明,该算法能有效减少空线程开销、访存开销以及同步时间。-For dynamic data processing on the graphics processor (GPU), the analysis of
guanjianlujingwenti-
- 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
CSharp-solve-TSP
- c#解决蚁群算法实例源代码,实现一定范围内最短路径的优化。-c# solve the ant colony algorithm source code examples, shortest path optimization within a certain range.
floyd
- 此源码是算法floyd算法的实现,里面有我自己详细解说的几个重点,对于学习图论很有帮助,用于求任意两点间最短路径和路径长度-This source is the realization of the algorithm floyd algorithm, which has my own detailed explanation of several key helpful for learning graph theory, used to find the shortest path betw
dijkstra
- Dijkstra算法关于最短路径算法的研究与实现-Research and Implementation of Dijkstra' s algorithm shortest path algorithm
最短路径法射线追踪的MATLAB实现
- 通过matlab程序,实现最短路径射线追踪,该文章包含使用说明及程序代码(Implementation of shortest path Ray tracing through Matlab program, including instructions and program code)
课程论文
- 将普通蚁群算法和最大最小蚂蚁改进蚁群算法作比较,实现了最短路径规划,含有文章和代码,可以运行,值得一看,是我的一个课程论文。(Comparing the common ant colony algorithm with the maximum ant ant improved ant colony algorithm, the shortest path planning is realized. It contains articles and code. It can run. It is