搜索资源列表
-
1下载:
单源点最短路径算法的设计与实现
算法 SHORTEST-PATHS求出了v0至其它各结点的最短路径,但是没有给出这些最短路径。补充该算法,使新算法在找出这些最短路径长度的同时,也能求出路径上的结点序列。-single source shortest path algorithm design and implementation of the algorithm SHORTEST - PATHS calculated the projectile to other nodes in the
-
-
0下载:
带权图的最短路径问题,主要介绍单源最短路径算法,最短路径问题的提法很多,其它的最短路径问题均可用单源最短路径算法予以解决-Weighted graph shortest path problem, mainly introduce single-source shortest path algorithm, the shortest path problem formulation of a lot of other shortest path problem can be used singl
-
-
0下载:
针对目前图形处理器(GPU) 上的动态数据处理问题,在分析现有并行单源最短路径(SSSP) 算法的基础上,对 GPU上的Moore SSSP算法进行并行化设计与实现。搜索时,综合应用层次化任务分配、层次化工作队列、层次化 Kernel 调用等策略。在不同类型图数据上进行实验测试,实验结果表明,该算法能有效减少空线程开销、访存开销以及同步时间。-For dynamic data processing on the graphics processor (GPU), the analysis of
-
-
0下载:
单源点最短路径算法的设计与实现,小型课程设计作业目标-Design and implementation of single-source shortest path algorithm, small course design work goals
-
-
0下载:
A Fuzzy-Particle Swarm Optimization Based Algorithm for Solving Shortest Path
Problem.
Abstract—In this paper, an efficient particle swarm
optimization (PSO) algorithm based on fuzzy logic for solving
the single source shortest path proble
-