网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 SPFA
释义

SPFA

英汉-汉英词典
无特定病原动物
词组 | 习惯用语
您要查找的是不是:
  • sofa n. 沙发;长椅
  • spa n. 矿泉;温泉浴场;矿泉治疗地
  • spiffy adj. 出色的;利落的;整洁的;显眼耀目的
  • spoof n. (对电影、电视节目等的)滑稽模仿;(关于严肃事件的)玩笑,讽刺性文章(或电视节目等) v. 滑稽地模仿(电影、电视节目等);(冒用他人电邮地址)发送电邮;发送仿真电邮;电邮欺骗;【美式】哄骗;捉弄

网络短语:
SPFA 最短路径快速算法(Shortest Path Faster Algorithm); 最短路; 超细粉煤灰; 单源最短路;
中文百科

贝尔曼-福特算法 Bellman–Ford algorithm

(重定向自SPFA)
−1步或4次计算路径长度。相反地,若边以最优顺序处理,从左到右,算法只需要在一次遍历内完成。

贝尔曼-福特算法英语:Bellman–Ford algorithm),求解单源最短路径问题的一种算法,由理乍得·贝尔曼(Richard Bellman) 和 莱斯特·福特 创立的。有时候这种算法也被称为 Moore-Bellman-Ford 算法,因为 Edward F. Moore 也为这个算法的发展做出了贡献。它的原理是对图进行V-1次松弛操作,得到所有可能的最短路径。其优于迪科斯彻算法的方面是边的权值可以为负数、实现简单,缺点是时间复杂度过高,高达O(VE)。但算法可以进行若干种优化,提高了效率。

英语百科

Shortest Path Faster Algorithm

The Shortest Path Faster Algorithm (SPFA) is an improvement of the Bellman–Ford algorithm which computes single-source shortest paths in a weighted directed graph. The algorithm is believed to work well on random sparse graphs and is particularly suitable for graphs that contain negative-weight edges. However, the worst-case complexity of SPFA is the same as that of Bellman–Ford, so for graphs with nonnegative edge weights Dijkstra's algorithm is preferred. The SPFA algorithm was published in 1994 by Fanding Duan.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/20 9:53:00