说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 并行计算法
1)  parallel computation technique
并行计算法
2)  parallel algorithm design
并行算法设计
3)  parallel computation
并行计算
1.
Research and application of parallel computation for the punching simulation of large auto cover parts;
大型汽车覆盖件冲压仿真并行计算的研究与应用
2.
Generalized method for parallel computation of particle methods and its application;
粒子方法并行计算通用化的研究与应用
3.
Multithreading parallel computation of river network flow in Windows environment;
Windows环境下河网水流多线程并行计算
4)  Parallel calculation
并行计算
1.
The study of Object-Oriented technology applied in zone divided parallel calculation in CFD;
面向对象技术在CFD分区并行计算中的应用研究
2.
Fast parallel calculation of the radar cross section for large open-ended cavities based on CRE and MPI;
基于CRE和MPI的腔体RCS快速并行计算
3.
Parallel Calculation Applied in Research on the Power Flow and Reliability of Power System;
并行计算在电力系统潮流及可靠性分析中的应用
5)  parallel compute
并行计算
1.
Destruction probability of a rocket is simulated by the Monte Carlo s and MP1 (Message Passing Interface) parallel compute method in the paper in order to improve operation velocity.
文中采用了蒙特卡洛法和MPI并行计算模拟了某弹箭毁伤概率,提高了运算速度,给弹箭试验提供了有效的预测,同时为减少弹箭试验费用有积极的作用。
2.
The influence factor of computational speed about elements was researched in this paper,by using the method of parallel compute,and of aerodynamic property was analyzed in the condition of different boundary condition.
文中采用了并行计算来研究单元数对计算速度的影响;分析了不同的边界条件对计算气动力特性的影响;并探讨了计算流场所需的软硬件支持。
3.
The results show that the new method can be developed into a high parallel arithmetic to suit for the request of parallel computer,and can be used to solve the problems in analysis of large structures and nanomaterials.
在对元胞单元法的基本原理与特点进行简要介绍之后,探讨了元胞单元法的并行计算方法,给出了算法描述和解题步骤。
6)  parallel algorithm
并行计算
1.
The numerical results show that our parallel algorithm has high speedup, and that the circulation calculated is compared well with theoretical one.
 应用多重网格区域分裂并行计算方法研究具有壁面Weis Fogh机构绕流,将二维物理平面流动区域变换为矩形区域,推导出流函数的多重网格差分计算格式,编制出并行计算程序。
2.
In this paper,a fast algorithm and a parallel algorithm of computing Robinson Operator in image edge detection are established.
通过对图像边缘检测方法中Robinson算子的研究,提出计算Robinson算子检测图像边缘的快速算法和并行算法,在并行虚拟环境PVM中实现了用Robinson算子检测图像边缘的并行计算,为大规模图像处理的并行算法在PVM环境中的实现进行了有益的探索。
3.
It has been explained in this paper that a method to complete the parallel algorithm in alocal network using operation system of RedHat Linux6.
1操作系统的局域网上 ,实现并行计算的方法。
补充资料:并行算法
      适用于并行计算机的数值算法。计算机传统结构的显著特征是单指令流单数据流,即每一时刻按一条指令处理一个数据。通常的数值算法适于此类计算机,可称串行算法。20世纪60年代开始发展含大量处理机的并行计算机,它分单指令流多数据流与多指令流多数据流两类,每一时刻分别按一条或多条指令处理多个数据。并行计算机的出现促使了适应其并行这个特点的并行算法的发展。
  
  并行算法依赖一个简单事实:独立的计算可同时执行。所谓独立计算是指其每个结果元只出现一次的计算。例如A81·α2......α8中7个乘法不能同时执行,但可分成三个独立计算组:
  
  第一组
  
  第二组
  
  第三组。
  如每组的运算并行执行,计算 A8,只须三步(乘法),其步骤可用图中的双杈计算树来表示。推广此例,得到由满足结合律的任一运算"。" 形成的表达式的最优并行算法,称为结合扇入算法。此算法提供了建立并行算法的一种普遍原则:反复将每一计算分裂成具有同等复杂性的两个独立部份,称为递推倍增法。
  
  研究表明,大量数值问题可获得有效的并行算法。一个算法是否有效主要看加速及所需的处理机个数 P的大小。并行算法的复杂性正是通过参数Tp、S和P来描述的。向量运算具有内在并行性(包含大量独立计算),因而首先是在数值线代数方面,并行算法特别富有成果。
  
  串行算法与并行算法存在固有差别。有效串行算法一般不能直接变换为并行算法,而且两者在数值性态方面(例如数值稳定性及迭代算法的收敛速度)可以彼此大不相同。
  

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条