期刊文献+
共找到1,446篇文章
< 1 2 73 >
每页显示 20 50 100
A New Parallel Algorithm in Power Flow Calculation:Dynamic Asynchronous Parallel Algorithm
1
作者 刘学军 钱清泉 刘军 《Journal of Modern Transportation》 2000年第2期145-151,共7页
Based on the general methods in power flow calculation of power system and on conceptions and classifications of parallel algorithm, a new approach named Dynamic Asynchronous Parallel Algorithm that applies to the onl... Based on the general methods in power flow calculation of power system and on conceptions and classifications of parallel algorithm, a new approach named Dynamic Asynchronous Parallel Algorithm that applies to the online analysis and real-time dispatching and controlling of large-scale power network was put forward in this paper. Its performances of high speed and dynamic following have been verified on IEEE-14 bus system. 展开更多
关键词 power flow calculation parallel algorithm MAT
在线阅读 下载PDF
An Optimal Parallel Algorithm for the Knapsack Problem Based on EREW
2
作者 李肯立 蒋盛益 +1 位作者 王卉 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2003年第2期131-137,共7页
A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε ... A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε processors, 0≤ ε ≤1, and O(2 n/2 ) memory to find a solution for the n -element knapsack problem in time O(2 n/4 (2 n/4 ) ε) . The cost of the proposed parallel algorithm is O(2 n/2 ) , which is an optimal method for solving the knapsack problem without memory conflicts and an improved result over the past researches. 展开更多
关键词 knapsack problem NP-COMPLETE parallel algorithm divide and conquer
在线阅读 下载PDF
A Practical Parallel Algorithm for All-Pair Shortest Path Based on Pipelining
3
作者 Hua Wang Ling Tian Chun-Hua Jiang 《Journal of Electronic Science and Technology of China》 2008年第3期329-333,共5页
On the basis of Floyd algorithm with the extended path matrix, a parallel algorithm which resolves all-pair shortest path (APSP) problem on cluster environment is analyzed and designed. Meanwhile, the parallel APSP ... On the basis of Floyd algorithm with the extended path matrix, a parallel algorithm which resolves all-pair shortest path (APSP) problem on cluster environment is analyzed and designed. Meanwhile, the parallel APSP pipelining algorithm makes full use of overlapping technique between computation and communication. Compared with broadcast operation, the parallel algorithm reduces communication cost. This algorithm has been implemented on MPI on PC-cluster. The theoretical analysis and experimental results show that the parallel algorithm is an efficient and scalable algorithm. 展开更多
关键词 All-pair shortest path Floyd algorithm PIPELINING parallel algorithm
在线阅读 下载PDF
Improved Parallel Three-List Algorithm for the Knapsack Problem without Memory Conflicts
4
作者 潘军 李肯立 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2006年第1期7-14,共8页
Based on the two-list algorithm and the parallel three-list algorithm, an improved parallel three-list algorithm for knapsack problem is proposed, in which the method of divide and conquer, and parallel merging withou... Based on the two-list algorithm and the parallel three-list algorithm, an improved parallel three-list algorithm for knapsack problem is proposed, in which the method of divide and conquer, and parallel merging without memory conflicts are adopted. To find a solution for the n-element knapsack problem, the proposed algorithm needs O(2^3n/8) time when O(2^3n/8) shared memory units and O(2^n/4) processors are available. The comparisons between the proposed algorithm and 10 existing algorithms show that the improved parallel three-fist algorithm is the first exclusive-read exclusive-write (EREW) parallel algorithm that can solve the knapsack instances in less than O(2^n/2) time when the available hardware resource is smaller than O(2^n/2) , and hence is an improved result over the past researches. 展开更多
关键词 Knapsack problem NP-HARD parallel algorithm Memory conflicts Hardware-time tradeoff
在线阅读 下载PDF
Grid-Based Pseudo-Parallel Genetic Algorithm and Its Application 被引量:1
5
作者 陈海英 郭巧 徐力 《Journal of Beijing Institute of Technology》 EI CAS 2006年第1期48-52,共5页
Aimed at the problems of premature and lower convergence of simple genetic algorithms (SGA), three ideas --partition the whole search uniformly, multi-genetic operators and multi-populations evolving independently a... Aimed at the problems of premature and lower convergence of simple genetic algorithms (SGA), three ideas --partition the whole search uniformly, multi-genetic operators and multi-populations evolving independently are introduced, and a grid-based pseudo-parallel genetic algorithms (GPPGA) is put forward. Thereafter, the analysis of premature and convergence of GPPGA is made. In the end, GPPGA is tested by both six-peak camel back function, Rosenbrock function and BP network. The result shows the feasibility and effectiveness of GPPGA in overcoming premature and improving convergence speed and accuracy. 展开更多
关键词 genetic algorithms parallel GRID neural network weights optimizing
在线阅读 下载PDF
Multi-objective Collaborative Optimization for Scheduling Aircraft Landing on Closely Spaced Parallel Runways Based on Genetic Algorithms 被引量:1
6
作者 Zhang Shuqin Jiang Yu Xia Hongshan 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2016年第4期502-509,共8页
A scheduling model of closely spaced parallel runways for arrival aircraft was proposed,with multi-objections of the minimum flight delay cost,the maximum airport capacity,the minimum workload of air traffic controlle... A scheduling model of closely spaced parallel runways for arrival aircraft was proposed,with multi-objections of the minimum flight delay cost,the maximum airport capacity,the minimum workload of air traffic controller and the maximum fairness of airlines′scheduling.The time interval between two runways and changes of aircraft landing order were taken as the constraints.Genetic algorithm was used to solve the model,and the model constrained unit delay cost of the aircraft with multiple flight tasks to reduce its delay influence range.Each objective function value or the fitness of particle unsatisfied the constrain condition would be punished.Finally,one domestic airport hub was introduced to verify the algorithm and the model.The results showed that the genetic algorithm presented strong convergence and timeliness for solving constraint multi-objective aircraft landing problem on closely spaced parallel runways,and the optimization results were better than that of actual scheduling. 展开更多
关键词 air transportation runway scheduling closely spaced parallel runways genetic algorithm multi-objections
在线阅读 下载PDF
Feature Selection Method by Applying Parallel Collaborative Evolutionary Genetic Algorithm 被引量:1
7
作者 Hao-Dong Zhu Hong-Chan Li +1 位作者 Xiang-Hui Zhao Yong Zhong 《Journal of Electronic Science and Technology》 CAS 2010年第2期108-113,共6页
Feature selection is one of the important topics in text classification. However, most of existing feature selection methods are serial and inefficient to be applied to massive text data sets. In this case, a feature ... Feature selection is one of the important topics in text classification. However, most of existing feature selection methods are serial and inefficient to be applied to massive text data sets. In this case, a feature selection method based on parallel collaborative evolutionary genetic algorithm is presented. The presented method uses genetic algorithm to select feature subsets and takes advantage of parallel collaborative evolution to enhance time efficiency, so it can quickly acquire the feature subsets which are more representative. The experimental results show that, for accuracy ratio and recall ratio, the presented method is better than information gain, x2 statistics, and mutual information methods; the consumed time of the presented method with only one CPU is inferior to that of these three methods, but the presented method is supe rior after using the parallel strategy. 展开更多
关键词 Index Terms-Feature selection genetic algorithm parallel collaborative evolutionary text mining.
在线阅读 下载PDF
Improved chirp scaling algorithm integrated motion compensation for parallel-track bistatic synthetic aperture radar
8
作者 齐春东 曾涛 李枫 《Journal of Beijing Institute of Technology》 EI CAS 2011年第4期536-539,共4页
To compensate motion errors of images from the parallel-track bistatic synthetic aperture radar(BiSAR),an improved chirp scaling algorithm(CSA) is proposed.Since velocity vector of the moving aircrafts in the para... To compensate motion errors of images from the parallel-track bistatic synthetic aperture radar(BiSAR),an improved chirp scaling algorithm(CSA) is proposed.Since velocity vector of the moving aircrafts in the parallel-track BiSAR system can not remain invariant in an aperture,an actual aperture is divided into subapertures so that it is reasonable to assume that the aircrafts move with constant acceleration vector in a subaperture.Based on this model,an improved CSA is derived.The new phase factors incorporate three-dimensional acceleration and velocity.The motion compensation procedure is integrated into the CSA without additional operation required.The simulation results show that the presented algorithm can efficiently resolve motion compensation for parallel-track BiSAR. 展开更多
关键词 chirp scaling algorithm parallel-track bistatic synthetic aperture radar motion compensation
在线阅读 下载PDF
Multi-Deme Parallel FGAs-Based Algorithm for Multitarget Tracking 被引量:1
9
作者 刘虎 朱力立 张焕春 《Journal of Electronic Science and Technology of China》 2006年第1期12-17,共6页
For data association in multisensor and multitarget tracking, a novel parallel algorithm is developed to improve the efficiency and real-time performance of FGAs-based algorithm. One Cluster of Workstation (COW) wit... For data association in multisensor and multitarget tracking, a novel parallel algorithm is developed to improve the efficiency and real-time performance of FGAs-based algorithm. One Cluster of Workstation (COW) with Message Passing Interface (MPI) is built. The proposed Multi-Deme Parallel FGA (MDPFGA) is run on the platform. A serial of special MDPFGAs are used to determine the static and the dynamic solutions of generalized m-best S-D assignment problem respectively, as well as target states estimation in track management. Such an assignment-based parallel algorithm is demonstrated on simulated passive sensor track formation and maintenance problem. While illustrating the feasibility of the proposed algorithm in multisensor multitarget tracking, simulation results indicate that the MDPFGAs-based algorithm has greater efficiency and speed than the FGAs-based algorithm. 展开更多
关键词 multitarget tracking multi-deme Fuzzy Genetic algorithm (FGA) parallelIZATION Message Passing Interface (MPI)
在线阅读 下载PDF
Parallel Expectation-Maximization Algorithm for Large Databases
10
作者 黄浩 宋瀚涛 陆玉昌 《Journal of Beijing Institute of Technology》 EI CAS 2006年第4期420-424,共5页
A new parallel expectation-maximization (EM) algorithm is proposed for large databases. The purpose of the algorithm is to accelerate the operation of the EM algorithm. As a well-known algorithm for estimation in ge... A new parallel expectation-maximization (EM) algorithm is proposed for large databases. The purpose of the algorithm is to accelerate the operation of the EM algorithm. As a well-known algorithm for estimation in generic statistical problems, the EM algorithm has been widely used in many domains. But it often requires significant computational resources. So it is needed to develop more elaborate methods to adapt the databases to a large number of records or large dimensionality. The parallel EM algorithm is based on partial Esteps which has the standard convergence guarantee of EM. The algorithm utilizes fully the advantage of parallel computation. It was confirmed that the algorithm obtains about 2.6 speedups in contrast with the standard EM algorithm through its application to large databases. The running time will decrease near linearly when the number of processors increasing. 展开更多
关键词 expectation-maximization (EM) algorithm incremental EM lazy EM parallel EM
在线阅读 下载PDF
A Mixed Real-time Algorithm for the Forward Kinematics of Stewart Parallel Manipulator
11
作者 王孙安 万亚民 《Journal of Electronic Science and Technology of China》 2006年第2期173-180,共8页
Aimed at the real-time forward kinematics solving problem of Stewart parallel manipulator in the control course, a mixed algorithm combining immune evolutionary algorithm and numerical iterative scheme is proposed. Fi... Aimed at the real-time forward kinematics solving problem of Stewart parallel manipulator in the control course, a mixed algorithm combining immune evolutionary algorithm and numerical iterative scheme is proposed. Firstly taking advantage of simpleness of inverse kinematics, the forward kinematics is transformed to an optimal problem. Immune evolutionary algorithm is employed to find approximate solution of this optimal problem in manipulator's workspace. Then using above solution as iterative initialization, a speedy numerical iterative scheme is proposed to get more precise solution. In the manipulator running course, the iteration initialization can be selected as the last period position and orientation. Because the initialization is closed to correct solution, solving precision is high and speed is rapid enough to satisfy real-time requirement. This mixed forward kinematics algorithm is applied to real Stewart parallel manipulator in the real-time control course. The examination result shows that the algorithm is very efficient and practical. 展开更多
关键词 stewart parallel manipulator forward kinematics immune evolutionary algorithm numerical iterative scheme real-time control
在线阅读 下载PDF
三维抛物方程模型海底边界处理与并行算法研究
12
作者 瞿宇轩 程兴华 +1 位作者 周晓兰 邹劭芬 《声学技术》 北大核心 2025年第2期181-188,共8页
构建一种迅速而准确的三维声场模型以满足实际海洋条件,始终是当前科学研究的重点目标。作为一种步进求解的手段,抛物方程近似的方法在已知初始地的声场后以间距为单位步进,最终能得到整个波导中的声场,这对于处理声场三维变化和声道水... 构建一种迅速而准确的三维声场模型以满足实际海洋条件,始终是当前科学研究的重点目标。作为一种步进求解的手段,抛物方程近似的方法在已知初始地的声场后以间距为单位步进,最终能得到整个波导中的声场,这对于处理声场三维变化和声道水平变化相关的场景是十分方便的。但相对地,三维空间中的计算复杂度和计算范围要远大于二维空间,这就严重制约了模型的计算精度和速度。为了提高现有抛物方程模型的计算精度和运算速度,文章对同时考虑距离、深度和水平方位角的水下声传播模型,即三维抛物方程模型进行了推导并分析其数学特性。同时通过在海底边界插入完全匹配层的方法,对模型进行了改进,提出一种计算精度更高的抛物方程模型。此外,为了减小三维声场计算的时间,文章研究改进了模型的可并行性,在FOR3D串行算法的基础上基于多线程的共享内存技术OpenMP开发了三维抛物方程模型的并行算法,并与普通吸收层在不同线程数下的运行时间进行对比。结果表明,基于完全匹配层模型的并行算法与原模型相比,无论是在加速比还是运算速度上都有很大的提高,具有重要的工程意义。 展开更多
关键词 三维抛物方程 人工吸收层 完全匹配层 并行算法
在线阅读 下载PDF
EXPANDABLE PARALLEL FINITE ELEMENT METHODS FOR LINEAR ELLIPTIC PROBLEMS 被引量:1
13
作者 Guangzhi DU 《Acta Mathematica Scientia》 SCIE CSCD 2020年第2期572-588,共17页
In this article,two kinds of expandable parallel finite element methods,based on two-grid discretizations,are given to solve the linear elliptic problems.Compared with the classical local and parallel finite element m... In this article,two kinds of expandable parallel finite element methods,based on two-grid discretizations,are given to solve the linear elliptic problems.Compared with the classical local and parallel finite element methods,there are two attractive features of the methods shown in this article:1)a partition of unity is used to generate a series of local and independent subproblems to guarantee the final approximation globally continuous;2)the computational domain of each local subproblem is contained in a ball with radius of O(H)(H is the coarse mesh parameter),which means methods in this article are more suitable for parallel computing in a large parallel computer system.Some a priori error estimation are obtained and optimal error bounds in both H^1-normal and L^2-normal are derived.Finally,numerical results are reported to test and verify the feasibility and validity of our methods. 展开更多
关键词 Two-grid method expandable method partition of unity parallel algorithm finite element method
在线阅读 下载PDF
New Parallel N-Input Voting for Large Scale Fault-Tolerant Control Systems
14
作者 Abbas Karimi Faraneh Zarafshan +1 位作者 Adznan B.Jantan S.A.R.Al-Haddad 《Journal of Electronic Science and Technology》 CAS 2011年第2期174-179,共6页
Average (mean) voter is one of the commonest voting methods suitable for decision making in highly-available and long-missions applications where the availability and the speed of the system are critical.In this pap... Average (mean) voter is one of the commonest voting methods suitable for decision making in highly-available and long-missions applications where the availability and the speed of the system are critical.In this paper,a new generation of average voter based on parallel algorithms and parallel random access machine(PRAM) structure are proposed.The analysis shows that this algorithm is optimal due to its improved time complexity,speed-up,and efficiency and is especially appropriate for applications where the size of input space is large. 展开更多
关键词 Divide and conquer FAULT-TOLERANT parallel algorithm voting algorithm.
在线阅读 下载PDF
Fast Parallel Method for Polynomial Evaluation at Points in Arithmetic Progression
15
作者 LU Jian-kang CHEN Hai-biao JING Rui-xing 《Chinese Quarterly Journal of Mathematics》 CSCD 2014年第4期509-515,共7页
We present a fast method for polynomial evaluation at points in arithmetic progression. By dividing the progression into m new ones and evaluating the polynomial at each point of these new progressions recursively,thi... We present a fast method for polynomial evaluation at points in arithmetic progression. By dividing the progression into m new ones and evaluating the polynomial at each point of these new progressions recursively,this method saves most of the multiplications in the price of little increase of additions comparing to Horner's method, while their accuracy are almost the same. We also introduce vector structure to the recursive process making it suitable for parallel applications. 展开更多
关键词 algorithmS parallel algorithms polynomial evaluation Horner’s method
在线阅读 下载PDF
PARALLEL MULTIPLICATIVE ITERATIVE METHODS FOR CONVEX PROGRAMMING
16
作者 陈忠 费浦生 《Acta Mathematica Scientia》 SCIE CSCD 1997年第2期205-210,共6页
In this paper, we present two parallel multiplicative algorithms for convex programming. If the objective function has compact level sets and has a locally Lipschitz continuous gradient, we discuss convergence of the ... In this paper, we present two parallel multiplicative algorithms for convex programming. If the objective function has compact level sets and has a locally Lipschitz continuous gradient, we discuss convergence of the algorithms. The proofs are essentially based on the results of sequential methods shown by Eggermontt[1]. 展开更多
关键词 parallel algorithm convex programming
在线阅读 下载PDF
基于并行计算的计算智能综述
17
作者 吴菲 陈嘉诚 王万良 《浙江大学学报(工学版)》 北大核心 2025年第1期27-38,共12页
传统计算智能技术缺乏实时性和适应性,基于并行计算的计算智能技术能够提高计算效率,解决多模态信息兼容处理的问题.分别从智能计算的3个分支(神经网络、进化算法和群智能算法)介绍计算智能与大数据并行计算融合的研究现状.总结并行计... 传统计算智能技术缺乏实时性和适应性,基于并行计算的计算智能技术能够提高计算效率,解决多模态信息兼容处理的问题.分别从智能计算的3个分支(神经网络、进化算法和群智能算法)介绍计算智能与大数据并行计算融合的研究现状.总结并行计算智能面临的问题与挑战,思考相关研究的发展方向. 展开更多
关键词 并行计算 计算智能 神经网络 进化算法 群智能
在线阅读 下载PDF
考虑零缓冲的预制生产线并行机调度研究
18
作者 阮雯欣 于淼 张铎 《工业工程》 2025年第2期98-109,共12页
为满足混凝土预制构件对提高生产效率和准时交付订单的需要,研究考虑混凝土预制构件并行机器生产调度的问题。现有混凝土预制构件生产过程中各工序均存在并行加工机器,且工序间没有单独的缓冲区域。因此本文提出一种零缓冲区情况下混凝... 为满足混凝土预制构件对提高生产效率和准时交付订单的需要,研究考虑混凝土预制构件并行机器生产调度的问题。现有混凝土预制构件生产过程中各工序均存在并行加工机器,且工序间没有单独的缓冲区域。因此本文提出一种零缓冲区情况下混凝土预制构件并行机器生产模型。首先,确定待加工构件以及对应的加工机器,并确定工序的关键时间点;其次,将选择并行机器的约束与零缓冲区影响后的时间约束结合,构建预制构件并行生产调度模型,并设计遗传粒子群混合算法(genetic algorithm-particle swarm optimization, GA-PSO)进行求解;最后,基于沈阳某混凝土预制构件厂的生产数据对所提模型进行数值实验分析。结果表明,GA-PSO算法结合GA算法和PSO算法的优势性能,实现高效的优化搜索,零缓冲约束的预制构件并行机生产模型生产的完工时间由78.98 h缩短至73.18 h,机器利用率提升了19.79%,验证了模型对实际排产的有效性以及算法具有较好的稳定性和适用性。 展开更多
关键词 混凝土预制构件 缓冲区 并行机器 遗传粒子群混合算法
在线阅读 下载PDF
Building Real-Time Network Intrusion Detection System Based on Parallel Time-Series Mining Techniques
19
作者 赵峰 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2005年第1期11-17,共7页
A new real-time model based on parallel time-series mining is proposed to improve the accuracy and efficiency of the network intrusion detection systems. In this model, multidimensional dataset is constructed to descr... A new real-time model based on parallel time-series mining is proposed to improve the accuracy and efficiency of the network intrusion detection systems. In this model, multidimensional dataset is constructed to describe network events, and sliding window updating algorithm is used to maintain network stream. Moreover, parallel frequent patterns and frequent episodes mining algorithms are applied to implement parallel time-series mining engineer which can intelligently generate rules to distinguish intrusions from normal activities. Analysis and study on the basis of DAWNING 3000 indicate that this parallel time-series mining-based model provides a more accurate and efficient way to building real-time NIDS. 展开更多
关键词 Intrusion detection Time-series mining Sliding window parallel algorithm
在线阅读 下载PDF
基于可靠性的动车组关键部件维修策略优化模型
20
作者 陈佳玉 宋冬利 耿芳东 《机车电传动》 2025年第1期58-67,共10页
针对现行动车组预防性维修中出现的维修不足或过度维修的问题,文章基于全生命周期管理理念,重点研究了动车组部件全生命周期运维活动对部件劣化特性与维修策略的影响。在部件层面,文章提出了考虑季节影响和运行成本的维修策略,动态反映... 针对现行动车组预防性维修中出现的维修不足或过度维修的问题,文章基于全生命周期管理理念,重点研究了动车组部件全生命周期运维活动对部件劣化特性与维修策略的影响。在部件层面,文章提出了考虑季节影响和运行成本的维修策略,动态反映了部件劣化特性和维修活动之间的演变趋势,并结合并行量子遗传算法求解最优维修间隔和可靠度等参数;在系统层面,通过建立的基于可靠度裕度的预防性机会维修策略,实现了动态的机会维修窗口,减少了系统停机次数,降低了系统长期维护成本。试验结果表明,与不考虑运行成本和季节影响的维修策略相比,该策略在保证部件可靠性、系统可用性和计划合理性的同时,通过实施更加积极的维修措施,可有效降低动车组维修成本。 展开更多
关键词 动车组 运行成本 预防性机会维修 季节影响 并行量子遗传算法 高速列车
在线阅读 下载PDF
上一页 1 2 73 下一页 到第
使用帮助 返回顶部