说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 并行仿真算法
1)  parallel simulation algorithm
并行仿真算法
1.
For special applications,different parallel simulation algorithms would lead to obvious differences of performance.
并行仿真算法则是并行离散事件仿真中的核心问题,对于具体的应用系统,采用不同的并行仿真算法将导致其仿真性能大的差异。
2.
For special applications, different parallel simulation algorithms would lead to obvious differences of performance.
并行仿真算法是并行离散事件仿真中的核心问题 ,对于具体的应用系统 ,采用不同的并行仿真算法将导致其仿真性能大的差异 。
2)  parallel simulation computer
并行仿真计算机
1.
It is mainly introduced the theories and methods of six-degree-of-freedom integrated modeling for ballistic missile, the design and manufacture of distributed parallel simulation computer, plan and realization of automatic parallel system for complicated continuous system simulation programs, as well as application of six-degree-of-freedom integrated .
重点介绍了弹道导弹六自由度一体化建模的理论和方法、分布式并行仿真计算机系统设计与研制、复杂连续系统仿真程序自动并行化系统的设计与实现,以及六自由度一体化建模与仿真在导弹全生命周期中的应用。
3)  parallel simulation
并行仿真
1.
OpenMP based space-borne SAR raw signal parallel simulation;
基于OpenMP的星载SAR回波信号并行仿真
2.
The Estimation of the Semi-Markov Processes Performance Potentials Based on Parallel Simulation;
半Markov过程性能势的并行仿真估计
3.
Automatic task Partitioning of parallel simulation program based on complicated continuous system;
基于复杂连续系统并行仿真的自动任务划分
4)  parallel simulation
并行化仿真
5)  simulation algorithm
仿真算法
1.
The research of Matlab simulation algorithm;
直流调速系统的Matlab的仿真算法研究
2.
Based on it, a three-dimensional milled surface topography simulation algorithm is developed through dividing a workpiece into regular grids.
运用图形矩阵变换原理和矢量运算法则 ,推导出了立铣刀周铣过程中刀具切削刃上任意点相对于工件运动的轨迹方程 ,在此基础上构造出一种基于工件网格划分的三维表面形貌仿真算法 ,并给出了相应的仿真算例 。
3.
Adaptive simulation algorithm is an effective and practical method for simulating stiff system,and the key to realize this algorithm is stiffness recognisation.
在已有病态性识别方法的基础上引入模糊集合理论,构造准确性更高的识别方法,并将它用在自适应仿真算法中。
6)  algorithm simulation
算法仿真
1.
At last the improved test results of the routing algorithm simulation are put forward.
该算法根据链路使用情况,采用为链路赋均衡权值的方法,负载重的链路赋较大权值,负载轻的链路赋较小权值,并综合考虑带宽保证和跳数限制,选择权值最小的路径作为结果输出,利用算法仿真给出了路由算法改进的试验结果。
补充资料:并行算法
      适用于并行计算机的数值算法。计算机传统结构的显著特征是单指令流单数据流,即每一时刻按一条指令处理一个数据。通常的数值算法适于此类计算机,可称串行算法。20世纪60年代开始发展含大量处理机的并行计算机,它分单指令流多数据流与多指令流多数据流两类,每一时刻分别按一条或多条指令处理多个数据。并行计算机的出现促使了适应其并行这个特点的并行算法的发展。
  
  并行算法依赖一个简单事实:独立的计算可同时执行。所谓独立计算是指其每个结果元只出现一次的计算。例如A81·α2......α8中7个乘法不能同时执行,但可分成三个独立计算组:
  
  第一组
  
  第二组
  
  第三组。
  如每组的运算并行执行,计算 A8,只须三步(乘法),其步骤可用图中的双杈计算树来表示。推广此例,得到由满足结合律的任一运算"。" 形成的表达式的最优并行算法,称为结合扇入算法。此算法提供了建立并行算法的一种普遍原则:反复将每一计算分裂成具有同等复杂性的两个独立部份,称为递推倍增法。
  
  研究表明,大量数值问题可获得有效的并行算法。一个算法是否有效主要看加速及所需的处理机个数 P的大小。并行算法的复杂性正是通过参数Tp、S和P来描述的。向量运算具有内在并行性(包含大量独立计算),因而首先是在数值线代数方面,并行算法特别富有成果。
  
  串行算法与并行算法存在固有差别。有效串行算法一般不能直接变换为并行算法,而且两者在数值性态方面(例如数值稳定性及迭代算法的收敛速度)可以彼此大不相同。
  

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