parallel adj. 1.平行的;并行的 (to; with); 【電學】并聯的。 2.同一方向的,同一目的的。 3.相同的,同樣的,相似的,對應的。 a parallel instance [case] 同樣的例子[情況]。 His prudence is parallel to his zeal. 他固然謹慎,也同樣熱心。 run parallel with 和…平行。 n. 1.平行線[面]。 2.相似,類似;相似物,相當的人[物]。 3.比較,對比。 4.緯度圈,緯線。 5.【軍事】平行塹壕。 6.【印刷】平行號 〔‖〕。 7.【電學】并聯。 the parallel of altitude [declination, latitude] 平緯[赤緯,黃緯]圈。 draw a parallel between ... 在…之間作對比。 in parallel with 和…并行,和…對應。 without (a) parallel 無與匹敵的。 vt. (-l(l)-) 1.使成平行;與…平行。 2.與…相匹[配得上,相應]。 3.對比,比較… (with)。 n. -ism 【計算機】并行計算。
31 grama a y , gupta a , kumar v . isoefficiency : measuring the scalability of parallel algorithms and architectures 并行算法的性能評測包括有關并行算法的加速比效率可擴放性等的評測方法。
The relevant data structure as well as a parallel algorithm is presented , and a qualitative analysis about the algorithm is also given 給出相關的數據結構以及具有較好并行度的算法,并對算法作定性分析。
Some experiments of all these parallel algorithms are presented , the testing results indicate that the proposed algorithms are of high efficiency 對以上算法分別進行測試,試驗結果表明算法是高效可行的。
The key point of this research is to develop more efficient parallel algorithm of sequence processing with different computing environment 針對不同計算環境,開發高效的序列處理并行算法是本課題的研究重點。
Part 2 covers parallel algorithms , how to write parallel programs , how to set up clusters , and cluster benchmarking 第2部分將介紹并行算法的知識,并介紹如何編寫并行程序、如何構建集群以及如何進行基準測試。
The optimized algorithm is suitable to be parallelized in cluster systems . the parallel algorithm uses query segmentation method 從實驗的方法出發,結合現代計算機系統的體系結構優化算法是另外一種可選的方法。
In this paper , we explore the effectiveness and extend one such formal methodology in the design of massively parallel algorithms 本文將這樣的方法進行推廣,并探索這種方法在設計密碼學大量并行算法中的有效性。
A small pc cluster is built to test the above parallel algorithm , the result achieves great vision effect and high speed up 最后設計了smpcluster上的并行算法框架,并利用rationalrose2002設計了實現并行算法的主要類。
6 chen g . design and analysis of parallel algorithms . 2nd edition , higher education press , 2002 . 7 chen g , an h et al 并行算法部分主要介紹了并行算法的定義分類,并行計算模型,并行算法的設計和實現,并行算法的性能評測等。
We realize the parallel algorithm in c for the famc and amc methods . the results of the numerical experiments coincide with the theoretical results very well 我們用c語言實現了并行計算程序,數值實驗結果與理論結果吻合得很好。
In computer science, a parallel algorithm or concurrent algorithm, as opposed to a traditional sequential (or serial) algorithm, is an algorithm which can be executed a piece at a time on many different processing devices, and then combined together again at the end to get the correct result.