期刊文献+
共找到253篇文章
< 1 2 13 >
每页显示 20 50 100
Computing All Pairs Shortest Paths on Sparse Graphs with Articulation Points
1
作者 Carlos Roberto Arias Von-Wun Soo 《Computer Technology and Application》 2011年第11期866-883,共18页
In most network analysis tools the computation of the shortest paths between all pairs of nodes is a fundamental step to the discovery of other properties. Among other properties is the computation of closeness centra... In most network analysis tools the computation of the shortest paths between all pairs of nodes is a fundamental step to the discovery of other properties. Among other properties is the computation of closeness centrality, a measure of the nodes that shows how central a vertex is on a given network. In this paper, the authors present a method to compute the All Pairs Shortest Paths on graphs that present two characteristics: abundance of nodes with degree value one, and existence of articulation points along the graph. These characteristics are present in many real life networks especially in networks that show a power law degree distribution as is the case of biological networks. The authors' method compacts the single nodes to their source, and then by using the network articulation points it disconnects the network and computes the shortest paths in the biconnected components. At the final step the authors proposed methods merges the results to provide the whole network shortest paths. The authors' method achieves remarkable speedup compared to state of the art methods to compute the shortest paths, as much as 7 fold speed up in artificial graphs and 3.25 fold speed up in real application graphs. The authors' performance improvement is unlike previous research as it does not involve elaborated setups since the authors algorithm can process significant instances on a popular workstation. 展开更多
关键词 graph algorithms all pairs shortest paths articulation points
在线阅读 下载PDF
Improving Centralized Path Calculation Based on Graph Compression 被引量:1
2
作者 Zhenglian Li Lixin Ji +1 位作者 Ruiyang Huang Shuxin Liu 《China Communications》 SCIE CSCD 2018年第6期120-124,共5页
Shortest-path calculation on weighted graphs are an essential operation in computer networks. The performance of such algorithms has become a critical challenge in emerging software-defined networks(SDN),since SDN con... Shortest-path calculation on weighted graphs are an essential operation in computer networks. The performance of such algorithms has become a critical challenge in emerging software-defined networks(SDN),since SDN controllers need to centralizedly perform a shortest-path query for every flow,usually on large-scale network. Unfortunately,one of the challenges is that current algorithms will become incalculable as the network size increases. Therefore, inspired by the compression graph in the field of compute visualization,we propose an efficient shortest path algorithm by compressing the original big network graph into a small one, but the important graph properties used to calculate path is reserved. We implement a centralized version of our approach in SDN-enabled network,and the evaluations validate the improvement compared with the well-known algorithms. 展开更多
关键词 graph representation path compression shortest path
在线阅读 下载PDF
A Language Theory Based Algorithm Generating Global Solution for the Intelligent Instrument Shortest Path Problem
3
作者 Adam Bouras SoufianChekir 《通讯和计算机(中英文版)》 2013年第2期186-192,共7页
关键词 WARSHALL算法 最短路径问题 智能仪表 语言 MATLAB实现 基础 弗洛伊德 内存使用
在线阅读 下载PDF
Original optimal method to solve the all-pairs shortest path problem: Dhouib-matrix-ALL-SPP
4
作者 Souhail Dhouib 《Data Science and Management》 2024年第3期206-217,共12页
The All-pairs shortest path problem(ALL-SPP)aims to find the shortest path joining all the vertices in a given graph.This study proposed a new optimal method,Dhouib-matrix-ALL-SPP(DM-ALL-SPP)to solve the ALL-SPP based... The All-pairs shortest path problem(ALL-SPP)aims to find the shortest path joining all the vertices in a given graph.This study proposed a new optimal method,Dhouib-matrix-ALL-SPP(DM-ALL-SPP)to solve the ALL-SPP based on column-row navigation through the adjacency matrix.DM-ALL-SPP is designed to generate in a single execution the shortest path with details among all-pairs of vertices for a graph with positive and negative weighted edges.Even for graphs with a negative cycle,DM-ALL-SPP reported a negative cycle.In addition,DM-ALL-SPP continues to work for directed,undirected and mixed graphs.Furthermore,it is characterized by two phases:the first phase consists of adding by column repeated(n)iterations(where n is the number of vertices),and the second phase resides in adding by row executed in the worst case(n∗log(n))iterations.The first phase,focused on improving the elements of each column by adding their values to each row and modifying them with the smallest value.The second phase is emphasized by rows only for the elements modified in the first phase.Different instances from the literature were used to test the performance of the proposed DM-ALL-SPP method,which was developed using the Python programming language and the results were compared to those obtained by the Floyd-Warshall algorithm. 展开更多
关键词 Artificial intelligence Operations research Combinatorial optimization graph theory Network model All-pairs shortest paths problem Dhouib-matrix Intelligent networks
在线阅读 下载PDF
基于Spark GraphX的交通动态图谱分析与优化 被引量:1
5
作者 胡晶 《电脑与信息技术》 2025年第2期69-73,85,共6页
随着城市交通系统的日益复杂,传统的路径规划方法已经难以满足现实需求。基于此,借助大数据处理和图计算技术,构建了基于Spark GraphX的实时交通动态图谱,并通过图算法进行深入分析与优化,以城市中的交叉路口和道路为节点和边,以实时交... 随着城市交通系统的日益复杂,传统的路径规划方法已经难以满足现实需求。基于此,借助大数据处理和图计算技术,构建了基于Spark GraphX的实时交通动态图谱,并通过图算法进行深入分析与优化,以城市中的交叉路口和道路为节点和边,以实时交通数据动态更新图谱,实时反映城市交通状况的变化。利用并行计算框架的实时性特点,应用Spark GraphX的最短路径计算和PageRank算法,提出了对交通网络中的重要性节点和路径优化的算法改进,为交通流的优化提供了可能。通过可视化工具展示图谱的动态变化,以更清晰地了解交通系统的运行状况。 展开更多
关键词 Spark graphX 交通动态图谱 最短路径 PAGERANK
在线阅读 下载PDF
基于滑动窗口采样技术和DTWCorr距离度量的多元时间序列分割方法研究
6
作者 侯开明 岳疆陶 +2 位作者 柳飞扬 汪浩航 冯钧 《水利信息化》 2026年第1期28-35,共8页
为提升流域水资源管理中多元时间序列事件检测的准确性,针对传统同步分割方法忽略变量间时滞性与异步性的问题,提出一种基于滑动窗口采样技术与复合度量(DTWCorr)的多元时间序列异步分割方法。基于一元时间序列分割获取各变量的初始分段... 为提升流域水资源管理中多元时间序列事件检测的准确性,针对传统同步分割方法忽略变量间时滞性与异步性的问题,提出一种基于滑动窗口采样技术与复合度量(DTWCorr)的多元时间序列异步分割方法。基于一元时间序列分割获取各变量的初始分段,首先通过引入时间关联分割技术融合多变量分段信息,捕捉变量间的异步特性;其次采用多尺度滑动窗口对分段进行重采样,以增强数据的鲁棒性;最后结合DTW与皮尔森相关系数构建DTWCorr距离度量,并利用多段图最短路径算法实现全局最优异步分割。基于太湖流域水质数据的实验结果表明,该方法在分割准确性、变量间相关性及抗噪能力方面均优于传统同步分割方法,能够更准确地反映多元时间序列的异步变化规律。研究成果能够为水文事件识别及流域水资源智能管理提供可靠的数据支撑。 展开更多
关键词 多元时间序列分割 异步分割 滑动窗口采样 DTWCorr距离 多段图最短路径
在线阅读 下载PDF
Spark-GraphX框架下的大规模加权图最短路径查询 被引量:2
7
作者 宋宝燕 张永普 单晓欢 《辽宁大学学报(自然科学版)》 CAS 2017年第4期289-293,共5页
最短路径问题一直是计算机等学科的热点研究问题,常应用于社交网、交通网等诸多领域.图规模爆炸式的增长导致传统单机环境下的存储、查询已无法满足大规模图的处理需求.提出一种基于Spark-Graph X平台的大规模图最短路径查询方法(LSGSP-... 最短路径问题一直是计算机等学科的热点研究问题,常应用于社交网、交通网等诸多领域.图规模爆炸式的增长导致传统单机环境下的存储、查询已无法满足大规模图的处理需求.提出一种基于Spark-Graph X平台的大规模图最短路径查询方法(LSGSP-SG):首先利用经典算法对大规模图进行分割并标记,将割点的信息记录在文本文件中,然后利用大数据平台Spark的Graph X框架进行迭代式分布计算并进行各个计算机节点的消息通信及同步,最后返回最短路径查询结果. 展开更多
关键词 SPARK 图分割 最短路径 分布式
在线阅读 下载PDF
Application of rough graph in relationship mining 被引量:2
8
作者 He Tong Xue Peijun Shi Kaiquan 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2008年第4期742-747,共6页
Based on the definition of class shortest path in weighted rough graph, class shortest path algorithm in weighted rough graph is presented, which extends classical shortest path algorithm. The application in relations... Based on the definition of class shortest path in weighted rough graph, class shortest path algorithm in weighted rough graph is presented, which extends classical shortest path algorithm. The application in relationship mining shows effectiveness of it. 展开更多
关键词 rough graph weighted rough graph class shortest path dijkstra algorithm relationship mining
在线阅读 下载PDF
Energy Efficient Path Determination in Wireless Sensor Network Using BFS Approach
9
作者 Shilpa Mahajan Jyoteesh Malhotra 《Wireless Sensor Network》 2011年第11期351-356,共6页
The wireless sensor networks (WSN) are formed by a large number of sensor nodes working together to provide a specific duty. However, the low energy capacity assigned to each node prompts users to look at an important... The wireless sensor networks (WSN) are formed by a large number of sensor nodes working together to provide a specific duty. However, the low energy capacity assigned to each node prompts users to look at an important design challenge such as lifetime maximization. Therefore, designing effective routing techniques that conserve scarce energy resources is a critical issue in WSN. Though, the chain-based routing is one of significant routing mechanisms but several common flaws, such as data propagation delay and redundant transmission, are associated with it. In this paper, we will be proposing an energy efficient technique based on graph theory that can be used to find out minimum path based on some defined conditions from a source node to the destination node. Initially, a sensor area is divided into number of levels by a base station based on signal strength. It is important to note that this technique will always found out minimum path and even alternate path are also saved in case of node failure. 展开更多
关键词 graph Theory BREADTH First SEARCH Energy Efficient COST shortest path
暂未订购
A Dynamic Programming Approach for the Max-Min Cycle Packing Problem in Even Graphs
10
作者 Peter Recht 《Open Journal of Discrete Mathematics》 2016年第4期340-350,共11页
Let be an undirected graph. The maximum cycle packing problem in G then is to find a collection of edge-disjoint cycles C<sub>i</sup>in G such that s is maximum. In general, the maximum cycle packing probl... Let be an undirected graph. The maximum cycle packing problem in G then is to find a collection of edge-disjoint cycles C<sub>i</sup>in G such that s is maximum. In general, the maximum cycle packing problem is NP-hard. In this paper, it is shown for even graphs that if such a collection satisfies the condition that it minimizes the quantityon the set of all edge-disjoint cycle collections, then it is a maximum cycle packing. The paper shows that the determination of such a packing can be solved by a dynamic programming approach. For its solution, an-shortest path procedure on an appropriate acyclic networkis presented. It uses a particular monotonous node potential. 展开更多
关键词 Maximum Edge-Disjoint Cycle Packing Extremal Problems in graph Theory Dynamic Programming -shortest path Procedure
在线阅读 下载PDF
基于最短路径序列化图的域内路由保护算法
11
作者 耿海军 胡睿乾 +1 位作者 胡治国 尹霞 《软件学报》 北大核心 2025年第2期680-697,共18页
互联网服务提供商采用路由保护算法来满足实时性、低时延和高可用应用的需求.然而已有路由保护算法存在下面3个方面的问题:(1)在不改变传统路由协议转发机制的前提下,故障保护率普遍较低;(2)为了追求较高的故障保护率,通常需要改变传统... 互联网服务提供商采用路由保护算法来满足实时性、低时延和高可用应用的需求.然而已有路由保护算法存在下面3个方面的问题:(1)在不改变传统路由协议转发机制的前提下,故障保护率普遍较低;(2)为了追求较高的故障保护率,通常需要改变传统路由协议的转发机制,实际部署难度较大;(3)无法同时利用最优下一跳和备份下一跳,从而导致网络负载均衡能力较差.针对上述3个问题,提出一种基于最短路径序列化图的路由保护算法,所提算法不需要改变转发机制,支持增量部署,同时使用最优下一跳和备份下一跳不会出现路由环路,并且具有较高的故障保护率.所提算法主要包括下面两个步骤:(1)为每个节点计算一个序号,构造最短路径正序化图;(2)利用最短路径正序化图和反序搜索规则构造最短路径序列化图,在此基础上根据备份下一跳计算规则计算节点对之间的备份下一跳集合.在真实和模拟网络拓扑上进行测试,实验结果表明,与其他路由保护算法相比,所提算法在平均备份下一跳数量、故障保护率和路径拉伸度3个指标方面均具有显著的优势. 展开更多
关键词 网络故障 路由保护 最短路径序列化图 故障保护率 路径拉伸度
在线阅读 下载PDF
基于动态图投影的大规模复杂配电网故障快速溯源方法 被引量:2
12
作者 张煜佳 袁野 +3 位作者 周苏洋 朱红 周爱华 陈清泉 《电力系统自动化》 北大核心 2025年第13期177-186,共10页
随着配电网规模的快速增长及分布式资源的高度渗透,配电网拓扑结构日益复杂,给配电网故障定位分析带来极大挑战。矩阵算法和智能优化算法应用于故障定位时需要根据变化的拓扑信息构造网络矩阵或建立寻优模型,极大增加了计算量和计算复杂... 随着配电网规模的快速增长及分布式资源的高度渗透,配电网拓扑结构日益复杂,给配电网故障定位分析带来极大挑战。矩阵算法和智能优化算法应用于故障定位时需要根据变化的拓扑信息构造网络矩阵或建立寻优模型,极大增加了计算量和计算复杂度,数据处理和计算效率低下。文中首先构建了配电网拓扑的图数据模型,通过图投影技术从全景电网图中抽取适配故障溯源任务场景的优化子图;在此基础上,采用Yen最短路径搜索算法,查找电源至异常节点的潜在故障路径,通过遍历线路节点判断电流越限信息确定故障所在区段。所提方法解决了电网拓扑的精确表征和快速搜索问题,实现了面向大规模复杂配电网的故障源快速精准定位,在保证故障溯源准确性的基础上提升了故障搜索效率。 展开更多
关键词 配电网 故障溯源 故障定位 图数据 图投影 最短路径搜索算法
在线阅读 下载PDF
Threshold-Based Shortest Path Query over Large Correlated Uncertain Graphs
13
作者 成雨蓉 袁野 +1 位作者 陈雷 王国仁 《Journal of Computer Science & Technology》 SCIE EI CSCD 2015年第4期762-780,共19页
With the popularity of uncertain data, queries over uncertain graphs have become a hot topic in the database community. As one of the important queries, the shortest path query over an uncertain graph has attracted mu... With the popularity of uncertain data, queries over uncertain graphs have become a hot topic in the database community. As one of the important queries, the shortest path query over an uncertain graph has attracted much attention of researchers due to its wide applications. Although there are some e?cient solutions addressing this problem, all existing models ignore an important property existing in uncertain graphs: the correlation among the edges sharing the same vertex. In this paper, we apply Markov network to model the hidden correlation in uncertain graphs and compute the shortest path. Unfortunately, calculating the shortest path and corresponding probability over uncertain graphs modeled by Markov networks is a #P-hard problem. Thus, we propose a filtering-and-verification framework to accelerate the queries. In the filtering phase, we design a probabilistic shortest path index based on vertex cuts and blocks of a graph. We find a series of upper bounds and prune the vertices and edges whose upper bounds of the shortest path probability are lower than the threshold. By carefully picking up the blocks and vertex cuts, the index is optimized to have the maximum pruning capability, so that we can filter a large number of vertices which make no contribution to the final shortest path query results. In the verification phase, we develop an e?cient sampling algorithm to determine the final query answers. Finally, we verify the e?ciency and effectiveness of our solutions with extensive experiments. 展开更多
关键词 shortest path correlated uncertain graph probabilistic shortest path index
原文传递
一种基于分层图的改进SPFA算法 被引量:6
14
作者 沈海澜 王玉斌 +1 位作者 陈再良 曹子文 《计算机工程》 CAS CSCD 2012年第13期251-253,共3页
针对数据结构课程教学中顶点数受限的最短路径问题,提出一种基于图分层的改进SPFA算法——K_SPFA。借鉴图分层思想,将原图拓展为层数与顶点限制数相等的图层,将原图中的边拓展成图层间的边。利用2个同步循环的FIFO队列和贪心策略,对SPF... 针对数据结构课程教学中顶点数受限的最短路径问题,提出一种基于图分层的改进SPFA算法——K_SPFA。借鉴图分层思想,将原图拓展为层数与顶点限制数相等的图层,将原图中的边拓展成图层间的边。利用2个同步循环的FIFO队列和贪心策略,对SPFA算法的数据存储结构和最短路径更新操作进行改进,从而实现原图中顶点数受限的最短路径寻找。实验结果表明,K_SPFA具有较低的平均时间复杂度。 展开更多
关键词 最短路径 SPFA算法 分层图 同步循环 队列 数据结构
在线阅读 下载PDF
基于前K最短路径的输电断面搜索新算法 被引量:64
15
作者 王增平 李刚 任建文 《电工技术学报》 EI CSCD 北大核心 2012年第4期193-201,共9页
过载支路切除引起的潮流转移是导致连锁过载跳闸的重要原因。本文分析了过载支路切除后的潮流转移特征,引入了潮流转移系数(FTF)的概念,并给出了输电断面新的定义。根据潮流转移的路径特征,给出了一种快速搜索输电断面的新算法。该算法... 过载支路切除引起的潮流转移是导致连锁过载跳闸的重要原因。本文分析了过载支路切除后的潮流转移特征,引入了潮流转移系数(FTF)的概念,并给出了输电断面新的定义。根据潮流转移的路径特征,给出了一种快速搜索输电断面的新算法。该算法通过把实时的电力网络转化成拓扑图,基于动态规划理论,通过在一个以过载支路为中心的拓扑子图内快速搜索出过载支路两端点间的前K条最短路径,并最终找出受潮流转移影响较大的输电断面,把对整个系统的安全性分析缩小到一个输电断面内,极大地减少了进一步分析的工作量,有利于防止连锁过载跳闸的发生。中国电科院CEPRI36节点系统的仿真结果验证了该算法的有效性。 展开更多
关键词 潮流转移 输电断面 潮流转移系数 图论 前K最短路径 动态规划
在线阅读 下载PDF
带转向延误和限制的最短路径问题及其求解方法 被引量:21
16
作者 任刚 王炜 邓卫 《东南大学学报(自然科学版)》 EI CAS CSCD 北大核心 2004年第1期104-108,共5页
阐述了带转向延误和限制的最短路径问题 (SP Turn)的基本原理 ,系统介绍了现有的求解方法 ,包括扩展网络法、对偶网络法和弧标号算法 ,并提出了一个节点标号算法用于对比 .分析指出弧标号、节点标号算法在算法原理上是一致的 ,对偶网络... 阐述了带转向延误和限制的最短路径问题 (SP Turn)的基本原理 ,系统介绍了现有的求解方法 ,包括扩展网络法、对偶网络法和弧标号算法 ,并提出了一个节点标号算法用于对比 .分析指出弧标号、节点标号算法在算法原理上是一致的 ,对偶网络法是对它们的直观化 .同时指出在SP Turn方法中 ,扩展邻接表是高效的网络表示形式 ,在合理选择的前提下 ,一般SP算法的标号设定、标号修正等标号技术同样适用 。 展开更多
关键词 最短路径 转向延误和限制 对偶图 标号 扩展邻接表
在线阅读 下载PDF
八方向走迷宫算法 被引量:7
17
作者 孙巧榆 潘荫荣 +1 位作者 胡幼华 孙强 《计算机工程》 CAS CSCD 北大核心 2004年第1期90-91,109,共3页
给出了一个在具有稀疏障碍的迷宫中寻找给定两个单元之间的最短路径的走迷宫 算法,算法以“不改变方向”为预测条件,沿直线方向扩展。路径的扩展方向为8个,以水 平和竖直方向及二者相结合得出路径的扩展方向,缩减了传统的最短路径... 给出了一个在具有稀疏障碍的迷宫中寻找给定两个单元之间的最短路径的走迷宫 算法,算法以“不改变方向”为预测条件,沿直线方向扩展。路径的扩展方向为8个,以水 平和竖直方向及二者相结合得出路径的扩展方向,缩减了传统的最短路径的长度和搜索范围 ,是一个高效的算法。 展开更多
关键词 最短路径 稀疏障碍 最小迂回 网格图
在线阅读 下载PDF
基于图论的色谱指纹图谱谱峰的全局匹配 被引量:10
18
作者 倪力军 王国东 +1 位作者 郭佳 张立国 《分析化学》 SCIE EI CAS CSCD 北大核心 2006年第10期1454-1458,共5页
以色谱工作站的积分数据为基础,定义了允许匹配峰组的域,提出了在域内根据色谱峰面积、保留时间计算各匹配峰组之间距离矩阵的公式,从而形成有向图。采用图论中的最短路径算法寻找可能的匹配峰组中的最佳匹配峰组。采用优化的匹配参数,... 以色谱工作站的积分数据为基础,定义了允许匹配峰组的域,提出了在域内根据色谱峰面积、保留时间计算各匹配峰组之间距离矩阵的公式,从而形成有向图。采用图论中的最短路径算法寻找可能的匹配峰组中的最佳匹配峰组。采用优化的匹配参数,对珍菊降压片、丹参提取物、柴胡皂苷提取物、人参皂苷提取物的HPLC谱图进行匹配并将有关结果与国家药典委员会推出的指纹图谱软件自动匹配结果作了比较。结果表明:本算法可最大程度地匹配可能的色谱峰并极少出现错配、漏配峰组,无需手动校正。 展开更多
关键词 色谱指纹图谱 中药质量分析 谱峰匹配 有向图 最短路径
在线阅读 下载PDF
基于平面图的最短路径算法的研究 被引量:21
19
作者 于东凯 刘玉树 《北京理工大学学报》 EI CAS CSCD 北大核心 2001年第1期31-34,共4页
研究平面图特殊应用条件下最短路径搜索算法的时间复杂度和空间复杂度 .从应用的角度 ,设计一种新的数据存储结构 ,改进最短路径搜索算法 ,并建立一种简捷的估价函数 ,使基于平面图的动态路径规划算法在时间复杂性和空间复杂性上均达到... 研究平面图特殊应用条件下最短路径搜索算法的时间复杂度和空间复杂度 .从应用的角度 ,设计一种新的数据存储结构 ,改进最短路径搜索算法 ,并建立一种简捷的估价函数 ,使基于平面图的动态路径规划算法在时间复杂性和空间复杂性上均达到了线性 ,为进一步解决这一领域内的网络综合分析打下了基础 . 展开更多
关键词 最短路径 平面图 欧拉公式
在线阅读 下载PDF
基于图论的可重构制造系统单零件流水线构形优化 被引量:11
20
作者 窦建平 戴先中 +1 位作者 孟正大 李俊 《计算机集成制造系统》 EI CSCD 北大核心 2010年第1期81-89,共9页
获取各生产周期内的最优和K-1个次优(K优)单零件流水线构形,是可重构制造系统构形选择中一个重要的优化问题。给定零件的工序优先图、工序和工位操作的关系以及各工位操作的可选设备,该流水线构形优化问题即确定工作站数量,选择各工作... 获取各生产周期内的最优和K-1个次优(K优)单零件流水线构形,是可重构制造系统构形选择中一个重要的优化问题。给定零件的工序优先图、工序和工位操作的关系以及各工位操作的可选设备,该流水线构形优化问题即确定工作站数量,选择各工作站内的机床类型和数量,选择并分配工位操作,以最小化流水线构形的资本成本。将寻求满足功能和产能约束、空间约束和投资限制的K优构形问题建模为关联所有可行工位操作序列的复合增广有向图上的约束K最短路径问题,获得K优解。最后,通过案例研究验证了该方法的有效性和优越性。 展开更多
关键词 可重构制造系统 构形优化 流水线 图论 约束K最短路径
在线阅读 下载PDF
上一页 1 2 13 下一页 到第
使用帮助 返回顶部