期刊文献+
共找到1,245篇文章
< 1 2 63 >
每页显示 20 50 100
Solving the Euclidean Steiner Minimum Tree Using Cellular Stochastic Diffusion Search Algorithm 被引量:2
1
作者 张瑾 赵雅靓 马良 《Journal of Shanghai Jiaotong university(Science)》 EI 2011年第6期734-741,共8页
The Euclidean Steiner minimum tree problem is a classical NP-hard combinatorial optimization problem.Because of the intrinsic characteristic of the hard computability,this problem cannot be solved accurately by effici... The Euclidean Steiner minimum tree problem is a classical NP-hard combinatorial optimization problem.Because of the intrinsic characteristic of the hard computability,this problem cannot be solved accurately by efficient algorithms up to now.Due to the extensive applications in real world,it is quite important to find some heuristics for it.The stochastic diffusion search algorithm is a newly population-based algorithm whose operating mechanism is quite different from ordinary intelligent algorithms,so this algorithm has its own advantage in solving some optimization problems.This paper has carefully studied the stochastic diffusion search algorithm and designed a cellular automata stochastic diffusion search algorithm for the Euclidean Steiner minimum tree problem which has low time complexity.Practical results show that the proposed algorithm can find approving results in short time even for the large scale size,while exact algorithms need to cost several hours. 展开更多
关键词 Euclidean Steiner minimum tree stochastic diffusion search cellular automata
原文传递
SOLVING MINIMUM SPANNING TREE PROBLEM WITH DNA COMPUTING 被引量:3
2
作者 LiuXikui LiYan XuJin 《Journal of Electronics(China)》 2005年第2期112-117,共6页
Molecular programming is applied to minimum spanning problem whose solution requires encoding of real values in DNA strands. A new encoding scheme is proposed for real values that is biologically plausible and has a f... Molecular programming is applied to minimum spanning problem whose solution requires encoding of real values in DNA strands. A new encoding scheme is proposed for real values that is biologically plausible and has a fixed code length. According to the characteristics of the problem, a DNA algorithm solving the minimum spanning tree problem is given. The effectiveness of the proposed method is verified by simulation. The advantages and disadvantages of this algorithm are discussed. 展开更多
关键词 DNA computing Genetic algorithms minimum spanning tree problem
在线阅读 下载PDF
MINIMUM CONGESTION SPANNING TREES IN BIPARTITE AND RANDOM GRAPHS 被引量:1
3
作者 M.I. Ostrovskii 《Acta Mathematica Scientia》 SCIE CSCD 2011年第2期634-640,共7页
The first problem considered in this article reads: is it possible to find upper estimates for the spanning tree congestion in bipartite graphs, which are better than those for general graphs? It is proved that ther... The first problem considered in this article reads: is it possible to find upper estimates for the spanning tree congestion in bipartite graphs, which are better than those for general graphs? It is proved that there exists a bipartite version of the known graph with spanning tree congestion of order n3/2, where n is the number of vertices. The second problem is to estimate spanning tree congestion of random graphs. It is proved that the standard model of random graphs cannot be used to find graphs whose spanning tree congestion has order greater than n3/2. 展开更多
关键词 Bipartite graph random graph minimum congestion spanning tree
在线阅读 下载PDF
Brain Functional Network Based on Small-Worldness and Minimum Spanning Tree for Depression Analysis 被引量:1
4
作者 Bingtao Zhang Dan Wei +1 位作者 Yun Su Zhonglin Zhang 《Journal of Beijing Institute of Technology》 EI CAS 2023年第2期198-208,共11页
Since the outbreak and spread of corona virus disease 2019(COVID-19),the prevalence of mental disorders,such as depression,has continued to increase.To explore the abnormal changes of brain functional connections in p... Since the outbreak and spread of corona virus disease 2019(COVID-19),the prevalence of mental disorders,such as depression,has continued to increase.To explore the abnormal changes of brain functional connections in patients with depression,this paper proposes a depression analysis method based on brain function network(BFN).To avoid the volume conductor effect,BFN was constructed based on phase lag index(PLI).Then the indicators closely related to depression were selected from weighted BFN based on small-worldness(SW)characteristics and binarization BFN based on the minimum spanning tree(MST).Differences analysis between groups and correlation analysis between these indicators and diagnostic indicators were performed in turn.The resting state electroencephalogram(EEG)data of 24 patients with depression and 29 healthy controls(HC)was used to verify our proposed method.The results showed that compared with HC,the information processing of BFN in patients with depression decreased,and BFN showed a trend of randomization. 展开更多
关键词 DEPRESSION brain function network(BFN) small-worldness(SW) minimum spanning tree(MST)
在线阅读 下载PDF
Salience adaptive morphological structuring element construction method based on minimum spanning tree 被引量:1
5
作者 YANG Wenting WANG Xiaopeng FANG Chao 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2021年第1期36-43,共8页
Classical mathematical morphology operations use a fixed size and shape structuring element to process the whole image.Due to the diversity of image content and the complexity of target structure,for processed image,i... Classical mathematical morphology operations use a fixed size and shape structuring element to process the whole image.Due to the diversity of image content and the complexity of target structure,for processed image,its shape may be changed and part of the information may be lost.Therefore,we propose a method for constructing salience adaptive morphological structuring elements based on minimum spanning tree(MST).First,the gradient image of the input image is calculated,the edge image is obtained by non-maximum suppression(NMS)of the gradient image,and then chamfer distance transformation is performed on the edge image to obtain a salience map(SM).Second,the radius of structuring element is determined by calculating the maximum and minimum values of SM and then the minimum spanning tree is calculated on the SM.Finally,the radius is used to construct a structuring element whose shape and size adaptively change with the local features of the input image.In addition,the basic morphological operators such as erosion,dilation,opening and closing are redefined using the adaptive structuring elements and then compared with the classical morphological operators.The simulation results show that the proposed method can make full use of the local features of the image and has better processing results in image structure preservation and image filtering. 展开更多
关键词 adaptive structuring element mathematical morphology salience map(SM) minimum spanning tree(MST)
在线阅读 下载PDF
A Novel Binary Firefly Algorithm for the Minimum Labeling Spanning Tree Problem 被引量:1
6
作者 Mugang Lin Fangju Liu +1 位作者 Huihuang Zhao Jianzhen Chen 《Computer Modeling in Engineering & Sciences》 SCIE EI 2020年第10期197-214,共18页
Given a connected undirected graph G whose edges are labeled,the minimumlabeling spanning tree(MLST)problemis to find a spanning tree of G with the smallest number of different labels.TheMLST is anNP-hard combinatoria... Given a connected undirected graph G whose edges are labeled,the minimumlabeling spanning tree(MLST)problemis to find a spanning tree of G with the smallest number of different labels.TheMLST is anNP-hard combinatorial optimization problem,which is widely applied in communication networks,multimodal transportation networks,and data compression.Some approximation algorithms and heuristics algorithms have been proposed for the problem.Firefly algorithm is a new meta-heuristic algorithm.Because of its simplicity and easy implementation,it has been successfully applied in various fields.However,the basic firefly algorithm is not suitable for discrete problems.To this end,a novel discrete firefly algorithm for the MLST problem is proposed in this paper.A binary operation method to update firefly positions and a local feasible handling method are introduced,which correct unfeasible solutions,eliminate redundant labels,and make the algorithm more suitable for discrete problems.Computational results show that the algorithm has good performance.The algorithm can be extended to solve other discrete optimization problems. 展开更多
关键词 minimum labeling spanning tree problem binary firefly algorithm META-HEURISTICS discrete optimization
在线阅读 下载PDF
Minimum Dominating Tree Problem for Graphs 被引量:1
7
作者 LIN Hao LIN Lan 《Chinese Quarterly Journal of Mathematics》 CSCD 2014年第1期1-8,共8页
A dominating tree T of a graph G is a subtree of G which contains at least one neighbor of each vertex of G.The minimum dominating tree problem is to find a dominating tree of G with minimum number of vertices,which i... A dominating tree T of a graph G is a subtree of G which contains at least one neighbor of each vertex of G.The minimum dominating tree problem is to find a dominating tree of G with minimum number of vertices,which is an NP-hard problem.This paper studies some polynomially solvable cases,including interval graphs,Halin graphs,special outer-planar graphs and others. 展开更多
关键词 NETWORK optimization minimum dominating tree SPECIAL GRAPHS EXACT evaluation
在线阅读 下载PDF
On the Minimum Spanning Tree Determined by n Points in the Unit Square
8
作者 叶继昌 徐寅峰 徐成贤 《Chinese Quarterly Journal of Mathematics》 CSCD 1999年第2期76-82, ,共7页
Let P n be a set of n points in the unit square S,l(P n) denoe the length of the minimum spanning tree of P n, andC n= max P nSl(P n), n=2,3,… In this paper,the exact value of C n for n=2,3,4 and the corresponding co... Let P n be a set of n points in the unit square S,l(P n) denoe the length of the minimum spanning tree of P n, andC n= max P nSl(P n), n=2,3,… In this paper,the exact value of C n for n=2,3,4 and the corresponding configurations are given. Additionally,the conjectures of the configuration for n=5,6,7,8,9 are proposed. 展开更多
关键词 minimum spanning tree maximin problem CONFIGURATION
在线阅读 下载PDF
THE DESIGN AND ANALYSIS OF ALGORITHM OF MINIMUM COST SPANNING TREE
9
作者 Xu Xusong Liu Dacheng Wu Lihua 《Acta Mathematica Scientia》 SCIE CSCD 1996年第3期296-301,共6页
This paper provides a method of producing a minimum cost spanning tree(MCST)using set operations.It studies the data structure for implementation of set operations and the algorithm to be applied to this structure and... This paper provides a method of producing a minimum cost spanning tree(MCST)using set operations.It studies the data structure for implementation of set operations and the algorithm to be applied to this structure and proves the correctness and the complexity of the algorithm.This algorithm uses the FDG(formula to divide elements into groups)to sort(the FDG sorts a sequence of n elements in expected tir O(n))and uses the method of path compression to find and to unite.Therefore.n produces an MCST of an undirected network having n vertices and e edges in expected time O(eG(n)). 展开更多
关键词 minimum cost spanning tree a sort using the FDG path compression set operation of find and unite algorithm analysis
在线阅读 下载PDF
The Design of the Minimum Spanning Tree Algorithms
10
作者 Zhicheng LIU Bo JIANG 《Intelligent Information Management》 2009年第1期56-59,共4页
Based on the graphic theory and improved genetic algorithm,an improved genetic algorithm to search the minimum spanning trees is given . The algorithm uses binary code to represent the problem of minimum spanning tree... Based on the graphic theory and improved genetic algorithm,an improved genetic algorithm to search the minimum spanning trees is given . The algorithm uses binary code to represent the problem of minimum spanning trees. It designs the corresponding fitness function,operator and few controlling strategies to improve its speed and evolutionary efficiency.Only one solution can be gotten with running traditional al-gorithem atone time.The new algorithm can get a set of the solutions with higher probability in a shorter time.The experiment shows that it has a better performance than traditional methods. 展开更多
关键词 minimum SPANNING tree GENETIC ALGORITHM PATTERN
在线阅读 下载PDF
MINIMUM ATTRIBUTE CO-REDUCTION ALGORITHM BASED ON MULTILEVEL EVOLUTIONARY TREE WITH SELF-ADAPTIVE SUBPOPULATIONS
11
作者 丁卫平 王建东 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2013年第2期175-184,共10页
Attribute reduction is an important process in rough set theory.Finding minimum attribute reduction has been proven to help the user-oriented make better knowledge discovery in some cases.In this paper,an efficient mi... Attribute reduction is an important process in rough set theory.Finding minimum attribute reduction has been proven to help the user-oriented make better knowledge discovery in some cases.In this paper,an efficient minimum attribute reduction algorithm is proposed based on the multilevel evolutionary tree with self-adaptive subpopulations.A model of multilevel evolutionary tree with self-adaptive subpopulations is constructed,and interacting attribute sets are better decomposed into subsets by the self-adaptive mechanism of elitist populations.Moreover it can self-adapt the subpopulation sizes according to the historical performance record so that interacting attribute decision variables are captured into the same grouped subpopulation,which will be extended to better performance in both quality of solution and competitive computation complexity for minimum attribute reduction.The conducted experiments show the proposed algorithm is better on both efficiency and accuracy of minimum attribute reduction than some representative algorithms.Finally the proposed algorithm is applied to magnetic resonance image(MRI)segmentation,and its stronger applicability is further demonstrated by the effective and robust segmentation results. 展开更多
关键词 minimum attribute reduction self-adaptive subpopulation multilevel evolutionary tree interacting decision variable magnetic resonance image(MRI)segmentation
在线阅读 下载PDF
基于R-Tree的高效异常轨迹检测算法 被引量:16
12
作者 刘良旭 乔少杰 +2 位作者 刘宾 乐嘉锦 唐常杰 《软件学报》 EI CSCD 北大核心 2009年第9期2426-2435,共10页
提出了异常轨迹检测算法,通过检测轨迹的局部异常程度来判断两条轨迹是否全局匹配,进而检测异常轨迹.算法要点如下:(1)为了有效地表示轨迹的局部特征,以k个连续轨迹点作为基本比较单元,提出一种计算两个基本比较单元间不匹配程度的距离... 提出了异常轨迹检测算法,通过检测轨迹的局部异常程度来判断两条轨迹是否全局匹配,进而检测异常轨迹.算法要点如下:(1)为了有效地表示轨迹的局部特征,以k个连续轨迹点作为基本比较单元,提出一种计算两个基本比较单元间不匹配程度的距离函数,并在此基础上定义了局部匹配、全局匹配和异常轨迹的概念;(2)针对异常轨迹检测算法普遍存在计算代价高的不足,提出了一种基于R-Tree的异常轨迹检测算法,其优势在于利用R-Tree和轨迹间的距离特征矩阵找出所有可能匹配的基本比较单元对,然后再通过计算距离确定其是否局部匹配,从而消除大量不必要的距离计算.实验结果表明,该算法不仅具有很好的效率,而且检测出来的异常轨迹也具有实际意义. 展开更多
关键词 异常轨迹检测 R树 基于平移的最小Hausdorff距离 全局匹配 局部匹配
在线阅读 下载PDF
几何对象统一表示的R~*-tree结点分裂算法 被引量:4
13
作者 孙殿柱 李延瑞 +1 位作者 朱昌志 孙永伟 《华中科技大学学报(自然科学版)》 EI CAS CSCD 北大核心 2010年第2期55-58,共4页
针对R*-tree应用到逆向工程领域时遇到的适用性差等问题,提出一种新的R*-tree点分裂算法.该算法将R*-tree索引结点表示为最小包围盒,依据最小包围盒外接球间的重叠度衡量结点间的相似值,结合k-means算法,随机提取两个结点作为初始分簇中... 针对R*-tree应用到逆向工程领域时遇到的适用性差等问题,提出一种新的R*-tree点分裂算法.该算法将R*-tree索引结点表示为最小包围盒,依据最小包围盒外接球间的重叠度衡量结点间的相似值,结合k-means算法,随机提取两个结点作为初始分簇中心,依据结点间的相似值计算新的分簇中心并迭代分簇,直到分簇中心不再变化,实现R*-tree的结点分裂.实例表明,该算法可处理各种复杂几何对象的R*-tree结点分裂问题,并可优化R*-tree结构,显著提高结点的分裂效率. 展开更多
关键词 逆向工程 R*-tree 最小包围盒 结点相似值 K-MEANS算法 结点分裂
原文传递
时序松弛约束下绕障X结构布线算法
14
作者 鲁任 朱予涵 刘耿耿 《小型微型计算机系统》 北大核心 2026年第2期495-503,共9页
超大规模集成电路布线结果的优劣将直接影响芯片设计的质量.随着互连延迟逐渐成为芯片延迟的主要来源,在布线过程中进行时序分析变得愈发重要,同时,考虑到障碍在芯片布线中无法避免,以及X结构的引入可以更充分利用布线空间资源,因此,首... 超大规模集成电路布线结果的优劣将直接影响芯片设计的质量.随着互连延迟逐渐成为芯片延迟的主要来源,在布线过程中进行时序分析变得愈发重要,同时,考虑到障碍在芯片布线中无法避免,以及X结构的引入可以更充分利用布线空间资源,因此,首次综合考虑时序松弛、障碍物以及更具互连优势的X结构,提出了一种时序松弛约束下绕障X结构布线算法.首先,为了避免重复地判断引脚间的连线是否经过障碍,提出一种高效的预处理策略,通过构建边障表来记录任意两引脚间的4种布线方式与所有障碍的关系.其次,为了解决构造Steiner最小树这一离散问题,将遗传算法与粒子群优化算法相结合,引入变异算子和交叉算子作为粒子群的离散更新方式.然后,提出了一种局部时序优化策略,通过优化布线半径达到优化最坏负松弛值的目的.接着,提出了一种有效的绕障策略,使布线在不经过障碍的前提下尽可能优化线长.最后,提出了一种路径精炼策略,选择布线资源共享程度最高的布线结构对原有的布线结构进行替换,进而达到优化线长的目标.实验结果表明,所提算法优化了布线的线长以及半径并在时序的关键性指标—最坏负松弛值上比相关算法分别优化了59%、51%和40%,极大提高了电路的稳定性. 展开更多
关键词 超大规模集成电路 Steiner最小树 绕障 X结构布线 时序松弛约束
在线阅读 下载PDF
基于FP-Tree的最大频繁项目集更新挖掘算法 被引量:5
15
作者 杨君锐 赵群礼 《华中科技大学学报(自然科学版)》 EI CAS CSCD 北大核心 2004年第11期88-90,共3页
发现最大频繁项目集是多种数据挖掘应用中的重要问题 .在应用中用户需要调整最小支持度 ,以发现更有用的最大频繁项目集 .为此提出了一种最大频繁项目集更新算法 (UMFPA) ,该算法通过对频繁模式树(FP Tree)中的频繁项目头表 (HTable)增... 发现最大频繁项目集是多种数据挖掘应用中的重要问题 .在应用中用户需要调整最小支持度 ,以发现更有用的最大频繁项目集 .为此提出了一种最大频繁项目集更新算法 (UMFPA) ,该算法通过对频繁模式树(FP Tree)中的频繁项目头表 (HTable)增加两个域 ,从而将减少在数据库不变而最小支持度变化的情况下的更新挖掘最大频繁项目集的费用 .实验结果表明 。 展开更多
关键词 数据挖掘 关联规则 最大频繁项目集 频繁模式树 最小支持度
在线阅读 下载PDF
基于多头绒泡菌模型的飞机多端点布线方法
16
作者 陆张逸 沈天飞 +1 位作者 曹涛 许春晖 《机械设计与制造工程》 2026年第1期73-77,共5页
针对民用飞机电气线路互联系统设计中的多端点布线问题,提出基于多头绒泡菌模型的自动布线方法。首先采用图论相关概念建立全机布线网络模型,并根据隔离代码和斯坦纳最小树的性质进行简化。然后引入多头绒泡菌模型并为其设计了一种加速... 针对民用飞机电气线路互联系统设计中的多端点布线问题,提出基于多头绒泡菌模型的自动布线方法。首先采用图论相关概念建立全机布线网络模型,并根据隔离代码和斯坦纳最小树的性质进行简化。然后引入多头绒泡菌模型并为其设计了一种加速优化方法来求解斯坦纳最小树,从而获得多端点布线的最优路径。实验结果表明,相较于传统启发式算法和蚁群算法,基于多头绒泡菌模型的自动布线方法能够得到更优的布线路径,且加速优化方法能够显著提升算法运行速度,有助于提升电气线路互联系统设计的自动化程度和效率。 展开更多
关键词 电气线路互联系统 布线网络 多端点布线 斯坦纳最小树 多头绒泡菌模型
在线阅读 下载PDF
基于最小生成树与统计特征的层次聚类算法
17
作者 刘子康 周长杰 姚卫 《河北科技大学学报》 北大核心 2026年第1期49-59,共11页
针对Chameleon算法在参数敏感性、噪声鲁棒性及计算效率上的不足,提出一种基于最小生成树与统计特征的层次聚类算法(statistical-MST integrated hierarchical clustering algorithm,SHCA)。采用最小生成树构建稀疏图,消除人工参数干预... 针对Chameleon算法在参数敏感性、噪声鲁棒性及计算效率上的不足,提出一种基于最小生成树与统计特征的层次聚类算法(statistical-MST integrated hierarchical clustering algorithm,SHCA)。采用最小生成树构建稀疏图,消除人工参数干预,利用最小生成树的全局最优性避免跨簇伪连接;设计动态统计合并策略,结合局部距离阈值过滤噪声,并通过簇间连通性检验,迭代合并子簇,确保簇内紧密性与簇间分离性;在20个人工数据集与10个真实数据集上进行对比实验。结果表明:SHCA的聚类性能优于对比算法;针对部分数据集表现下降的情况,分析发现流形重叠是主要影响因素。SHCA有效提升了聚类精度与结果稳定性,为后续大规模、复杂流形数据的聚类研究提供了参考。 展开更多
关键词 人工智能理论 聚类 层次聚类算法 最小生成树 动态统计合并策略
在线阅读 下载PDF
融合GHS最小生成树拓扑重构的无人艇分布式编队控制
18
作者 萧秋秋 高迪驹 《广东海洋大学学报》 北大核心 2026年第1期160-169,共10页
【目的】提出融合GHS最小生成树拓扑重构的无人水面艇(USV)分布式编队控制,以解决复杂海洋环境下USVs编队静态通信拓扑适应性不足、未知扰动补偿能力弱与分布式学习效率低的问题。【方法】基于分布式编队误差定义实现无人艇编队路径跟踪... 【目的】提出融合GHS最小生成树拓扑重构的无人水面艇(USV)分布式编队控制,以解决复杂海洋环境下USVs编队静态通信拓扑适应性不足、未知扰动补偿能力弱与分布式学习效率低的问题。【方法】基于分布式编队误差定义实现无人艇编队路径跟踪,通过高斯核函数构造距离相关的通信权重,引入邻接矩阵,采用RBF神经网络逼近USV动力学中的未知非线性项。针对编队运动学层面中由相邻船舶不可获取信息引起的未知扰动,设计扩展状态观测器(ESO)进行实时估计。【结果】仿真结果表明,在包含多种编队队形(如一字、三角形、矩形)变换任务及风浪流干扰的复杂环境下,该方法能有效维持编队,平均收敛时间优于滑模控制约11.31%,控制输入更平滑,动态响应更优,动力学非线性项估计误差可快速收敛。【结论】提出的方法能够根据编队运动状态动态优化通信链路,有效增强系统动态响应能力。 展开更多
关键词 GHS最小生成树 RBF神经网络 拓扑重构 分布式编队控制 无人艇
在线阅读 下载PDF
最小生成树的prim算法及minimum函数 被引量:2
19
作者 王晓柱 翟延富 孙吉红 《山东轻工业学院学报(自然科学版)》 CAS 2004年第1期6-9,13,共5页
 本文介绍了最小生成树的prim算法,minimum函数的实现过程及该函数对由prim算法所得到的最小生成树的影响。
