基于matlab的并行計算的探討[獨家原創(chuàng)].rar
基于matlab的并行計算的探討[獨家原創(chuàng)],基于matlab的并行計算的探討13300字 自己原創(chuàng)的畢業(yè)論文,已經通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用摘要:隨著計算機軟硬件技術的不斷升級和日常生產生活應用中大型計算及高計算性能要求的不斷出現(xiàn),并行計算軟件的開發(fā)使用已日趨必要化和常態(tài)化。尤其是多核處理器在個人計算機上的普及使用更加推進了并...
該文檔為壓縮文件,包含的文件列表如下:
內容介紹
原文檔由會員 淘寶大夢 發(fā)布
基于Matlab的并行計算的探討
13300字
自己原創(chuàng)的畢業(yè)論文,已經通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用
摘要:隨著計算機軟硬件技術的不斷升級和日常生產生活應用中大型計算及高計算性能要求的不斷出現(xiàn),并行計算軟件的開發(fā)使用已日趨必要化和常態(tài)化。尤其是多核處理器在個人計算機上的普及使用更加推進了并行計算開發(fā)應用的步伐。Matlab并行計算是處理龐大數(shù)據的一種經濟、高效的方法,這種方法可以充分利用計算機的資源,并且降低科研的成本。本論文介紹了怎樣搭建基于Matlab的并行計算平臺并且對其做一個簡單的驗證。
關鍵字: Matlab 并行計算 并行計算工具箱 分布式計算
Discussion of parallel computing based on Matlab
Abstract : With the continuous upgrading of computer hardware and software technology and everyday life applications in large-scale production of high computing performance computing and emerging requirements, the use of parallel computing software development has become increasingly necessary and normally.In particular, the increasing use of multi-core processors on a personal computer is more advanced the pace of development and application of parallel computing.Matlab Parallel computing is an processing and efficient method to enormous economic data,this method can take full advantage of the computer's resources and reduce the cost of research.This paper describes how to build a parallel computing platform by Matlab and do a simple validation for it.
Key words: matlab parallel computing parallel computing toolbox distributed computing
目錄
第一章 緒論 1
1.1 研究背景 1
1.2 研究現(xiàn)狀 1
1.3 研究內容 1
1.4 論文結構 2
第二章 并行計算 3
2.1 并行計算 3
2.2 并行計算的理論基礎 3
2.2.1 并行算法 3
2.2.2 并行程序設計 4
2.2.3 并行計算的性能評測 4
2.2.3.1 機器的性能評測 4
2.2.3.2 算法的性能評測 7
2.2.3.3 并行程序的性能評測 11
2.3分布式計算與機群系統(tǒng) 13
2.3.1 分布式計算 13
2.3.2 機群系統(tǒng) 14
第三章 并行計算環(huán)境的建立 15
3.1 Matlab2011b的安裝 15
3.2 并行計算工具箱 20
3.3 分布式計算服務 22
3.4 MDCE的安裝 23
第四章 Matlab編程 25
4.1 M文件編程 26
4.2 Matlab編程實例 27
4.3 結果及分析 30
第五章 展望與總結 31
參考文獻 32
致謝 33
13300字
自己原創(chuàng)的畢業(yè)論文,已經通過校內系統(tǒng)檢測,重復率低,僅在本站獨家出售,大家放心下載使用
摘要:隨著計算機軟硬件技術的不斷升級和日常生產生活應用中大型計算及高計算性能要求的不斷出現(xiàn),并行計算軟件的開發(fā)使用已日趨必要化和常態(tài)化。尤其是多核處理器在個人計算機上的普及使用更加推進了并行計算開發(fā)應用的步伐。Matlab并行計算是處理龐大數(shù)據的一種經濟、高效的方法,這種方法可以充分利用計算機的資源,并且降低科研的成本。本論文介紹了怎樣搭建基于Matlab的并行計算平臺并且對其做一個簡單的驗證。
關鍵字: Matlab 并行計算 并行計算工具箱 分布式計算
Discussion of parallel computing based on Matlab
Abstract : With the continuous upgrading of computer hardware and software technology and everyday life applications in large-scale production of high computing performance computing and emerging requirements, the use of parallel computing software development has become increasingly necessary and normally.In particular, the increasing use of multi-core processors on a personal computer is more advanced the pace of development and application of parallel computing.Matlab Parallel computing is an processing and efficient method to enormous economic data,this method can take full advantage of the computer's resources and reduce the cost of research.This paper describes how to build a parallel computing platform by Matlab and do a simple validation for it.
Key words: matlab parallel computing parallel computing toolbox distributed computing
目錄
第一章 緒論 1
1.1 研究背景 1
1.2 研究現(xiàn)狀 1
1.3 研究內容 1
1.4 論文結構 2
第二章 并行計算 3
2.1 并行計算 3
2.2 并行計算的理論基礎 3
2.2.1 并行算法 3
2.2.2 并行程序設計 4
2.2.3 并行計算的性能評測 4
2.2.3.1 機器的性能評測 4
2.2.3.2 算法的性能評測 7
2.2.3.3 并行程序的性能評測 11
2.3分布式計算與機群系統(tǒng) 13
2.3.1 分布式計算 13
2.3.2 機群系統(tǒng) 14
第三章 并行計算環(huán)境的建立 15
3.1 Matlab2011b的安裝 15
3.2 并行計算工具箱 20
3.3 分布式計算服務 22
3.4 MDCE的安裝 23
第四章 Matlab編程 25
4.1 M文件編程 26
4.2 Matlab編程實例 27
4.3 結果及分析 30
第五章 展望與總結 31
參考文獻 32
致謝 33