parallel programming 中文意思是什麼

parallel programming 解釋
並聯編程
  • parallel : adj 1 平行的;并行的 (to; with); 【電學】並聯的。2 同一方向的,同一目的的。3 相同的,同樣的,相...
  • programming : 編程序的
  1. This overview highlights selected algorithmic solver code advances in the used simulation tools, the use and the modelling of new materials for crash energy absorption, concept car design techniques, massive parallel programming and performance gains, side impact barrier modelling, mechanical occupant surrogate modelling ( dummies ), biomechanical models of human parts, as well as extensions of crash simulation techniques to the simulation of drop tests for appliances, shock absorption of a mars lander, etc

    內容包括作為模擬手段的計算程序的最新進展,新的緩沖材料的應用和模擬,大規模并行程序的編制和性能的增加,側撞障礙物模擬,乘客模型(假人) ,生物人體部件模型,碰撞模擬技術擴展應用到設備跌落試驗和火星著陸艙的緩沖等。
  2. In the distributed computing based on message passing, mpi is a popular message passing interface library in parallel programming

    在基於消息傳遞的分散式計算中, mpi ( messagepassinginterface )是廣受歡迎的消息傳遞介面函數庫。
  3. He previously was research assistant at the parallel programming and distributed systems laboratory at the university of waterloo

    之前,他在滑鐵盧大學并行程序設計和分散式系統實驗室擔任研究助理。
  4. It probed into the key technology of realizing the integrated development environment, including the methods to implement a code editor which support many features as automatic syntax highlighting, code autocompletion etc. ; the scheme and technology to compile and link the source code on the heterogeneous cluster system ; the analysis and use of the api of pbs, a widely used job management system ; the scheme and technology to distribute and manage the parallel jobs on the heterogeneous cluster system ; the methods to implement the monitor and control system of cluster nodes. and then the parallel programming integrated development & management environment ( ppidme ) was implemented base on the above analyses. finally, an example is presented which use ppidme in parallel programming

    本文在對異構機群并行計算環境研究的基礎上,提出了對于程序員友好、方便和實用的集成開發環境應該具備的要素,著重探討了實現集成開發環境的關鍵技術,其中包括支持語法高亮等功能的源代碼編輯器的實現方法、異構機群環境下源程序編譯連接及并行作業分發管理的實現方案與技術、 openpbs作業管理系統的應用編程介面的分析與使用、機群節點的管理與監控實現方法等,並基於上述關鍵技術設計與實現了異構機群系統集成開發管理環境軟體ppidme ,最後給出了使用ppidme進行并行程序開發的一個應用實例。
  5. We also review parallel computing model, parallel programming model and the software engineering for numerical applications. ( 2 ) on spectral element method and parallel computing of 2 - d spectral element shallow water model i ) we put forward a hybrid - local - basis theorem, and give two kinds of local basis schemes fitting for both the chebyshev polynomials and the legendre case

    ( 2 )關于譜元素方法及兩維半隱譜元素淺水波模式的并行計算? )依據切比契夫多項式和勒讓德多項式的計算特點,提出了一個混合局部基函數預備定理,給出了兩類混合局部基譜元素格式。
  6. Implementing software shared memory system in lan has become a hot subject in recent years. the system should achieve scalability, simple programming interface and should emulate parallel programming environment. there are three key aspects in implementing such a system : memory organization, data synchronization and communication

    在局域網軟體實現內存共享是近年來研究的一個熱門課題,實現的系統具有良好的可擴展性和簡單的用戶編程介面,並能實現在pc機組成的局域網小模擬高性能計算機運行并行科學計算程序。
  7. Only this may be one of ways to solve all sort of problems in parallel computation ( parallel programming )

    這才是解決并行計算(并行程序設計)中存在各種問題的方法之一。
  8. To solve an electrically large problem with clusters, the parallel solution procedure is very complex and the demands of the users ’ ability of development and application are very critical, such as the complex system and software environment, parallel programming and debugging

    利用集群系統求解大問題,并行求解過程非常復雜,對用戶的開發和應用要求極高,比如復雜的系統和軟體環境,并行程序的設計和調試等。
  9. Finaly, this paper has given some examples to test the new reusable components application in par method and parallel programming

    最後通過實例說明了新的可重用部件庫在par方法及并行(並發)程序設計中的應用。
  10. 3 lipasti m h, shen j. exploiting value locality to exceed the data flow limit. international journal of parallel programming, aug. 1998, 28 : 505 - 538. 4 zhou h, flanagan j, conte t m. detecting global stride locality in value streams

    但是尚無研究在相同實驗環境下對各種值預測器性能進行評估對比,這種比較對深入理解值預測機制,對性能的影響及設計適宜的值預測器具有很大幫助。
  11. Aiming at the problem above, the paper make an introducing of parallel computation and parallel programming at first, and then make some analysis and description about the theory of dependence relation analysis and the technology ofthe program parallelization

    針對以上問題,本文對并行計算和并行程序設計做了綜述,對依賴關系分析理論和程序并行化技術進行分析和描述。
  12. Aimed at the weakness encountered in the dynamic performance analysis tools of parallel programming, a new intermittent approach is provided for performance analyzing of coarse granular parallel programs

    摘要針對?行程序的動態性能分析方法存在的問題,提出了一種大粒度?行程序的新的性能分析方法,即間歇性性能分析方法。
  13. This paper will analyze and compare advantages and disadvantages of these two programming languages : java and fortran, clarify the practical significance of implementing supporting fortran parallel programming in the jme, and expatiates on several key problems and how to solve these problems : keeping working nodes isomorphic, parallel programming, distributing and executing task, collecting results, etc. this paper also discusses how to implement user management. at last this paper gives users some advice on programming in the jme on the basis of analyzing results of testing jme

    本文分析比較了java和fortran兩種程序設計語言的利弊,闡述了jme元計算環境支持fortran并行程序設計的意義,並針對實現這種支持的保證工作機同構、并行編程支持、程序的分佈執行、結果回收等幾個關鍵問題做了詳細闡述;然後就用戶管理功能的實現做了討論;最後在分析jme系統測試結果的基礎上,對用戶編程給出了一些建議。
  14. Let s look at two parallel programming approaches : the

    現在讓我們介紹兩種并行編程的方法:
  15. Parallel programming and amdahl s law

    并行編程和amdahl法則
  16. Design and implementation of a visual parallel programming platform

    可視化并行程序開發平臺的設計與實現
  17. Design and application of a generic parallel programming paradigm

    一種通用的工作池并行結構框架的設計與應用
  18. Approaches to parallel programming

    并行編程的方法
  19. And we argue that providing unified parallel programming model without unified parallel computation model

    試圖提供統一的并行程序設計模型,而不苛求統一的并行計算模型。
  20. The experimental results indicate that the hybrid parallel programming model applied to this problem can achieve better performance than that of pure mpi

    實驗結果表明,改進演算法採用混合編程模型比單純採用mpi編程模型具有更高的性能。
分享友人