期刊文献+
共找到1,486篇文章
< 1 2 75 >
每页显示 20 50 100
Time Complexity of the Oracle Phase in Grover’s Algorithm
1
作者 Ying Liu 《American Journal of Computational Mathematics》 2024年第1期1-10,共10页
Since Grover’s algorithm was first introduced, it has become a category of quantum algorithms that can be applied to many problems through the exploitation of quantum parallelism. The original application was the uns... Since Grover’s algorithm was first introduced, it has become a category of quantum algorithms that can be applied to many problems through the exploitation of quantum parallelism. The original application was the unstructured search problems with the time complexity of O(). In Grover’s algorithm, the key is Oracle and Amplitude Amplification. In this paper, our purpose is to show through examples that, in general, the time complexity of the Oracle Phase is O(N), not O(1). As a result, the time complexity of Grover’s algorithm is O(N), not O(). As a secondary purpose, we also attempt to restore the time complexity of Grover’s algorithm to its original form, O(), by introducing an O(1) parallel algorithm for unstructured search without repeated items, which will work for most cases. In the worst-case scenarios where the number of repeated items is O(N), the time complexity of the Oracle Phase is still O(N) even after additional preprocessing. 展开更多
关键词 Quantum Computing ORACLE Amplitude Amplification Grover’s algorithm
下载PDF
基于多目标遗传算法的8×8 S盒的优化设计方法
2
作者 王永 王明月 龚建 《西南交通大学学报》 EI CSCD 北大核心 2024年第3期519-527,538,共10页
混沌系统具有非线性、伪随机性、初始值敏感等特性,为基于动力系统构造性能良好的S盒提供了基础,进一步保证了分组加密算法安全性.目前,基于混沌构造S盒的方法大多数针对单个性能指标进行优化,难以获得全面的性能提升.针对此问题,结合... 混沌系统具有非线性、伪随机性、初始值敏感等特性,为基于动力系统构造性能良好的S盒提供了基础,进一步保证了分组加密算法安全性.目前,基于混沌构造S盒的方法大多数针对单个性能指标进行优化,难以获得全面的性能提升.针对此问题,结合混沌映射与多目标遗传算法,提出了一种新的S盒设计方法.首先,利用混沌映射的特性产生初始S盒种群;然后,以S盒的非线性度和差分均匀性为优化目标,基于遗传算法框架对上述两指标进行优化.针对S盒的特点,在优化算法中引入了交换操作,设计了新的变异操作以及非支配序集计算,有效提升了S盒的非线性度和差分均匀性.实验结果表明该算法产生的S盒其差分均匀度为6,非线性度值至少为110,有效提升了S盒的综合性能. 展开更多
关键词 s 非线性度 差分均匀度 多目标遗传算法 混沌映射
下载PDF
基于量子衍生涡流算法和T⁃S模糊推理模型的储层岩性识别
3
作者 赵娅 管玉 +1 位作者 李盼池 王伟 《石油地球物理勘探》 EI CSCD 北大核心 2024年第1期23-30,共8页
鉴于梯度下降法易陷入局部极值、普通群智能优化算法易早熟收敛,提出一种基于量子衍生涡流算法(Quantum Vortex Search Algorithm,QVSA)和T⁃S模糊推理模型的岩性识别方法,QVSA具有操作简单、收敛速度快、寻优能力强等优点,有助于T⁃S模... 鉴于梯度下降法易陷入局部极值、普通群智能优化算法易早熟收敛,提出一种基于量子衍生涡流算法(Quantum Vortex Search Algorithm,QVSA)和T⁃S模糊推理模型的岩性识别方法,QVSA具有操作简单、收敛速度快、寻优能力强等优点,有助于T⁃S模糊推理模型获得最优参数配置,从而实现储层岩性的准确识别。首先利用具有全局搜索能力的QVSA优化T⁃S模糊推理模型的各种参数;然后利用主成分分析方法降低获取的地震属性维度;再利用优化的T⁃S模糊推理模型识别储层岩性。实验结果表明,利用反映储层特征的8个地震属性识别储层岩性时,所提方法的识别正确率达到92%,比普通BP网络方法高5.1%,同时查准率、查全率、F1分数等指标也较BP网络方法提升明显。 展开更多
关键词 储层岩性识别 量子衍生涡流算法 T⁃s 模糊推理模型 模糊集 地震属性
下载PDF
基于FPGA的SM4算法高效实现方案
4
作者 张宏科 袁浩楠 +3 位作者 丁文秀 闫峥 李斌 梁栋 《通信学报》 EI CSCD 北大核心 2024年第5期140-150,共11页
针对SM4算法的FPGA实现方案存在数据处理速度不够高和逻辑资源占用过高的问题,提出了基于现场可编程门阵列(FPGA)的高性能、低资源消耗的SM4算法实现方案。所提方案采用循环密钥扩展与32级流水线加解密相结合的架构,循环密钥扩展的方式... 针对SM4算法的FPGA实现方案存在数据处理速度不够高和逻辑资源占用过高的问题,提出了基于现场可编程门阵列(FPGA)的高性能、低资源消耗的SM4算法实现方案。所提方案采用循环密钥扩展与32级流水线加解密相结合的架构,循环密钥扩展的方式降低了逻辑资源消耗,32级流水线加解密的方式提高了数据吞吐率。同时,所提方案采用代数式S盒并通过合并线性运算以及在不可约多项式的合并矩阵中筛选最优矩阵运算的方式进一步减少S盒变换的运算量,从而达到降低逻辑资源占用与提高工程数据吞吐率的目的。测试结果显示,该方案比现有最佳方案在数据吞吐率上提升了43%,且资源占用率降低了10%。 展开更多
关键词 sM4算法 FPGA实现 流水线架构 代数式s
下载PDF
三种基于Cesium的重庆市漫游飞行算法及其对比分析
5
作者 李莹 赵宁曦 《吉林大学学报(地球科学版)》 CAS CSCD 北大核心 2024年第2期709-720,共12页
漫游飞行在数字地球、虚拟现实和仿真等领域有着广泛的应用。以往的研究多集中于客户机/服务器(client/server,C/S)结构的桌面端应用程序,本文以浏览器/服务器(browser/server,B/S)结构下的Web端开源三维地理框架Cesium为基础构建虚拟地... 漫游飞行在数字地球、虚拟现实和仿真等领域有着广泛的应用。以往的研究多集中于客户机/服务器(client/server,C/S)结构的桌面端应用程序,本文以浏览器/服务器(browser/server,B/S)结构下的Web端开源三维地理框架Cesium为基础构建虚拟地球,设计了三种不同的漫游算法:常规漫游算法、回调函数漫游算法、拉格朗日插值漫游算法,并在地球表面成功加载了重庆市主城区的倾斜摄影模型以实现漫游飞行功能,从帧率(frames per second,FPS)和网络延迟(network latency,NL)两方面对比分析三种算法的有效性。结果表明,常规漫游算法、回调函数漫游算法、拉格朗日插值漫游算法前50 s的平均FPS分别为70、74、80 Hz,平均NL分别为14.145、13.166、12.419 ms。就FPS而言,回调函数漫游算法较常规漫游算法提升了5.714%,拉格朗日插值漫游算法较常规漫游算法提升了14.286%。就NL而言,回调函数漫游算法较常规漫游算法缩短了6.921%,拉格朗日插值漫游算法较常规漫游算法缩短了12.202%。总体而言,算法运行效率从大到小最终排序为:拉格朗日插值漫游算法、回调函数漫游算法、常规漫游算法,即在漫游飞行过程中,回调函数漫游算法、拉格朗日插值漫游算法较常规漫游算法有一定的提升,拉格朗日插值漫游算法可实现更高效、流畅的渲染效果。 展开更多
关键词 CEsIUM 浏览器/服务器 漫游算法 帧率 网络延迟
下载PDF
Quantum Algorithm for Mining Frequent Patterns for Association Rule Mining
6
作者 Abdirahman Alasow Marek Perkowski 《Journal of Quantum Information Science》 CAS 2023年第1期1-23,共23页
Maximum frequent pattern generation from a large database of transactions and items for association rule mining is an important research topic in data mining. Association rule mining aims to discover interesting corre... Maximum frequent pattern generation from a large database of transactions and items for association rule mining is an important research topic in data mining. Association rule mining aims to discover interesting correlations, frequent patterns, associations, or causal structures between items hidden in a large database. By exploiting quantum computing, we propose an efficient quantum search algorithm design to discover the maximum frequent patterns. We modified Grover’s search algorithm so that a subspace of arbitrary symmetric states is used instead of the whole search space. We presented a novel quantum oracle design that employs a quantum counter to count the maximum frequent items and a quantum comparator to check with a minimum support threshold. The proposed derived algorithm increases the rate of the correct solutions since the search is only in a subspace. Furthermore, our algorithm significantly scales and optimizes the required number of qubits in design, which directly reflected positively on the performance. Our proposed design can accommodate more transactions and items and still have a good performance with a small number of qubits. 展开更多
关键词 Data Mining Association Rule Mining Frequent Pattern Apriori algorithm Quantum Counter Quantum Comparator Grover’s search algorithm
下载PDF
Residential Community Open-Up Strategy Based on Prim’s Algorithm and Neural Network Algorithm
7
作者 Ximing Lv Ang Li +1 位作者 Shunkai Zhang Jianbao Li 《Journal of Applied Mathematics and Physics》 2017年第2期551-567,共17页
“Open community” has aroused widespread concern and research. This paper focuses on the system analysis research of the problem that based on statistics including the regression equation fitting function and mathema... “Open community” has aroused widespread concern and research. This paper focuses on the system analysis research of the problem that based on statistics including the regression equation fitting function and mathematical theory, combined with the actual effect of camera measurement method, Prim’s algorithm and neural network to “Open community” and the applicable conditions. Research results show that with the increasing number of roads within the district, the benefit time gradually increased, but each type of district capacity is different. 展开更多
关键词 OPEN COMMUNITY Regression Analysis prims algorithm GRAPH Theory NEURAL Net-Work algorithm
下载PDF
基于S变换时频谱和KHA-CNN的换流变故障声纹识别
8
作者 柴斌 韦鹏 +2 位作者 宁复茂 姚琪 李辉 《电网与清洁能源》 CSCD 北大核心 2024年第2期103-109,共7页
为准确进行换流变压器故障诊断,保证直流输电可靠性,提出一种基于S变换时频谱和KHA-CNN模式的换流变故障声纹识别方法。利用自适应补充集合经验模态分解算法(complete ensemble empirical mode decomposition with adaptive noise,CEEMD... 为准确进行换流变压器故障诊断,保证直流输电可靠性,提出一种基于S变换时频谱和KHA-CNN模式的换流变故障声纹识别方法。利用自适应补充集合经验模态分解算法(complete ensemble empirical mode decomposition with adaptive noise,CEEMDAN),实现换流变本体声纹信号与噪声的分离;通过S变换得到时频谱图,实现声纹信号的特征提取;通过磷虾群优化算法(krill herd algorithm,KHA)对卷积神经网络进行超参数寻优,将S时频谱图作为特征输入到KHA-CNN,实现故障诊断。研究结果表明:该方法对于换流变故障具有很好的识别效果,能为换流变故障诊断提供有效参考。 展开更多
关键词 换流变压器 声纹信号 s变换时频谱图 磷虾群优化算法 卷积神经网络
下载PDF
Applying Prim’s Algorithm to Identify Isolated Areas for Natural Disaster Prevention and Protection
9
作者 Wen-Ching Wang Ming-Che Hsieh Chun-Hsiang Huang 《Engineering(科研)》 2018年第7期417-431,共15页
Based on the principle of “pre-disaster prevention outweighs rescue during disasters”, this study targets areas threatened by natural disasters, and develops an automatic algorithm based on the Prim algorithm to ser... Based on the principle of “pre-disaster prevention outweighs rescue during disasters”, this study targets areas threatened by natural disasters, and develops an automatic algorithm based on the Prim algorithm to serve as an automatic identification system. In the face of natural disasters that disable key facilities in the region and prevent settlements from contacting the outside world or outsiders from sending rescuers to the settlements, the proposed system helps to identify whether these regions will become isolated areas and conduct disaster mitigation and relief resource allocation before any natural disaster in order to reduce potential disaster losses. An automatic identification system, based on the threshold of channel blocking due to broken roads and bridges, determines through the decision tree model and relevant patterns whether such regions will become isolated areas by identifying areas based on the results of model analysis. The proposed system’s identification results are verified by actual case histories and comparisons;the results can be used to correctly identify isolated areas. Finally, Microsoft Visual Studio C # and Google Map are employed to apply the results and to produce an information mode for the determination and decision support of isolated areas affected by natural disasters. 展开更多
关键词 prim algorithm COMB ROUTE IsOLATION Area HAZARD DECIsION support system
下载PDF
基于改进Prim算法的路径规划研究
10
作者 李耀东 苗春艳 +1 位作者 高健 刘辛垚 《现代电子技术》 北大核心 2024年第4期176-181,共6页
文中提出一种基于聚类分析改进Prim(普里姆)最小生成树的路径规划算法,采用二分法将站网中的站点先聚类,分成多个微小的站点聚类中心,再以各聚类中心进行Prim最小生成树的路径规划,量化站网空间分布特征,通过聚类增强最小生成树,达到路... 文中提出一种基于聚类分析改进Prim(普里姆)最小生成树的路径规划算法,采用二分法将站网中的站点先聚类,分成多个微小的站点聚类中心,再以各聚类中心进行Prim最小生成树的路径规划,量化站网空间分布特征,通过聚类增强最小生成树,达到路径优化的目的。实践结果证明,改进的Prim算法适用于大型稠密的站网,在稠密的连通图中,只要调整指数进而控制聚类中心的数量,就能简化站网布局,降低算法的空间复杂度,达到更好的实际应用。 展开更多
关键词 路径规划 改进prim算法 聚类分析 二分法 最小生成树 空间复杂度
下载PDF
基于云模型和改进D-S证据理论的浓香型白酒发酵质量评估方法
11
作者 陈博 杨亭榆 +1 位作者 刘艾萌 赖冬寅 《科技和产业》 2024年第9期164-169,共6页
黄水是浓香型白酒发酵特有的副产物,黄水参数一定程度反映了发酵质量。基于黄水的酸度、还原糖、酒精度等关键参数,采用云模型与改进的D-S(Dempster-Shafer)证据理论,实现对白酒发酵质量的定量评估。基于黄水关键参数建立隶属度云模型,... 黄水是浓香型白酒发酵特有的副产物,黄水参数一定程度反映了发酵质量。基于黄水的酸度、还原糖、酒精度等关键参数,采用云模型与改进的D-S(Dempster-Shafer)证据理论,实现对白酒发酵质量的定量评估。基于黄水关键参数建立隶属度云模型,使用云模型判定样本在各发酵质量判定区间的隶属度情况。同时对D-S证据理论的冲突系数计算方式进行改进,使得信息融合结果更具代表性。提出一种浓香型白酒发酵质量的综合评估方法,降低了人工判别的主观性。 展开更多
关键词 浓香型白酒 黄水 云模型 D-s(Dempster-shafer)证据理论 合成算法
下载PDF
Digital Disparities:How Artificial Intelligence Can Facilitate Anti-Black Racism in the U.S.Healthcare Sector
12
作者 Anthony Victor Onwuegbuzia 《International Relations and Diplomacy》 2024年第1期40-50,共11页
This paper delves into the intricate interplay between artificial intelligence(AI)systems and the perpetuation of Anti-Black racism within the United States medical industry.Despite the promising potential of AI to en... This paper delves into the intricate interplay between artificial intelligence(AI)systems and the perpetuation of Anti-Black racism within the United States medical industry.Despite the promising potential of AI to enhance healthcare outcomes and reduce disparities,there is a growing concern that these technologies may inadvertently/advertently exacerbate existing racial inequalities.Focusing specifically on the experiences of Black patients,this research investigates how the following AI components:medical algorithms,machine learning,and natural learning processes are contributing to the unequal distribution of medical resources,diagnosis,and health care treatment of those classified as Black.Furthermore,this review employs a multidisciplinary approach,combining insights from computer science,medical ethics,and social justice theory to analyze the mechanisms through which AI systems may encode and reinforce racial biases.By dissecting the three primary components of AI,this paper aims to present a clear understanding of how these technologies work,how they intersect,and how they may inherently perpetuate harmful stereotypes resulting in negligent outcomes for Black patients.Furthermore,this paper explores the ethical implications of deploying AI in healthcare settings and calls for increased transparency,accountability,and diversity in the development and implementation of these technologies.Finally,it is important that I prefer the following paper with a clear and concise definition of what I refer to as Anti-Black racism throughout the text.Therefore,I assert the following:Anti-Black racism refers to prejudice,discrimination,or antagonism directed against individuals or communities of African descent based on their race.It involves the belief in the inherent superiority of one race over another and the systemic and institutional practices that perpetuate inequality and disadvantage for Black people.Furthermore,I proclaim that this form of racism can be manifested in various ways,such as unequal access to opportunities,resources,education,employment,and fair treatment within social,economic,and political systems.It is also pertinent to acknowledge that Anti-Black racism is deeply rooted in historical and societal structures throughout the U.S.borders and beyond,leading to systemic disadvantages and disparities that impact the well-being and life chances of Black individuals and communities.Addressing Anti-Black racism involves recognizing and challenging both individual attitudes and systemic structures that contribute to discrimination and inequality.Efforts to combat Anti-Black racism include promoting awareness,education,advocacy for policy changes,and fostering a culture of inclusivity and equality. 展开更多
关键词 Bias in algorithms Racial disparities in U.s.healthcare Discriminatory healthcare practices Black patient outcomes Automated decision-making and racism Machine Learning Natural language processing
下载PDF
Identities on q-Harmonic Numbers
13
作者 Mengxiao Zhou Haitao Jin Huanhuan Zheng 《Journal of Applied Mathematics and Physics》 2024年第5期1796-1803,共8页
With the help of the classical Abel’s lemma on summation by parts and algorithm of q-hypergeometric summations, we deal with the summation, which can be written as multiplication of a q-hypergeometric term and q-harm... With the help of the classical Abel’s lemma on summation by parts and algorithm of q-hypergeometric summations, we deal with the summation, which can be written as multiplication of a q-hypergeometric term and q-harmonic numbers. This enables us to construct and prove identities on q-harmonic numbers. Several examples are also given. 展开更多
关键词 Harmonic Numbers q-Zeilberger algorithm Abel’s Lemma
下载PDF
基于改进S变换的非稳态信号的电能计量方法研究
14
作者 倪伟伦 顾丹珍 +1 位作者 曹依烈 童涛 《电测与仪表》 北大核心 2024年第5期175-181,224,共8页
随着智能电网的不断发展,非线性负荷大量接入电网,产生的非稳态信号对电能计量造成了影响。为了提高非稳态信号的时频分辨率,文中在S变换的基础上,针对电网非稳态信号的特征并根据窗函数设计原则改进了高斯窗尺度因子σ。此外,为保证非... 随着智能电网的不断发展,非线性负荷大量接入电网,产生的非稳态信号对电能计量造成了影响。为了提高非稳态信号的时频分辨率,文中在S变换的基础上,针对电网非稳态信号的特征并根据窗函数设计原则改进了高斯窗尺度因子σ。此外,为保证非稳态信号下计量的精确性和合理性,应实现基波电能和畸变电能的分开计量,为此本文提出基于改进S变换的电能计量方法,利用改进S变换优秀的时频分辨率实现基波电能和畸变电能的分解重构。通过对几个典型的非线性负荷信号的仿真验证了改进S变换算法在电能计量上的优越性和有效性。 展开更多
关键词 非稳态信号 s变换算法 时频分析 电能计量
下载PDF
专家控制-改进S面算法在近水面航行器运动控制中的应用研究
15
作者 李超 师子锋 +2 位作者 张承科 艾艳辉 佘湖清 《中国舰船研究》 CSCD 北大核心 2024年第2期81-89,共9页
[目的]旨在提高舵板响应速度和效率,以满足近水面航行器在静水及波浪干扰下的深度保持和姿态控制要求。[方法]在S面算法的基础上,提出一种具有更快收敛速度的改进S面控制算法,并与专家智能控制相结合,建立闭环专家控制-改进S面算法的混... [目的]旨在提高舵板响应速度和效率,以满足近水面航行器在静水及波浪干扰下的深度保持和姿态控制要求。[方法]在S面算法的基础上,提出一种具有更快收敛速度的改进S面控制算法,并与专家智能控制相结合,建立闭环专家控制-改进S面算法的混合控制模型,构建混合算法控制器。对比分析PID算法、S面算法、改进S面算法以及专家控制-改进S面算法在近水面航行器航行深度、姿态控制间的差异,并进行波浪干扰下的运动预报。[结果]预报结果表明:改进S面算法在静水航行控制中可提高收敛速度,波浪干扰下可降低纵摇幅度;专家控制-改进S面算法能够提高舵的控制效率,在静水中快速实现航行状态稳定转换,在波浪中有效降低近水面航行器垂荡和纵摇幅值30%以上。[结论]所提专家控制-改进S面算法对近水面航行器运动稳定性的提高适用性良好。 展开更多
关键词 改进s面算法 专家控制 近水面航行器 波浪干扰 运动稳定性
下载PDF
The Modified BAPGs Method for Support Vector Machine Classifier with Truncated Loss
16
作者 Kexin Ren 《Applied Mathematics》 2024年第4期267-278,共12页
In this paper, we modify the Bregman APG<sub>s</sub> (BAPG<sub>s</sub>) method proposed in (Wang, L, et al.) for solving the support vector machine problem with truncated loss (HTPSVM) given in... In this paper, we modify the Bregman APG<sub>s</sub> (BAPG<sub>s</sub>) method proposed in (Wang, L, et al.) for solving the support vector machine problem with truncated loss (HTPSVM) given in (Zhu, W, et al.), we also add an adaptive parameter selection technique based on (Ren, K, et al.). In each iteration, we use the linear approximation method to get the explicit solution of the subproblem and set a function to apply the Bregman distance. Finally, numerical experiments are performed to verify the efficiency of BAPG<sub>s</sub>. 展开更多
关键词 HTPsVM Bregman Distance BAPG<sub>ssub> algorithm
下载PDF
Enhanced Wideband Frequency Estimation via FFT: Leveraging Polynomial Interpolation and Array Indexing
17
作者 Kiran Jayarama Chien-In Henry Chen 《Journal of Computer and Communications》 2024年第1期35-48,共14页
Accurate frequency estimation in a wideband digital receiver using the FFT algorithm encounters challenges, such as spectral leakage resulting from the FFT’s assumption of signal periodicity. High-resolution FFTs pos... Accurate frequency estimation in a wideband digital receiver using the FFT algorithm encounters challenges, such as spectral leakage resulting from the FFT’s assumption of signal periodicity. High-resolution FFTs pose computational demands, and estimating non-integer multiples of frequency resolution proves exceptionally challenging. This paper introduces two novel methods for enhanced frequency precision: polynomial interpolation and array indexing, comparing their results with super-resolution and scalloping loss. Simulation results demonstrate the effectiveness of the proposed methods in contemporary radar systems, with array indexing providing the best frequency estimation despite utilizing maximum hardware resources. The paper demonstrates a trade-off between accurate frequency estimation and hardware resources when comparing polynomial interpolation and array indexing. 展开更多
关键词 scalloping Loss Goertzel’s algorithm sUPER-REsOLUTION Fast Fourier Transform (FFT) Decimation in Frequency (DIF) Decimation in Time (DIT) spectral Leakage Frequency Estimation
下载PDF
基于三次S型速度控制算法的移动机械臂末端振动研究
18
作者 刘益军 李正强 +1 位作者 赖建防 吕伟宏 《机械制造与自动化》 2024年第1期232-237,共6页
移动机械臂在实际工作环境中,受其自身柔性特征和外部因素的影响而引起机械臂末端的振动,而速度控制是实现机械臂末端抑振的有效手段之一。以UR10机械臂和Husky移动平台组成的移动机械臂为研究对象,针对梯形和S型速度控制算法的不足,提... 移动机械臂在实际工作环境中,受其自身柔性特征和外部因素的影响而引起机械臂末端的振动,而速度控制是实现机械臂末端抑振的有效手段之一。以UR10机械臂和Husky移动平台组成的移动机械臂为研究对象,针对梯形和S型速度控制算法的不足,提出一种三次S型速度控制算法,通过建立移动机械臂刚柔耦合动力学的理论和仿真模型得到移动机械臂末端的振动位移曲线和加速度变化曲线,验证了三次S型速度控制算法的正确性和抑振效果的有效性。 展开更多
关键词 移动机械臂 刚柔耦合 三次s型速度控制算法
下载PDF
基于prim和dijkstra组合算法的配电网新增容量规划方法 被引量:2
19
作者 胡艺文 崔勇 +1 位作者 姬德森 陈伟 《中国农村水利水电》 北大核心 2015年第6期179-182,共4页
在城镇或农村配网用电增容的环境下,需要增容接入配电变压器,传统就近接入的简单方法有可能会导致配电网电能损耗增加,影响电网电压质量;由此研究了一种基于prim和dijkstra组合算法的配电网负荷接入方法。首先利用prim算法构造拟接入网... 在城镇或农村配网用电增容的环境下,需要增容接入配电变压器,传统就近接入的简单方法有可能会导致配电网电能损耗增加,影响电网电压质量;由此研究了一种基于prim和dijkstra组合算法的配电网负荷接入方法。首先利用prim算法构造拟接入网络的最小生成树,再运用改进的dijkstra算法得到拟接入负荷的次短路径和渐次短路径,同时统筹建设成本综合选出最优路径,用潮流计算验证网络节点电压是否合格;当电压不满足要求时,通过无功二次精确矩计算确定无功补偿点的位置和容量,以实现对电压偏差的修正,且保证配网运行的经济性。以IEEE57节点为实例计算及经济效果评价,验证了本方案的实用性。 展开更多
关键词 prim算法 DIJKsTRA算法 配网增容 无功二次精确矩
下载PDF
Kruskal和Prim算法的分析研究与比较 被引量:3
20
作者 贺军忠 王丽君 《陇东学院学报》 2020年第2期8-11,共4页
通过对Kruskal和Prim最小生成树算法的研究,分别从Kruskal和Prim算法的执行过程、时间复杂度、实现方法等几个方面对其进行分析,并对两种算法的实现方法做了合理性判断,由此得出了这两种算法在执行过程、时间复杂度和实现方法等方面的... 通过对Kruskal和Prim最小生成树算法的研究,分别从Kruskal和Prim算法的执行过程、时间复杂度、实现方法等几个方面对其进行分析,并对两种算法的实现方法做了合理性判断,由此得出了这两种算法在执行过程、时间复杂度和实现方法等方面的不同点,为最小生成树算法的选择提供了理论依据。 展开更多
关键词 Kruskal最小生成树算法 prim最小生成树算法 时间复杂度
下载PDF
上一页 1 2 75 下一页 到第
使用帮助 返回顶部