期刊文献+
共找到28篇文章
< 1 2 >
每页显示 20 50 100
Optimizing Connections:Applied Shortest Path Algorithms for MANETs
1
作者 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. 展开更多
关键词 dijkstras algorithm optimization complexity analysis shortest path first comparative algorithm analysis nondeterministic polynomial(NP)-complete
下载PDF
一种基于Dijkstra的物流配送路径优化算法设计 被引量:5
2
作者 先梦瑜 《电子设计工程》 2023年第2期20-24,共5页
在物流配送过程中,物流配送路径的选择是决定快递时效的关键因素。针对传统Dijkstra算法在大规模数据求解过程中效率低、耗时长的问题,文中对其进行了深入的改进和优化。在算法运行过程中,通过使用多标号模型对遍历过程进行了优化。同时... 在物流配送过程中,物流配送路径的选择是决定快递时效的关键因素。针对传统Dijkstra算法在大规模数据求解过程中效率低、耗时长的问题,文中对其进行了深入的改进和优化。在算法运行过程中,通过使用多标号模型对遍历过程进行了优化。同时,在运算过程中采用并行求解的模式来提升模型处理速度。实验测试结果表明,文中设计的路径优化算法相比传统Dijkstra算法,大规模数据的求解时间缩减了50%以上,算法并行加速比在大规模数据求解时达到了1.75倍,证明了所提算法的并行求解效率较高,具有良好的工程应用价值。 展开更多
关键词 最短路径求解 dijkstra算法 多标号算法 并行求解 物流配送路径 图论
下载PDF
改进的Dijkstra最短路径算法及其应用研究 被引量:92
3
作者 王树西 吴政学 《计算机科学》 CSCD 北大核心 2012年第5期223-228,共6页
求最短路径是一个应用很广泛的问题。求最短路径的算法有很多,公认较好的算法是Dijkstra标号法。但实验结果表明,Dijkstra标号法有需要改进的地方:①其退出机制对不联通的有向图是无效的,会陷入死循环;②没有涉及最短路径上顶点的邻接点... 求最短路径是一个应用很广泛的问题。求最短路径的算法有很多,公认较好的算法是Dijkstra标号法。但实验结果表明,Dijkstra标号法有需要改进的地方:①其退出机制对不联通的有向图是无效的,会陷入死循环;②没有涉及最短路径上顶点的邻接点(特指前面的相邻点)问题;③没有涉及多个顶点同时获得p标号的问题。针对上述问题,对标号法进行了改进。算法实验表明,改进的标号法能够有效解决上述问题。在上述工作的基础上,开发了"北京市道路最优路线选择系统",以提供起点和终点之间的最优路线,帮助用户选择出行路线,使市民能够避过交通最拥堵的路段,节约出行时间。 展开更多
关键词 最短路径 dijkstra标号法 城市交通 最优路线选择
下载PDF
最少时间最小费用路问题的修改Dijkstra算法 被引量:3
4
作者 宿洁 袁军鹏 《计算机工程与应用》 CSCD 北大核心 2003年第30期4-5,50,共3页
针对同时带有顶点权和弧权的运输网络的最少时间最小费用路问题,首先将该网络转化为一般的只带弧权的运输网络,然后设计了求解该类问题的修改的“带前点标号的Dijkstra算法”,最后给出在物资公路运输中的一个实例。
关键词 最少时间最小费用路 时间标号 Dijkstrd算法
下载PDF
Dijkstra算法计算最短路的教学探析 被引量:1
5
作者 丁学利 《安徽水利水电职业技术学院学报》 2021年第3期42-45,共4页
文章采用了多种方法对Dijkstra算法的实现过程进行了教学探析,分析每种方法的优缺点。多种解法结合实例对Dijkstra算法进行直观展示和计算求解,以期实现训练学生的发散性思维能力与促进教学质量提升的效果。
关键词 dijkstra算法 最短路 表上作业法 图上标号法 教学探析
下载PDF
Dijkstra算法的特征和应用研究
6
作者 江涛 《毕节学院学报(综合版)》 2009年第8期91-94,共4页
Dijkstra算法包含了许多值得研究的特征,包括它的递推策略,标号策略,逼近策略等。它的正确性依赖于一个简单的事实。Dijkstra算法在计算机网络,通讯和运筹学中的作用日益重要。
关键词 dijkstra算法 标号 逼近 递推 最短路径
下载PDF
Implementation of Dijkstra’s Token Circulation on Sensor Network
7
作者 Zhiqiang Ma Achuan Wang Jifeng Guo 《国际计算机前沿大会会议论文集》 2015年第1期40-41,共2页
Sensor networks can consist of large number of sensors. Often, sensors networks use low cost units and thus a subject to malfunctions that can bring the system to inconsistent states. After deployment, the system can ... Sensor networks can consist of large number of sensors. Often, sensors networks use low cost units and thus a subject to malfunctions that can bring the system to inconsistent states. After deployment, the system can be situated in places that are hard to reach and therefore manual reboot operations are undesirable and even unfeasible. Therefore, it is imperative to consider the eventual recovery of arbitrary fault when designing sensor networks. Dijkstra’s algorithm is an important foundation of self-managing computer system and fault-tolerance computing system in distributed systems, since it allows a distributed system to recover from arbitrary starting state within a finite time. The arbitrary starting state ca model arbitrary failure (as long as the code segment stays correct).Another key advantage of Dijkstra’s asynchronous algorithm is that no global clock is needed. This project tests an implementation of Dijkstra’s algorithm using snapshotting techniques that we developed in an earlier work. These sensors can initiate from any state but they come into a consistent one after several cycles of running. We demonstrate the usefulness of our testing technique. 展开更多
关键词 dijkstras algorithm sENsOR network CONsIsTENT sTATE
下载PDF
Route Search Method for Railway Replacement Buses Adopting Ant Colony Optimization
8
作者 Kei Nagaoka Kayoko Yamamoto 《Journal of Geographic Information System》 2023年第4期391-420,共30页
In recent years, Japan, and especially rural areas have faced the growing problems of debt-ridden local railway lines along with the population decline and aging population. Therefore, it is best to consider the disco... In recent years, Japan, and especially rural areas have faced the growing problems of debt-ridden local railway lines along with the population decline and aging population. Therefore, it is best to consider the discontinuation of local railway lines and introduce replacement buses to secure the transportation methods of the local people especially in rural areas. Based on the above background, targeting local railway lines that may be discontinued in the near future, appropriate bus stops when provided with potential bus stops were selected, the present study proposed a method that introduces routes for railway replacement buses adopting ant colony optimization (ACO). The improved ACO was designed and developed based on the requirements set concerning the route length, number of turns, road width, accessibility of railway lines and zones without bus stops as well as the constraint conditions concerning the route length, number of turns and zones without bus stops. Original road network data were generated and processed adopting a geographic information systems (GIS), and these are used to search for the optimal route for railway replacement buses adopting the improved ACO concerning the 8 zones on the target railway line (JR Kakogawa line). By comparing the improved ACO with Dijkstra’s algorithm, its relevance was verified and areas needing further improvements were revealed. 展开更多
关键词 Local Railway Line Railway Replacement Bus Route search Method Ant Colony Optimization (ACO) dijkstras algorithm Geographic Information systems (GIs)
下载PDF
基于SpaceWire的链路状态算法研究与设计 被引量:7
9
作者 田园 张杰 《计算机工程》 CAS CSCD 北大核心 2011年第23期113-115,共3页
在距离矢量路由算法的基础上,对SpaceWire路由器的路由更新策略进行改进,引入链路状态路由算法。分析该算法的执行过程和Dijkstra算法的基本原理,完成运行该算法的路由选择模块设计,并借助网络模型对其进行仿真。验证结果表明,该模块能... 在距离矢量路由算法的基础上,对SpaceWire路由器的路由更新策略进行改进,引入链路状态路由算法。分析该算法的执行过程和Dijkstra算法的基本原理,完成运行该算法的路由选择模块设计,并借助网络模型对其进行仿真。验证结果表明,该模块能够自动获取当前网络状况信息,并据此计算新路由,改善SpaceWire网络的自适应性,从而提高SpaceWire网络的数据传输效率。 展开更多
关键词 路由器 链路状态路由算法 dijkstra算法 路由选择 spaceWire网络 传输效率
下载PDF
Automatic target tracking on multi-resolution terrain 被引量:2
10
作者 WAN Ming ZHANG Wei +1 位作者 MURRAY Marie O. KAUFMAN Ariet 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2006年第7期1275-1281,共7页
We propose a high-performance path planning algorithm for automatic target tracking in the applications of real-time simulation and visualization of large-scale terrain datasets, with a large number of moving objects ... We propose a high-performance path planning algorithm for automatic target tracking in the applications of real-time simulation and visualization of large-scale terrain datasets, with a large number of moving objects (such as vehicles) tracking multiple moving targets. By using a modified Dijkstra's algorithm, an optimal path between each vehicle-target pair over a weighted grid-presented terrain is computed and updated to eliminate the problem of local minima and losing of tracking. Then, a dynamic path re-planning strategy using multi-resolution representation of a dynamic updating region is proposed to achieve high-performance by trading-off precision for efficiency, while guaranteeing accuracy. Primary experimental results showed that our algorithm successfully achieved l0 to 96 frames per second interactive path-replanning rates during a terrain simulation scenario with 10 to 100 vehicles and multiple moving targets. 展开更多
关键词 Target tracking Path planning dijkstra's algorithm Voxel-based modeling Multi-resolution terrain Real-timevisualization and simulation
下载PDF
The Shortest Path Analysis Based on Road Network 被引量:1
11
作者 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 dijkstras algorithm Road network model Network analysis
下载PDF
Automated Pipe Routing Optimization for Ship Machinery
12
作者 Gunawan Kunihiro Hamada +7 位作者 Kakeru Kunihiro Allessandro Setyo Anggito Utomo Michael Ahli Raymond Lesmana Cornelius Yutaka Kobayashi Tadashi Yoshimoto Takanobu Shimizu 《Journal of Marine Science and Application》 CSCD 2022年第2期170-178,共9页
In the shipbuilding industry,market competition is currently operating in an intense state.To be able to strive in the global market,the shipbuilders must able to produce ships that are more efficient and can be const... In the shipbuilding industry,market competition is currently operating in an intense state.To be able to strive in the global market,the shipbuilders must able to produce ships that are more efficient and can be constructed in a relatively short amount of time.The piping layouts in the engine room requires a lot of time for the designer to design the best possible route and in a way are not the most efficient route.This paper presents an automatic piping support system in the ship’s engine room based on the Dijkstra’s algorithm of pathfinding method.The proposed method is focused on finding the shortest possible route with a consideration of the following things:cost of the bend pipe,cost of the crossing pipe,cost reduction by pipe support,restriction on piping,reduction of calculation time,and design procedure of piping route.Dijkstra’s shortest path algorithm is adopted to find the shortest path route between the start and goal point that is determined based on the layout of the ship’s engine room.Genetic algorithm is adopted to decide the sequence of the pipe execution.The details of the proposed method are explained in this paper.This paper also discusses the application of the proposed method on an actual ship and evaluates its effectiveness. 展开更多
关键词 Design optimization Piping system dijkstras algorithm shortest path
下载PDF
Development of Global Geographical Coverage Area for Terrestrial Networks Internetworked with Leo Satellite Network
13
作者 V. O. C. Eke A. N. Nzeako 《Communications and Network》 2014年第4期228-242,共15页
Network planning, analysis and design are an iterative process aimed at ensuring that a new network service meets the needs of subscribers and operators. During the initial start-up phase, coverage is the big issue an... Network planning, analysis and design are an iterative process aimed at ensuring that a new network service meets the needs of subscribers and operators. During the initial start-up phase, coverage is the big issue and coverage in telecommunications systems is related to the service area where a bare minimum access in the wireless network is possible. In order to guarantee visibility of at least one satellite above a certain satellite elevation, more satellites are required in the constellation to provide Global network services. Hence, the aim of this paper is to develop wide area network coverage for sparsely distributed earth stations in the world. A hybrid geometrical topology model using spherical coordinate framework was devised to provide wide area network coverage for sparsely distributed earth stations in the world. This topology model ensures Global satellite continuous network coverage for terrestrial networks. A computation of path lengths between any two satellites put in place to provide network services to selected cities in the world was carried out. A consideration of a suitable routing decision mechanism, routing protocols and algorithms were considered in the work while the shortest paths as well as the alternate paths between located nodes were computed. It was observed that a particular satellite with the central angle of 27&deg;can provide services into the diameter of the instantaneous coverage distance of 4081.3 Km which is typical of wide area network coverage. This implies that link-state database routing scheme can be applied, continuous global geographical coverage with minimum span, minimum traffic pattern and latency are guaranteed. Traffic handover rerouting strategies need further research. Also, traffic engineering resources such as channel capacity and bandwidth utilization schemes need to be investigated. Satellite ATM network architecture will benefit and needs further study. 展开更多
关键词 NETWORK Planning GLOBAL NETWORK COVERAGE VIsIBILITY Angle Link-state Database ORTHOGONAL Route Path dijkstras algorithm
下载PDF
必经节点与规避多卫星侦察双重约束下的地面部队机动策略
14
作者 卢洋洋 矫媛媛 +1 位作者 潘晓刚 俞棋睿 《指挥与控制学报》 CSCD 2023年第5期580-588,共9页
军事活动中,地面部队机动过程中如何有效规避非合作卫星侦察具有重要的战略意义.进一步考虑到实际任务中有必经节点约束的情况,提出了一种考虑必经节点与规避多卫星侦察双重约束下的地面部队机动策略分析方法.构建了多卫星侦察模型,通... 军事活动中,地面部队机动过程中如何有效规避非合作卫星侦察具有重要的战略意义.进一步考虑到实际任务中有必经节点约束的情况,提出了一种考虑必经节点与规避多卫星侦察双重约束下的地面部队机动策略分析方法.构建了多卫星侦察模型,通过计算出的规避侦察卫星等待时间更新路网权重.采用“加固定值”与“强制改标号”两种新策略,使得进行地面部队机动路径规划时,确保给出的机动方案既能够规避多卫星侦察、包含指定的必经节点,又能得到目的地的最短路径.通过仿真实验验证了所提出方法的有效性与优越性. 展开更多
关键词 多卫星侦察约束 必经节点约束 路径规划 dijkstra 算法 加固定值 强制改标号
下载PDF
铁路站房信息专业辅助设计软件研发与应用
15
作者 吴绍华 张妍君 赵耀 《铁道通信信号》 2023年第7期48-53,59,共7页
针对铁路信息专业设计工作量大、效率低、工程量统计易出差错、设计结果差异性大等问题,研发铁路站房信息专业辅助设计软件。该软件基于C/S架构,服务器负责设备数据、图形图块等资源的存储维护,客户端调用服务器资源实现具体业务功能,... 针对铁路信息专业设计工作量大、效率低、工程量统计易出差错、设计结果差异性大等问题,研发铁路站房信息专业辅助设计软件。该软件基于C/S架构,服务器负责设备数据、图形图块等资源的存储维护,客户端调用服务器资源实现具体业务功能,保证了设计成果的规范统一。在信息专业平面图设计阶段,该软件可实现设备快速布置,基于Dijkstra算法完成了设备线缆路径自动规划及工程量生成;在系统图设计阶段,软件内置各类信息子系统模型框架,可基于平面图设计数据实现系统图的自动生成和工程量统计。目前该软件已在包银铁路、汕汕高铁等项目进行测试,提高了设计效率和成果质量,有利于控制工程投资,为设计数据的扩展应用和其他专业的辅助设计研发提供了基础。 展开更多
关键词 铁路信息专业 辅助设计软件 C/s架构 dijkstra算法 数据库
下载PDF
城市公交查询系统的研究与设计 被引量:22
16
作者 张永梅 韩焱 陈立潮 《计算机应用》 CSCD 北大核心 2005年第2期422-425,共4页
给出了城市公交查询系统的空间数据结构。在Dijkstra算法的基础上,借助人工智能中状态空间搜索和动态截枝的思想,提出了状态空间搜索求第K最短路径的智能搜索算法。该算法能对所查询的交通路线与乘车方案等用电子地图的形式给予显示,并... 给出了城市公交查询系统的空间数据结构。在Dijkstra算法的基础上,借助人工智能中状态空间搜索和动态截枝的思想,提出了状态空间搜索求第K最短路径的智能搜索算法。该算法能对所查询的交通路线与乘车方案等用电子地图的形式给予显示,并更换不同城市的地图。测试表明,该系统具有速度快、多媒体显示、维护方便、通用性强等特点。 展开更多
关键词 K条最短路径 智能搜索 dijkstra算法 公交查询
下载PDF
点云模型上测地线的计算 被引量:14
17
作者 杜培林 屠长河 王文平 《计算机辅助设计与图形学学报》 EI CSCD 北大核心 2006年第3期438-442,共5页
给定点云模型上2点,将点云数据沿与xyz三坐标轴垂直方向进行单元剖分后,采用Dijkstra算法求出2点间的最短路径作为初始测地线;然后通过带弧长最短约束的平方距离最小化方法对初始测地线进行迭代优化,计算得到点云模型上给定2点间的一条... 给定点云模型上2点,将点云数据沿与xyz三坐标轴垂直方向进行单元剖分后,采用Dijkstra算法求出2点间的最短路径作为初始测地线;然后通过带弧长最短约束的平方距离最小化方法对初始测地线进行迭代优化,计算得到点云模型上给定2点间的一条样条表示的精确测地线.文中算法只需局部拟合抛物曲面,无需对点云模型进行三角化或曲面重建,适合大规模点云数据模型上测地线的计算. 展开更多
关键词 测地线 点云 dijkstra算法 平方距离最小化
下载PDF
求解运输问题的一种新算法 被引量:13
18
作者 夏少刚 张建华 《运筹与管理》 CSCD 2007年第1期32-36,共5页
本文将求解分派问题的标号算法成功地用于运输问题,并证明其中的非负处理可以省略,从而把Dijk-stra算法扩展到可能出现负边权的运输问题。与通常方法比较,这种方法具有直观、简单、计算量少、及易于推广等优点;最后证明该算法是多项式的... 本文将求解分派问题的标号算法成功地用于运输问题,并证明其中的非负处理可以省略,从而把Dijk-stra算法扩展到可能出现负边权的运输问题。与通常方法比较,这种方法具有直观、简单、计算量少、及易于推广等优点;最后证明该算法是多项式的,计算复杂性仅为o(n3)(当m≤n时)。 展开更多
关键词 运筹学 运输问题 最短路dijkstra标号算法 多项式算法 最小调整法
下载PDF
一种室内环境下移动机器人的路径规划新算法 被引量:3
19
作者 慕延华 尹怡欣 +1 位作者 涂序彦 孙铁强 《计算机工程与应用》 CSCD 北大核心 2006年第20期58-60,共3页
文章首先建立移动机器人对室内环境的全局模型,通过任务规划将全局目标分解为易于实现的多个子目标。然后针对每一个子目标,根据机器人边界圆直径构建一种改进的可视图,利用可视图和Dijkstra算法得到对子目标的全局路径,从而实现全局目... 文章首先建立移动机器人对室内环境的全局模型,通过任务规划将全局目标分解为易于实现的多个子目标。然后针对每一个子目标,根据机器人边界圆直径构建一种改进的可视图,利用可视图和Dijkstra算法得到对子目标的全局路径,从而实现全局目标的路径规划。该算法简单,适于室内环境下移动机器人的实时导航系统。 展开更多
关键词 路径规划 移动机器人 可视图 dijkstra算法 导航
下载PDF
证据理论在最优路径规划中的应用 被引量:2
20
作者 史辉 曹闻 +1 位作者 朱述龙 朱宝山 《计算机工程与应用》 CSCD 北大核心 2009年第26期213-215,共3页
路径规划是车载导航系统的核心功能,其中最优路径规划功能最为常用。在最优路径规划中,道路属性起着关键的作用。目前道路属性的应用都是进行简单的加权求和,而这样道路属性不仅没有得到充分的应用,而且路径规划结果也不够理想。将道路... 路径规划是车载导航系统的核心功能,其中最优路径规划功能最为常用。在最优路径规划中,道路属性起着关键的作用。目前道路属性的应用都是进行简单的加权求和,而这样道路属性不仅没有得到充分的应用,而且路径规划结果也不够理想。将道路属性数据进行量化后,应用证据理论将每条道路的属性进行融合,融合后的数据作为道路权值。这样不仅可以改善属性数据的应用效果,而且可以优化规划结果。实验表明了改进后的算法在没有影响搜索效率的前提下,搜索结果得到了优化。 展开更多
关键词 证据理论 路径规划 最优路径 dijkstra算法
下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部