关键词 最小生成树 PRIM算法 minimum函数 图论 带权连通图 编制 调用方法
在线阅读 下载PDF
基于R^*-tree的散乱点云截面数据获取算法
20
作者 孙殿柱 范志先 +1 位作者 朱昌志 田中朝 《江苏大学学报(自然科学版)》 EI CAS 北大核心 2010年第4期464-468,共5页
为快速准确地获取散乱点云的截面数据,以较少数据准确表达模型信息,提出一种截面数据获取算法.采用R*-tree建立点云的动态空间索引结构,基于该结构快速准确获取截面邻域数据,依据该数据与截平面的位置关系将邻域数据分为正负两个邻域,... 为快速准确地获取散乱点云的截面数据,以较少数据准确表达模型信息,提出一种截面数据获取算法.采用R*-tree建立点云的动态空间索引结构,基于该结构快速准确获取截面邻域数据,依据该数据与截平面的位置关系将邻域数据分为正负两个邻域,通过对两邻域数据点配对连线与截平面求交获取截面数据,并采用最小生成树算法对其排序,最终得到有序的截面数据.结果表明,该算法数据适应性强,截面数据获取精度高,运行速度快,且能够以较少数据准确表达模型型面特征. 展开更多
关键词 散乱点云 R*-tree 截面邻域数据 截面数据获取 最小生成树
在线阅读 下载PDF
上一页 1 2 63 下一页 到第
使用帮助 返回顶部