期刊文献+
共找到254篇文章
< 1 2 13 >
每页显示 20 50 100
Design and Implementation of Bidirectional Dijkstra Algorithm 被引量:5
1
作者 付梦印 李杰 周培德 《Journal of Beijing Institute of Technology》 EI CAS 2003年第4期366-370,共5页
Bidirectional Dijkstra algorithm whose time complexity is 8O(n~2) is proposed. The theory foundation is that the classical Dijkstra algorithm has not any directional feature during searching the shortest path. The alg... Bidirectional Dijkstra algorithm whose time complexity is 8O(n~2) is proposed. The theory foundation is that the classical Dijkstra algorithm has not any directional feature during searching the shortest path. The algorithm takes advantage of the adjacent link and the mechanism of bidirectional search, that is, the algorithm processes the positive search from start point to destination point and the negative search from destination point to start point at the same time. Finally, combining with the practical application of route-planning algorithm in embedded real-time vehicle navigation system (ERTVNS), one example of its practical applications is given, analysis in theory and the experimental results show that compared with the Dijkstra algorithm, the new algorithm can reduce time complexity, and guarantee the searching precision, it satisfies the needs of ERTVNS. 展开更多
关键词 vehicle navigation system route-planning the shortest path dijkstra algorithm bidirectional dijkstra algorithm
下载PDF
Optimizing Connections:Applied Shortest Path Algorithms for MANETs
2
作者 Ibrahim Alameri Jitka Komarkova +2 位作者 Tawfik Al-Hadhrami Abdulsamad Ebrahim Yahya Atef Gharbi 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第10期787-807,共21页
This study is trying to address the critical need for efficient routing in Mobile Ad Hoc Networks(MANETs)from dynamic topologies that pose great challenges because of the mobility of nodes.Themain objective was to del... This study is trying to address the critical need for efficient routing in Mobile Ad Hoc Networks(MANETs)from dynamic topologies that pose great challenges because of the mobility of nodes.Themain objective was to delve into and refine the application of the Dijkstra’s algorithm in this context,a method conventionally esteemed for its efficiency in static networks.Thus,this paper has carried out a comparative theoretical analysis with the Bellman-Ford algorithm,considering adaptation to the dynamic network conditions that are typical for MANETs.This paper has shown through detailed algorithmic analysis that Dijkstra’s algorithm,when adapted for dynamic updates,yields a very workable solution to the problem of real-time routing in MANETs.The results indicate that with these changes,Dijkstra’s algorithm performs much better computationally and 30%better in routing optimization than Bellman-Ford when working with configurations of sparse networks.The theoretical framework adapted,with the adaptation of the Dijkstra’s algorithm for dynamically changing network topologies,is novel in this work and quite different from any traditional application.The adaptation should offer more efficient routing and less computational overhead,most apt in the limited resource environment of MANETs.Thus,from these findings,one may derive a conclusion that the proposed version of Dijkstra’s algorithm is the best and most feasible choice of the routing protocol for MANETs given all pertinent key performance and resource consumption indicators and further that the proposed method offers a marked improvement over traditional methods.This paper,therefore,operationalizes the theoretical model into practical scenarios and also further research with empirical simulations to understand more about its operational effectiveness. 展开更多
关键词 dijkstra’s algorithm optimization complexity analysis shortest path first comparative algorithm analysis nondeterministic polynomial(NP)-complete
下载PDF
The Shortest Path Analysis Based on Road Network 被引量:1
3
作者 Chaozheng DU 《Asian Agricultural Research》 2017年第6期98-100,共3页
Rational planning of agricultural product transport route from initial node to destination node can effectively reduce the cost price of agricultural products,and the calculation of shortest path between any two point... Rational planning of agricultural product transport route from initial node to destination node can effectively reduce the cost price of agricultural products,and the calculation of shortest path between any two points also affects people’s daily travel.Taking Heze Railway Station to Heze College for example,with remote sensing image data as the base map,we conduct vectorization and topological analysis on roads in the target area.With Dijkstra as theoretical basis of shortest path algorithm,we use ArcG IS network analysis method to build road network,and calculate the planning program of the shortest distance path,the shortest path by driving and the shortest path by walking. 展开更多
关键词 shortest path dijkstra’s algorithm Road network model network analysis
下载PDF
Efficient Routing Protection Algorithm Based on Optimized Network Topology
4
作者 Haijun Geng Zikun Jin +7 位作者 Jiangyuan Yao Han Zhang Zhiguo Hu Bo Yang Yingije Guo Wei Wang Qidong Zhang Guoao Duan 《Computers, Materials & Continua》 SCIE EI 2022年第9期4525-4540,共16页
Network failures are unavoidable and occur frequently.When the network fails,intra-domain routing protocols deploying on the Internet need to undergo a long convergence process.During this period,a large number of mes... Network failures are unavoidable and occur frequently.When the network fails,intra-domain routing protocols deploying on the Internet need to undergo a long convergence process.During this period,a large number of messages are discarded,which results in a decline in the user experience and severely affects the quality of service of Internet Service Providers(ISP).Therefore,improving the availability of intra-domain routing is a trending research question to be solved.Industry usually employs routing protection algorithms to improve intra-domain routing availability.However,existing routing protection schemes compute as many backup paths as possible to reduce message loss due to network failures,which increases the cost of the network and impedes the methods deployed in practice.To address the issues,this study proposes an efficient routing protection algorithm based on optimized network topology(ERPBONT).ERPBONT adopts the optimized network topology to calculate a backup path with the minimum path coincidence degree with the shortest path for all source purposes.Firstly,the backup path with the minimum path coincidence with the shortest path is described as an integer programming problem.Then the simulated annealing algorithm ERPBONT is used to find the optimal solution.Finally,the algorithm is tested on the simulated topology and the real topology.The experimental results show that ERPBONT effectively reduces the path coincidence between the shortest path and the backup path,and significantly improves the routing availability. 展开更多
关键词 Routing protection algorithm network availability network failure shortest path backup path
下载PDF
Fast and scalable routing protocols for data center networks
5
作者 Mihailo Vesovic Aleksandra Smiljanic Dusan Kostic 《Digital Communications and Networks》 SCIE CSCD 2023年第6期1340-1350,共11页
Data center networks may comprise tens or hundreds of thousands of nodes,and,naturally,suffer from frequent software and hardware failures as well as link congestions.Packets are routed along the shortest paths with s... Data center networks may comprise tens or hundreds of thousands of nodes,and,naturally,suffer from frequent software and hardware failures as well as link congestions.Packets are routed along the shortest paths with sufficient resources to facilitate efficient network utilization and minimize delays.In such dynamic networks,links frequently fail or get congested,making the recalculation of the shortest paths a computationally intensive problem.Various routing protocols were proposed to overcome this problem by focusing on network utilization rather than speed.Surprisingly,the design of fast shortest-path algorithms for data centers was largely neglected,though they are universal components of routing protocols.Moreover,parallelization techniques were mostly deployed for random network topologies,and not for regular topologies that are often found in data centers.The aim of this paper is to improve scalability and reduce the time required for the shortest-path calculation in data center networks by parallelization on general-purpose hardware.We propose a novel algorithm that parallelizes edge relaxations as a faster and more scalable solution for popular data center topologies. 展开更多
关键词 Routing protocols Data center networks Parallel algorithms Distributed algorithms algorithm design and analysis shortest-path problem SCALABILITY
下载PDF
基于Dijkstra计算的配电系统光纤网络资源优化分析
6
作者 韩翰 毛正中 +1 位作者 林溪桥 梁振峰 《广西电力》 2023年第4期15-23,共9页
光纤网络是配电系统的重要组成部分,其主要功能包括高速数据传输、远程监控、故障检测以及配电系统的内部通信和集成。因此,通过优化光纤网络来提高配电系统的可靠性、安全性和运行效率至关重要。本文采用Dijkstra算法对分布式系统的光... 光纤网络是配电系统的重要组成部分,其主要功能包括高速数据传输、远程监控、故障检测以及配电系统的内部通信和集成。因此,通过优化光纤网络来提高配电系统的可靠性、安全性和运行效率至关重要。本文采用Dijkstra算法对分布式系统的光网络资源进行优化,通过深入的图论计算,设计并建立了光纤网络优化的数学模型,并采用光纤网络程序阵列的最优路径算法,选择最短路径绕过故障点,优化延迟路径,平衡网络流量路径资源的利用,提高光纤网络的性能。本文的价值有效性分析证明,光纤网络的最短路径计算可以有效地优化光纤网络资源,降低时延和光纤网络损耗,对节省经济成本、提高系统响应能力和运营效率具有重要意义,具有一定的推广应用价值。 展开更多
关键词 dijkstra算法 配电系统 可靠性 光纤网络资源 优化分析
下载PDF
考虑OD需求聚类的区域多层公路交通网络混合路径诱导模型
7
作者 王璞 王天浩 阳虎 《铁道科学与工程学报》 EI CAS CSCD 北大核心 2024年第4期1355-1364,共10页
随着交通出行需求的快速增长,我国高速公路网络面临的运输压力日渐增加,经常出现严重的交通拥堵现象。为了缓解高速公路交通拥堵,并实施更有针对性的交通管控措施,提出了考虑OD需求聚类的区域多层公路交通网络混合路径诱导模型。首先,... 随着交通出行需求的快速增长,我国高速公路网络面临的运输压力日渐增加,经常出现严重的交通拥堵现象。为了缓解高速公路交通拥堵,并实施更有针对性的交通管控措施,提出了考虑OD需求聚类的区域多层公路交通网络混合路径诱导模型。首先,利用湖南省高速公路以及国道、省道的地理信息数据构建区域多层公路交通网络。然后,根据OD对间距离和OD交通量的差异,利用K-均值聚类算法对OD对进行聚类分析,将OD对划分为3个不同的类别。最后,应用遗传算法筛选出各类OD对中对拥堵贡献较大的出行群体,并建立有针对性的混合路径诱导模型,对拥堵贡献较大和拥堵贡献较小的出行群体分别应用不同的路径诱导方案。当OD需求扩样系数设置为6时,对OD对聚类可以将总出行成本进一步降低35186.03 min。在不进行OD对聚类时,使用规划路径的出行总数为79140,而实施OD对聚类后,使用规划路径的出行总数为70374。使用诱导路径的出行的平均出行时间由121.47 min下降为85.61 min,极少数出行(3.75%)的时间增加,且增加最大值低于3 min。对多个不同扩样系数进行敏感性分析进一步说明了考虑OD需求聚类的混合路径诱导模型具有良好的拥堵缓解效果。考虑OD需求聚类的区域多层公路交通网络混合路径诱导模型可以用于识别对拥堵贡献较大的关键出行群体,进而制定有针对性的路径诱导策略,在缓解高速公路交通拥堵的同时能够减少对大多数出行者的影响,降低路径诱导策略的实施难度。另外,研究结果还表明:对出行距离较长的出行群体实施路径诱导能够更加有效地缓解区域多层公路交通网络中的交通拥堵。 展开更多
关键词 多层网络 拥堵缓解 聚类分析 混合路径诱导模型 遗传算法
下载PDF
基于Dijkstra算法的电网故障行波定位方法 被引量:18
8
作者 李泽文 唐平 +2 位作者 曾祥君 肖仁平 赵廷 《电力系统自动化》 EI CSCD 北大核心 2018年第18期162-168,共7页
为避免电网故障行波定位方法中环网的复杂解网运算,提出了一种基于Dijkstra算法的电网故障行波定位新方法。该方法在电网中某条输电线路故障后,在所有变电站检测记录初始行波到达时间。然后,利用Dijkstra算法计算最短路径,建立最短路径... 为避免电网故障行波定位方法中环网的复杂解网运算,提出了一种基于Dijkstra算法的电网故障行波定位新方法。该方法在电网中某条输电线路故障后,在所有变电站检测记录初始行波到达时间。然后,利用Dijkstra算法计算最短路径,建立最短路径距离矩阵,并利用最短路径矩阵和初始行波到达时间计算故障距离,建立故障距离矩阵。最后,对故障距离矩阵中的元素进行有效性识别,并综合所有有效故障距离得到精确的故障点位置。仿真结果表明该方法无需复杂环网的解网运算,可有效提高网络定位的可靠性与准确度。 展开更多
关键词 网络定位 行波 dijkstra算法 最短路径
下载PDF
能源互联网中基于Dijkstra算法的分布式电能路由策略的实现 被引量:6
9
作者 江渝 叶泓炜 +3 位作者 张青松 王克 徐志鹏 杨睿 《电网技术》 EI CSCD 北大核心 2017年第7期2071-2078,共8页
电力路由器融合了信息技术和电力电子变换技术,为分布式能源大范围地接入能源互联网提供了条件,但也给能源互联网的优化运行提出了新的要求。以图论为手段,以能源互联网的结构为基础构成单源点单汇点的电能路由拓扑;以Dijkstra为基础,... 电力路由器融合了信息技术和电力电子变换技术,为分布式能源大范围地接入能源互联网提供了条件,但也给能源互联网的优化运行提出了新的要求。以图论为手段,以能源互联网的结构为基础构成单源点单汇点的电能路由拓扑;以Dijkstra为基础,节点仅根据其相邻节点的状态调节其自身状态,搜寻最短路径,完成电能路由,实现电能的分布式管理和协调控制,使系统运行在优化状态。多代理系统(multi-agent system,MAS)技术为实现分布式电能路由策略提供了技术支撑。最后,在Matlab/Simulink平台下搭建了分布式电网,结合基于JADE(Java Agent DEvelopment framework)平台的多代理系统对分布式电能路由策略进行仿真实现。 展开更多
关键词 能源互联网 dijkstra算法 分布式电能路由 最短路径 多代理系统
下载PDF
改进的Dijkstra最短路径算法及其应用研究 被引量:91
10
作者 王树西 吴政学 《计算机科学》 CSCD 北大核心 2012年第5期223-228,共6页
求最短路径是一个应用很广泛的问题。求最短路径的算法有很多,公认较好的算法是Dijkstra标号法。但实验结果表明,Dijkstra标号法有需要改进的地方:①其退出机制对不联通的有向图是无效的,会陷入死循环;②没有涉及最短路径上顶点的邻接点... 求最短路径是一个应用很广泛的问题。求最短路径的算法有很多,公认较好的算法是Dijkstra标号法。但实验结果表明,Dijkstra标号法有需要改进的地方:①其退出机制对不联通的有向图是无效的,会陷入死循环;②没有涉及最短路径上顶点的邻接点(特指前面的相邻点)问题;③没有涉及多个顶点同时获得p标号的问题。针对上述问题,对标号法进行了改进。算法实验表明,改进的标号法能够有效解决上述问题。在上述工作的基础上,开发了"北京市道路最优路线选择系统",以提供起点和终点之间的最优路线,帮助用户选择出行路线,使市民能够避过交通最拥堵的路段,节约出行时间。 展开更多
关键词 最短路径 dijkstra标号法 城市交通 最优路线选择
下载PDF
Dijkstra算法的设计与实现 被引量:7
11
作者 计会凤 徐爱功 隋达嵬 《辽宁工程技术大学学报(自然科学版)》 CAS 北大核心 2008年第A01期222-223,共2页
针对地理信息系统中网络分析的一个关键问题——最短路径分析,采用经典的Dijkstra算法,并在VC环境下实现自定义有向图,主要包括结点和边的绘制与修改,以及权重的更改等功能。能够实现几何网络中任意两结点间的最短路径查找。该程序在单... 针对地理信息系统中网络分析的一个关键问题——最短路径分析,采用经典的Dijkstra算法,并在VC环境下实现自定义有向图,主要包括结点和边的绘制与修改,以及权重的更改等功能。能够实现几何网络中任意两结点间的最短路径查找。该程序在单项、双向,以及单双混合网络中都进行了验证,运算结果正确,并具有一定的可行性。 展开更多
关键词 地理信息系统 网络分析 最短路径 dijkstra算法
下载PDF
一种改进的Dijkstra算法在嵌入式GIS中的应用 被引量:14
12
作者 刘志宇 杨柳 《计算机应用与软件》 CSCD 2009年第12期262-263,281,共3页
在实践中,Dijkstra算法是处理道路网络的最有效的算法之一。但Dijkstra算法每次都需要扫描节点集合中的所有节点,降低了算法效率。通过改变图的存储结构及搜索方法,减少了内存存储空间,缩短查询时间,提高了该算法在嵌入式GIS系统中路径... 在实践中,Dijkstra算法是处理道路网络的最有效的算法之一。但Dijkstra算法每次都需要扫描节点集合中的所有节点,降低了算法效率。通过改变图的存储结构及搜索方法,减少了内存存储空间,缩短查询时间,提高了该算法在嵌入式GIS系统中路径优化的效率。 展开更多
关键词 最短路径分析 dijkstra算法 嵌入式GIS
下载PDF
矿井应急救援中最佳避灾路线的Dijkstra算法的改进实现 被引量:8
13
作者 王玉琨 吴锋 《工矿自动化》 北大核心 2008年第5期13-15,共3页
文章介绍了矿井灾害应急救援的情况和最佳避灾路线的确定方法。在分析Dijkstra算法的基础上,根据矿井巷道平面网络的特点,从限制搜索范围和搜索方向着手在扇形区域内寻找最短路径,完成了对矿井应急救援中最佳避灾路线的Dijkstra算法的... 文章介绍了矿井灾害应急救援的情况和最佳避灾路线的确定方法。在分析Dijkstra算法的基础上,根据矿井巷道平面网络的特点,从限制搜索范围和搜索方向着手在扇形区域内寻找最短路径,完成了对矿井应急救援中最佳避灾路线的Dijkstra算法的优化。该优化算法可根据用户给出的源点与目的点以及搜索的扇形角度查找最短路径,频繁遍历的顶点数量为经典算法的2a/360,大大提高了搜索速度和运行效率。 展开更多
关键词 矿井 应急救援 避灾路线 扇形优化dijkstra算法 最短路径
下载PDF
改进的Dijkstra算法在GIS路径规划中的应用 被引量:25
14
作者 李宁宁 刘玉树 《计算机与现代化》 2004年第9期12-14,17,共4页
最短路径算法是计算机科学与地理信息科学等领域研究的热点。文章讨论了一种改进的Dijkstra算法,利用本算法根据用户给出的起始结点、必经点序列和目标结点在GIS的交通层网络图基础上进行路径规划,生成满足一定约束条件的最短路径。实... 最短路径算法是计算机科学与地理信息科学等领域研究的热点。文章讨论了一种改进的Dijkstra算法,利用本算法根据用户给出的起始结点、必经点序列和目标结点在GIS的交通层网络图基础上进行路径规划,生成满足一定约束条件的最短路径。实际应用分析表明,改进的Dijkstra算法在提高网络系统空间分析效率方面是可行的。 展开更多
关键词 dijkstra算法 GIS 路径规划 最短路径算法 地理信息系统
下载PDF
一种基于Dijkstra的实用多路径求解算法 被引量:3
15
作者 陈树伟 李光远 王杰 《煤炭技术》 CAS 北大核心 2011年第1期41-43,共3页
针对传统的多路径求解算法求解的始终是起点到终点的最短路径,搜索区域上一直没有什么变化,效率较低的问题,提出了一种基于Dijkstra的实用多路径搜索算法,只需求解起点到原最短路径上中间节点的最短路径,最后再补充相关路段,便可以得到... 针对传统的多路径求解算法求解的始终是起点到终点的最短路径,搜索区域上一直没有什么变化,效率较低的问题,提出了一种基于Dijkstra的实用多路径搜索算法,只需求解起点到原最短路径上中间节点的最短路径,最后再补充相关路段,便可以得到权值与最短路径相接近的前几条次短路径。最后结合郑州市某区域的交通网络图进行了实例仿真,结果表明该算法是行之有效的。 展开更多
关键词 dijkstra算法 最短路径 次短路径 备选路径 邻接矩阵
下载PDF
一种基于Dijkstra的海量空间数据最短路径算法 被引量:6
16
作者 张福浩 刘纪平 《辽宁工程技术大学学报(自然科学版)》 CAS 北大核心 2009年第4期554-557,共4页
为了解决海量空间数据的快速网络分析,在分析Dijkstra算法缺点的基础上,提出并详细介绍了一种基于Dijkstra算法的优化算法—邻接结点算法,该算法充分利用了网络拓扑信息中的弧段的连接关系,避免了使用含有大量无穷值的关联矩阵,结果表明... 为了解决海量空间数据的快速网络分析,在分析Dijkstra算法缺点的基础上,提出并详细介绍了一种基于Dijkstra算法的优化算法—邻接结点算法,该算法充分利用了网络拓扑信息中的弧段的连接关系,避免了使用含有大量无穷值的关联矩阵,结果表明:该优化算法可以节约大量的内存,适合海量数据的网络分析。实践证明,该算法对于结点数比较大的网络具有较好的适用性。 展开更多
关键词 网络分析 最短路径分析 dijkstra
下载PDF
基于GIS和Dijkstra算法的校车路线方案优化 被引量:7
17
作者 周凤 杨智璇 迟安琦 《地理空间信息》 2018年第6期60-63,共4页
校车路线问题(SBRP)包括学生在不同地点乘坐校车,选取停车站点,路线规划避开交通高峰路段等关键问题。为解决校车路线问题,基于GIS技术下的Dijkstra算法,选取SY市中小学校为例,采用C#编程的方法批量转换地理坐标,运用GIS的网络分析工具... 校车路线问题(SBRP)包括学生在不同地点乘坐校车,选取停车站点,路线规划避开交通高峰路段等关键问题。为解决校车路线问题,基于GIS技术下的Dijkstra算法,选取SY市中小学校为例,采用C#编程的方法批量转换地理坐标,运用GIS的网络分析工具进行最短路线计算,根据设置的交通规则和实际情况建立可视化校车路线模型,设计校车路线方案并加以优化。方案分析表明,GIS技术结合Dijkstra算法在处理校车路径问题上能够实现优化目标、辅助路线方案决策。 展开更多
关键词 校车路线 GIS 网络分析 dijkstra算法 优化
下载PDF
基于Dijkstra算法的网络最短路径分析 被引量:70
18
作者 李元臣 刘维群 《微计算机应用》 2004年第3期295-298,362,共5页
最短路径分析是网络分析最基本的功能之一。Dijkstra算法是目前公认的较好的最短路径算法。文章通过对Dijkstra算法运行速度分析 ,在该算法的基础上采用二叉树结构来改进Dijkstra算法 ,在一定程度上优化了最短路径的计算过程 ,并提高了... 最短路径分析是网络分析最基本的功能之一。Dijkstra算法是目前公认的较好的最短路径算法。文章通过对Dijkstra算法运行速度分析 ,在该算法的基础上采用二叉树结构来改进Dijkstra算法 ,在一定程度上优化了最短路径的计算过程 ,并提高了算法的分析效率 。 展开更多
关键词 最短路径分析 网络分析 dijkstra算法 二叉树结构 分析效率 MDA算法
下载PDF
基于Dijkstra算法的矿井最佳避灾路线分类求取 被引量:10
19
作者 童兴 原帅琪 +1 位作者 方伟鹏 马晋钰 《工矿自动化》 北大核心 2018年第4期94-99,共6页
为使矿井避灾路线有更好的适用性,探讨了矿井面临不同类型灾害危险时最佳避灾路线分类求取方法。根据不同灾变的特点,将矿井灾害分为突水灾害,煤与瓦斯突出、瓦斯或煤尘爆炸、矿井火灾,冒顶事故三大类;绘制三类灾害的可行避灾路线拓扑图... 为使矿井避灾路线有更好的适用性,探讨了矿井面临不同类型灾害危险时最佳避灾路线分类求取方法。根据不同灾变的特点,将矿井灾害分为突水灾害,煤与瓦斯突出、瓦斯或煤尘爆炸、矿井火灾,冒顶事故三大类;绘制三类灾害的可行避灾路线拓扑图,并计算各条巷道的当量长度;将巷道当量长度作为可行路线各边的权值代入拓扑图中,用最短路径算法Dijkstra算法求解各拓扑图对应的最佳避灾路线。分析结果表明,基于Dijkstra算法的矿井最佳避灾路线分类求取方法扩大了避灾路线的选取范围,在避灾人员较多时,可使巷道系统的通行能力得以充分发挥。 展开更多
关键词 煤矿紧急避险 最佳避灾路线 分类求取 最短路径算法 dijkstra算法
下载PDF
用扩展Dijkstra算法求解QoS问题的极限值及路由 被引量:3
20
作者 陈骏坚 李腊元 《武汉理工大学学报(交通科学与工程版)》 北大核心 2004年第6期807-810,共4页
网络路由是网络研究的核心问题 ,随着网络的发展和网络应用的快速增长 ,对网络路由提出了更高的要求 ,网络服务质量路由 Qo SR( quality of service routing)的研究因此成为计算机网络的重要领域 .文中提出了一种扩展的 Dijkstra算法 ,... 网络路由是网络研究的核心问题 ,随着网络的发展和网络应用的快速增长 ,对网络路由提出了更高的要求 ,网络服务质量路由 Qo SR( quality of service routing)的研究因此成为计算机网络的重要领域 .文中提出了一种扩展的 Dijkstra算法 ,以解决 4类 Qo S参数约束的 Qo SR问题 ,该算法能找到每类参数约束的极限值 ,找到延时、抖动、带宽约束和可靠性约束的较优解 ,并对该算法进行了复杂性分析与比较 ,找到 Qo S参数的极限值对进一步采用探索类算法求解 Qo 展开更多
关键词 计算机网络 QOSR 扩展dijkstra算法
下载PDF
上一页 1 2 13 下一页 到第
使用帮助 返回顶部