期刊文献+
共找到22,476篇文章
< 1 2 250 >
每页显示 20 50 100
Cooperative robust parallel operation of multiple actuators
1
作者 XU Liang XU Xiang LIU Tao 《控制理论与应用》 北大核心 2026年第1期3-11,共9页
This paper studies cooperative robust parallel operation of multiple actuators over an undirected communication graph.The plant is modeled as an uncertain linear system,and the actuators are linear and identical.Based... This paper studies cooperative robust parallel operation of multiple actuators over an undirected communication graph.The plant is modeled as an uncertain linear system,and the actuators are linear and identical.Based on the internal model principle,a distributed dynamic output feedback control law is proposed to achieve both robust output regulation of the closed-loop system and plant input sharing among the actuators.A practical example of five motors cooperatively driving an uncertain shaft under an external load torque is presented to show the effectiveness of the proposed control law. 展开更多
关键词 cooperative parallel operation multiple actuators robust output regulation CONSENSUS
在线阅读 下载PDF
A Class of Parallel Algorithm for Solving Low-rank Tensor Completion
2
作者 LIU Tingyan WEN Ruiping 《应用数学》 北大核心 2025年第4期1134-1144,共11页
In this paper,we established a class of parallel algorithm for solving low-rank tensor completion problem.The main idea is that N singular value decompositions are implemented in N different processors for each slice ... In this paper,we established a class of parallel algorithm for solving low-rank tensor completion problem.The main idea is that N singular value decompositions are implemented in N different processors for each slice matrix under unfold operator,and then the fold operator is used to form the next iteration tensor such that the computing time can be decreased.In theory,we analyze the global convergence of the algorithm.In numerical experiment,the simulation data and real image inpainting are carried out.Experiment results show the parallel algorithm outperform its original algorithm in CPU times under the same precision. 展开更多
关键词 Tensor completion Low-rank CONVERGENCE parallel algorithm
在线阅读 下载PDF
Flow and heat transfer characteristics of regenerative cooling parallel channel
3
作者 JU Yinchao LIU Xiaoyong +1 位作者 XU Guoqiang DONG Bensi 《推进技术》 北大核心 2025年第1期163-171,共9页
Due to the complex high-temperature characteristics of hydrocarbon fuel,the research on the long-term working process of parallel channel structure under variable working conditions,especially under high heat-mass rat... Due to the complex high-temperature characteristics of hydrocarbon fuel,the research on the long-term working process of parallel channel structure under variable working conditions,especially under high heat-mass ratio,has not been systematically carried out.In this paper,the heat transfer and flow characteristics of related high temperature fuels are studied by using typical engine parallel channel structure.Through numeri⁃cal simulation and systematic experimental verification,the flow and heat transfer characteristics of parallel chan⁃nels under typical working conditions are obtained,and the effectiveness of high-precision calculation method is preliminarily established.It is known that the stable time required for hot start of regenerative cooling engine is about 50 s,and the flow resistance of parallel channel structure first increases and then decreases with the in⁃crease of equivalence ratio(The following equivalence ratio is expressed byΦ),and there is a flow resistance peak in the range ofΦ=0.5~0.8.This is mainly caused by the coupling effect of high temperature physical proper⁃ties,flow rate and pressure of fuel in parallel channels.At the same time,the cooling and heat transfer character⁃istics of parallel channels under some conditions of high heat-mass ratio are obtained,and the main factors affect⁃ing the heat transfer of parallel channels such as improving surface roughness and strengthening heat transfer are mastered.In the experiment,whenΦis less than 0.9,the phenomenon of local heat transfer enhancement and deterioration can be obviously observed,and the temperature rise of local structures exceeds 200℃,which is the risk of structural damage.Therefore,the reliability of long-term parallel channel structure under the condition of high heat-mass ratio should be fully considered in structural design. 展开更多
关键词 Regenerative cooling Heat transfer Flow resistance ENGINE parallel channel
在线阅读 下载PDF
Effects of horizontal splitter plates on the vortex-induced vibration and aerostatic characteristics of twin separated parallel decks for a rail-cum-road bridge
4
作者 HE Xu-hui YANG Jia-feng +2 位作者 LIU Lu-lu ZOU Yun-feng HE Jing 《Journal of Central South University》 2025年第3期1024-1043,共20页
Installing the splitter plates is a passive aerodynamic solution for eliminating vortex-induced vibration (VIV). However, the influences of splitter plates on the VIV and aerostatic performances are more complicated d... Installing the splitter plates is a passive aerodynamic solution for eliminating vortex-induced vibration (VIV). However, the influences of splitter plates on the VIV and aerostatic performances are more complicated due to aerodynamic interference between highway and railway decks. To study the effects of splitter plates, wind tunnel experiments for measuring VIV and aerostatic forces of twin decks under two opposite flow directions were conducted, while the surrounding flow and wind pressure of static twin decks with and without splitter plates are numerically simulated. The results showed that the incoming flow direction affects the VIV response and aerostatic coefficients. The highway deck has poor vertical and torsional VIV, and the VIV region and amplitude are different under different directions. While the railway deck only has vertical VIV when located upstream. The splitter plates can impede the process of vortex generation, shedding and impinging at the gap between twin deck, and significantly reducing the surface fluctuating pressure coefficient, thus effectively suppressing the VIV of twin decks. While, the splitter plates hurt the upstream deck regarding static wind stability and have little effect on the downstream deck. The splitter plates of appropriate width are recommended to improve VIV performances in twin parallel bridges. 展开更多
关键词 splitter plates vortex-induced vibration(VIV) aerostatic characteristic wind tunnel test twin parallel decks the rail-cum-road bridges computational fluid dynamics
在线阅读 下载PDF
面向国产异构众核系统的Parallel C语言设计与实现 被引量:10
5
作者 何王全 刘勇 +2 位作者 方燕飞 魏迪 漆锋滨 《软件学报》 EI CSCD 北大核心 2017年第4期764-785,共22页
异构众核架构具有超高的性能功耗比,已成为超级计算机体系结构的重要发展方向.但众核系统更为复杂的并行层次和存储层次,给编程和优化带来了极大的挑战.因此,研究面向众核系统的并行编程技术,对于降低国产众核系统并行应用的编程难度、... 异构众核架构具有超高的性能功耗比,已成为超级计算机体系结构的重要发展方向.但众核系统更为复杂的并行层次和存储层次,给编程和优化带来了极大的挑战.因此,研究面向众核系统的并行编程技术,对于降低国产众核系统并行应用的编程难度、提升并行程序的性能都具有重要的意义.提出统一架构的多模式并行编程模型,包括异构融合的加速运算模型和按同构方式编程的自主运算模型,根据编程模型设计了Parallel C语言,能够有效地描述国产众核系统的异构并行性.与其他众核系统上MPI+X的使用模式相比,编程和系统优化都具有全局视角,在多级局部性描述、单边消息、兼容已有多核应用等方面具有特色;基于Open64构建了Parallel C编译系统,全面支持加速运算模型和自主运算模型,提出并实现了数据布局与自动DMA、编译指导的线程代理和拓扑位置感知的集合通信等优化.Micro Benchmark和实际应用在神威太湖之光计算机系统上的测试数据结果表明:Parallel C语言和编译系统具有良好的性能和可扩展性,能够有效支撑大型应用. 展开更多
关键词 异构众核 编程模型 并行语言 parallel C 编译器 消息传递
在线阅读 下载PDF
基于Parallel_CORDIC的高精度高速度直接数字频率合成器的FPGA实现 被引量:13
6
作者 祁艳杰 刘章发 《电子学报》 EI CAS CSCD 北大核心 2014年第7期1392-1397,共6页
本文提出了一种直接数字频率合成器(DDFS)的设计,以Parallel_CORDIC(COrdinate Rotation Digital Computer)算法模块替代传统的查找表方式,实现了相位与幅度的一一对应,输出相位完全正交的正余弦波形;同时应用旋转角度预测及4:2的进位... 本文提出了一种直接数字频率合成器(DDFS)的设计,以Parallel_CORDIC(COrdinate Rotation Digital Computer)算法模块替代传统的查找表方式,实现了相位与幅度的一一对应,输出相位完全正交的正余弦波形;同时应用旋转角度预测及4:2的进位保存加法器(CSA)技术,将速度比传统CORDIC算法提高41.7%,精度提高到10-4.最后以Xilinx的FPGA硬件实现整个设计. 展开更多
关键词 直接数字频率合成技术(DDFS) parallel CORDIC 进位保存加法器(CSA) FPGA
在线阅读 下载PDF
英语修辞格Parallelism的表现形式与效果 被引量:4
7
作者 蔡国华 《华南师范大学学报(社会科学版)》 CSSCI 2003年第3期139-141,共3页
关键词 英语 修辞格 parallelISM 平行 表现形式 效果
在线阅读 下载PDF
Parallel C语言级容错机制的设计与实现
8
作者 何王全 方燕飞 +2 位作者 魏迪 董恩铭 漆锋滨 《计算机工程与应用》 CSCD 北大核心 2018年第17期41-49,61,共10页
大规模异构众核计算机系统具有计算能力强、性能功耗比高等突出优点,已成为超级计算机的发展方向,但其复杂的异构结构和庞大的系统规模,也使系统的可用性面临巨大挑战,因此研究面向大规模异构众核系统的轻量级容错技术具有重要意义。针... 大规模异构众核计算机系统具有计算能力强、性能功耗比高等突出优点,已成为超级计算机的发展方向,但其复杂的异构结构和庞大的系统规模,也使系统的可用性面临巨大挑战,因此研究面向大规模异构众核系统的轻量级容错技术具有重要意义。针对传统基于检查点的系统级容错开销过大的问题,在Parallel C语言中设计并实现了故障局部感知的轻量级降级、编译指导与自动分析的检查点等语言支持的容错机制,兼顾了好用性和高效性。局部故障感知的轻量级降级结合动态任务调度框架实现,支持众核系统,可扩展到百万以上并行规模;编译指导与自动分析的检查点通过程序员插入简单的编译指示,由编译器进行分析,提示不需要保留的数据,可有效降低保留恢复的数据量。神威太湖之光超级计算机上的测试数据表明,两种容错措施相对于传统容错方法效果良好,轻量级降级的容错开销小于1%,相对于传统回卷容错方法单次故障执行时间可减少3.5%以上,编译指导与自动分析的检查点在典型应用中最多可将保留量降低至1/10,具有很好的实用性。 展开更多
关键词 容错 降级 检查点 parallel C语言
在线阅读 下载PDF
A Class of Real-Time Parallel Combined Methods ofDigital Simulation for Large Systems
9
作者 Liu Degui & Chen Lirong(Beijing Institute of Computer Application and Simulation Technology, 100854, P. R. China) 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2000年第2期25-31,共7页
In this paper, a class of real-time parallel combined methods (RTPCM) of the digital simulation for a partitioned large system is presented. By means of combination of the parallelism across the system with the parall... In this paper, a class of real-time parallel combined methods (RTPCM) of the digital simulation for a partitioned large system is presented. By means of combination of the parallelism across the system with the parallelism across the method, stiff and non-stiff subsystems are solved in parallel on parallel computer by a parallel Rosenbrock method and a parallel RK method, respectively. Their construction, convergence and numerical stability are discussed, and the digitalsimulation experiments are conducted. 展开更多
关键词 Large system Real-time parallel combined method parallel computer
在线阅读 下载PDF
Seismic 3D Prestack Time Migration on Parallel Computers
10
作者 Liu Ping & Chen Yunhe(Wuhan Digital Engineering institute, Wuchang P. O. Box 74223, P. R. China 430074) 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 1995年第3期49-55,共7页
Parallel versions of prestack KirchhofT 3D integral migration algorithm, which is suitable forseismic data processing, are described in this paper. Firstly, the inherent parallel characteristics of seismicdata process... Parallel versions of prestack KirchhofT 3D integral migration algorithm, which is suitable forseismic data processing, are described in this paper. Firstly, the inherent parallel characteristics of seismicdata processing are analyzed. Then some principles in algorithm partition are discussed. Based on these analyses and the system architecture, communication mechanism, this algorithm is divided into four subtasksallocated to four nodes of 990 STAR-l. Then we describe in detail a module-partitioning method-theI / O processing and communication are separated from the computation process, the processes includingI / O processing and communication are allocated to transputer T805 and the other is allocated to processori860. These two processes are synchronized by shared memory and memory-lock mechanism, but the communication betWeen different nodes is implemented through links of transputer. Load balance among fourprocessor modules is performed dynamically. Finally, we discussed the speed--up of the parallel versions ofprestack KirchhofT 3D integral migration algorithm running on four nodes. Some further researches are also melltioned in this paper. 展开更多
关键词 parallel algorithm 3D prestack migration parallel processing
在线阅读 下载PDF
TVBPS:一种基于Parallel Sets的具有度量属性的多变元时态数据可视化方法 被引量:2
11
作者 孙宁伟 刘海峰 +3 位作者 赵瑜 刘勇 王璐 肖卫东 《计算机应用研究》 CSCD 北大核心 2014年第5期1591-1596,1600,共7页
针对现有"具有度量属性的多变元时态数据"可视化方法不足,提出Parallel Sets分类值排列顺序优化算法ACLEARCR、基于相关度的Parallel Sets变元轴配置算法(VABC)、深度信息Parallel Sets(DCPS)共同组成基于Parallel Sets的具... 针对现有"具有度量属性的多变元时态数据"可视化方法不足,提出Parallel Sets分类值排列顺序优化算法ACLEARCR、基于相关度的Parallel Sets变元轴配置算法(VABC)、深度信息Parallel Sets(DCPS)共同组成基于Parallel Sets的具有度量属性的多变元时态数据可视化方法 TVBPS。使用具体数据集对提出的可视化方法进行实验,获得的视图能够挖掘数据集中的隐含知识,证明了该方法的有效性。TVBPS可视化方法为分析多变元时态数据集提供了有效手段,具有较高的适用性和易用性。 展开更多
关键词 度量属性 多变元 时态 信息可视化 parallel SETS
在线阅读 下载PDF
Halin图和Series-Parallel图的动态色数 被引量:1
12
作者 董桂香 许振宇 《山东科技大学学报(自然科学版)》 CAS 2005年第1期101-103,共3页
图的动态着色是BruceMontgomery于2001年引入的一个新概念。本文分别证明了Halin图和非5圈的Series Parallel图的动态色数都不超过4。
关键词 HALIN图 Series—parallel 动态着色 动态色数
在线阅读 下载PDF
Halin图和Series-Parallel图的星荫度 被引量:2
13
作者 吴建良 贠军亮 张咏梅 《山东科技大学学报(自然科学版)》 CAS 2000年第4期22-24,共3页
证明了:(1)所有Halin图的星荫度为3,和(2)所有SeriesParallel图的星荫度小于等于3.
关键词 HALIN图 Series-parallel 星荫度 染色 星染色
在线阅读 下载PDF
Parallel Sets的改进及其在全球恐怖袭击数据分析中的应用 被引量:5
14
作者 肖卫东 周城 +2 位作者 孙扬 葛斌 汤大权 《国防科技大学学报》 EI CAS CSCD 北大核心 2011年第1期115-119,共5页
随着恐怖主义愈演愈烈,"反恐"成为当今世界各国军事安全部门的中心任务。使用分类型可视化工具Parallel Sets分析国际恐怖主义数据库中多属性分类值间的关系,揭示数据库中的隐性信息,并针对Parallel Sets任意排列分类值产生... 随着恐怖主义愈演愈烈,"反恐"成为当今世界各国军事安全部门的中心任务。使用分类型可视化工具Parallel Sets分析国际恐怖主义数据库中多属性分类值间的关系,揭示数据库中的隐性信息,并针对Parallel Sets任意排列分类值产生较多交叉的不足,提出带降势的启发式分类值布局算法,自动优化分类值布局顺序,减轻视图中的可视混乱,降势策略可以减少参与计算的分类值数目。实验结果表明,改进的ParallelSets可清晰展现国际恐怖主义数据库中各分类值间的关联,从而辅助用户分析不同恐怖组织的行为特征等信息;带降势的启发式分类值布局算法简单高效,适用于数据量较大、分类值较多的数据集。 展开更多
关键词 平行集 边交叉问题 恐怖主义 可视化分析 降势
在线阅读 下载PDF
Forward kinematics analysis of parallel manipulator using modified global Newton-Raphson method 被引量:24
15
作者 杨炽夫 郑淑涛 +2 位作者 靳军 朱思斌 韩俊伟 《Journal of Central South University》 SCIE EI CAS 2010年第6期1264-1270,共7页
In order to obtain direct solutions of parallel manipulator without divergence in real time,a modified global Newton-Raphson(MGNR) algorithm was proposed for forward kinematics analysis of six-degree-of-freedom(DOF) p... In order to obtain direct solutions of parallel manipulator without divergence in real time,a modified global Newton-Raphson(MGNR) algorithm was proposed for forward kinematics analysis of six-degree-of-freedom(DOF) parallel manipulator.Based on geometrical frame of parallel manipulator,the highly nonlinear equations of kinematics were derived using analytical approach.The MGNR algorithm was developed for the nonlinear equations based on Tailor expansion and Newton-Raphson iteration.The procedure of MGNR algorithm was programmed in Matlab/Simulink and compiled to a real-time computer with Microsoft visual studio.NET for implementation.The performance of the MGNR algorithms for 6-DOF parallel manipulator was analyzed and confirmed.Applying the MGNR algorithm,the real generalized pose of moving platform is solved by using the set of given positions of actuators.The theoretical analysis and numerical results indicate that the presented method can achieve the numerical convergent solution in less than 1 ms with high accuracy(1×10-9 m in linear motion and 1×10-9 rad in angular motion),even the initial guess value is far from the root. 展开更多
关键词 parallel manipulator forward kinematics global Newton-Raphson real-time system
在线阅读 下载PDF
Improvement and performance of parallel multilevel fast multipole algorithm 被引量:16
16
作者 Zhanhe Liu Peilin Huang +1 位作者 Zhe Wu Xu Gao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第1期164-169,共6页
The method of establishing data structures plays an important role in the efficiency of parallel multilevel fast multipole algorithm(PMLFMA).Considering the main complements of multilevel fast multipole algorithm(M... The method of establishing data structures plays an important role in the efficiency of parallel multilevel fast multipole algorithm(PMLFMA).Considering the main complements of multilevel fast multipole algorithm(MLFMA) memory,a new parallelization strategy and a modified data octree construction scheme are proposed to further reduce communication in order to improve parallel efficiency.For far interaction,a new scheme called dynamic memory allocation is developed.To analyze the workload balancing performance of a parallel implementation,the original concept of workload balancing factor is introduced and verified by numerical examples.Numerical results show that the above measures improve the parallel efficiency and are suitable for the analysis of electrical large-scale scattering objects. 展开更多
关键词 multilevel fast multipole algorithm(MLFMA) electromagnetic scattering parallelIZATION radar cross section(RCS).
在线阅读 下载PDF
Parallel naive Bayes algorithm for large-scale Chinese text classification based on spark 被引量:22
17
作者 LIU Peng ZHAO Hui-han +3 位作者 TENG Jia-yu YANG Yan-yan LIU Ya-feng ZHU Zong-wei 《Journal of Central South University》 SCIE EI CAS CSCD 2019年第1期1-12,共12页
The sharp increase of the amount of Internet Chinese text data has significantly prolonged the processing time of classification on these data.In order to solve this problem,this paper proposes and implements a parall... The sharp increase of the amount of Internet Chinese text data has significantly prolonged the processing time of classification on these data.In order to solve this problem,this paper proposes and implements a parallel naive Bayes algorithm(PNBA)for Chinese text classification based on Spark,a parallel memory computing platform for big data.This algorithm has implemented parallel operation throughout the entire training and prediction process of naive Bayes classifier mainly by adopting the programming model of resilient distributed datasets(RDD).For comparison,a PNBA based on Hadoop is also implemented.The test results show that in the same computing environment and for the same text sets,the Spark PNBA is obviously superior to the Hadoop PNBA in terms of key indicators such as speedup ratio and scalability.Therefore,Spark-based parallel algorithms can better meet the requirement of large-scale Chinese text data mining. 展开更多
关键词 Chinese text classification naive Bayes SPARK HADOOP resilient distributed dataset parallelIZATION
在线阅读 下载PDF
A framework for equipment systems-of-systems effectiveness evaluation using parallel experiments approach 被引量:8
18
作者 Zilong Cheng Li Fan Yulin Zhang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2015年第2期292-300,共9页
Equipment systems-of-systems (SOS) effectiveness evaluation can provide important reference for construction and optimization of the equipment SoS. After discussing the basic theory and methods of parallel experimen... Equipment systems-of-systems (SOS) effectiveness evaluation can provide important reference for construction and optimization of the equipment SoS. After discussing the basic theory and methods of parallel experiments, we depict an SoS effectiveness analysis and evaluation method using parallel expe- riments theory in detail. A case study is carried out which takes the missile defense system as an example. An artificial system of the missile defense system is constructed with the multi-agent modeling method. Then, single factor, multiple factors and defense position deployment computational experiments are carried out and evaluated with the statistical analysis method. Experiment re- sults show that the altitude of the secondary interception missile is not the key factor which affects SoS effectiveness and putting the defense position ahead will increase defense effectiveness. The case study demonstrates the feasibility of the proposed method. 展开更多
关键词 agent based modeling parallel experiments computational experiments missile defense system effectiveness evaluation
在线阅读 下载PDF
Dynamic analysis of spatial parallel manipulator with rigid and flexible couplings 被引量:4
19
作者 LIU Shan-zeng DAI Jian-sheng +4 位作者 SHEN Gang LI Ai-min CAO Guo-hua FENG Shi-zhe MENG De-yuan 《Journal of Central South University》 SCIE EI CAS CSCD 2017年第4期840-853,共14页
The dynamics of spatial parallel manipulator with rigid and flexible links is explored. Firstly, a spatial beam element model for finite element analysis is established. Then, the differential equation of motion of be... The dynamics of spatial parallel manipulator with rigid and flexible links is explored. Firstly, a spatial beam element model for finite element analysis is established. Then, the differential equation of motion of beam element is derived based on finite element method. The kinematic constraints of parallel manipulator with rigid and flexible links are obtained by analyzing the motive parameters of moving platform and the relationships of movements of kinematic chains, and the overall kinetic equation of the parallel mechanism with rigid and flexible links is derived by assembling the differential equations of motion of components. On the basis of abovementioned analyses, the dynamic mechanical analysis of the spatial parallel manipulator with rigid and flexible links is conducted. After obtaining the method for force analysis and expressions for the calculation of dynamic stress of flexible components, the dynamic analysis and simulation of spatial parallel manipulator with rigid and flexible links is performed. The result shows that because of the elastic deformation of flexible components in the parallel mechanism with rigid and flexible links, the force on each component in the mechanism fluctuates sharply, and the change of normal stress at the root of drive components is also remarkable. This study provides references for further studies on the dynamic characteristics of parallel mechanisms with rigid and flexible links and for the optimization of the design of the mechanism. 展开更多
关键词 RIGID and flexible COUPLINGS parallel mechanism FINITE ELEMENT FORCE analysis dynamic stress
在线阅读 下载PDF
试论Parallelism的类型及其作用 被引量:6
20
作者 周维杰 《北京第二外国语学院学报》 2000年第2期66-71,共6页
本文论述了 Parallelism的五个类型 ,即语音、词汇、短语、句子和段落的平行排列 ,以及它的作用 ,即通过平行排列 ,或者形成节奏感和韵律美 ;或者造成层次感和绘画美 ;或者构成立体感和建筑美 ;或者通过相互指涉 ,以扩大表意空间 ;或者... 本文论述了 Parallelism的五个类型 ,即语音、词汇、短语、句子和段落的平行排列 ,以及它的作用 ,即通过平行排列 ,或者形成节奏感和韵律美 ;或者造成层次感和绘画美 ;或者构成立体感和建筑美 ;或者通过相互指涉 ,以扩大表意空间 ;或者造成磅礴的气势 ,以强化表达效果 ,突出表达内容等。 展开更多
关键词 parallelISM 语音 词汇 英语 修辞手法
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部