基于matlab的并行計(jì)算的探討[獨(dú)家原創(chuàng)].rar



基于matlab的并行計(jì)算的探討[獨(dú)家原創(chuàng)],基于matlab的并行計(jì)算的探討13300字 自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用摘要:隨著計(jì)算機(jī)軟硬件技術(shù)的不斷升級(jí)和日常生產(chǎn)生活應(yīng)用中大型計(jì)算及高計(jì)算性能要求的不斷出現(xiàn),并行計(jì)算軟件的開發(fā)使用已日趨必要化和常態(tài)化。尤其是多核處理器在個(gè)人計(jì)算機(jī)上的普及使用更加推進(jìn)了并...
該文檔為壓縮文件,包含的文件列表如下:


內(nèi)容介紹
原文檔由會(huì)員 淘寶大夢(mèng) 發(fā)布
基于Matlab的并行計(jì)算的探討
13300字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘要:隨著計(jì)算機(jī)軟硬件技術(shù)的不斷升級(jí)和日常生產(chǎn)生活應(yīng)用中大型計(jì)算及高計(jì)算性能要求的不斷出現(xiàn),并行計(jì)算軟件的開發(fā)使用已日趨必要化和常態(tài)化。尤其是多核處理器在個(gè)人計(jì)算機(jī)上的普及使用更加推進(jìn)了并行計(jì)算開發(fā)應(yīng)用的步伐。Matlab并行計(jì)算是處理龐大數(shù)據(jù)的一種經(jīng)濟(jì)、高效的方法,這種方法可以充分利用計(jì)算機(jī)的資源,并且降低科研的成本。本論文介紹了怎樣搭建基于Matlab的并行計(jì)算平臺(tái)并且對(duì)其做一個(gè)簡(jiǎn)單的驗(yàn)證。
關(guān)鍵字: Matlab 并行計(jì)算 并行計(jì)算工具箱 分布式計(jì)算
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 研究?jī)?nèi)容 1
1.4 論文結(jié)構(gòu) 2
第二章 并行計(jì)算 3
2.1 并行計(jì)算 3
2.2 并行計(jì)算的理論基礎(chǔ) 3
2.2.1 并行算法 3
2.2.2 并行程序設(shè)計(jì) 4
2.2.3 并行計(jì)算的性能評(píng)測(cè) 4
2.2.3.1 機(jī)器的性能評(píng)測(cè) 4
2.2.3.2 算法的性能評(píng)測(cè) 7
2.2.3.3 并行程序的性能評(píng)測(cè) 11
2.3分布式計(jì)算與機(jī)群系統(tǒng) 13
2.3.1 分布式計(jì)算 13
2.3.2 機(jī)群系統(tǒng) 14
第三章 并行計(jì)算環(huán)境的建立 15
3.1 Matlab2011b的安裝 15
3.2 并行計(jì)算工具箱 20
3.3 分布式計(jì)算服務(wù) 22
3.4 MDCE的安裝 23
第四章 Matlab編程 25
4.1 M文件編程 26
4.2 Matlab編程實(shí)例 27
4.3 結(jié)果及分析 30
第五章 展望與總結(jié) 31
參考文獻(xiàn) 32
致謝 33
13300字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘要:隨著計(jì)算機(jī)軟硬件技術(shù)的不斷升級(jí)和日常生產(chǎn)生活應(yīng)用中大型計(jì)算及高計(jì)算性能要求的不斷出現(xiàn),并行計(jì)算軟件的開發(fā)使用已日趨必要化和常態(tài)化。尤其是多核處理器在個(gè)人計(jì)算機(jī)上的普及使用更加推進(jìn)了并行計(jì)算開發(fā)應(yīng)用的步伐。Matlab并行計(jì)算是處理龐大數(shù)據(jù)的一種經(jīng)濟(jì)、高效的方法,這種方法可以充分利用計(jì)算機(jī)的資源,并且降低科研的成本。本論文介紹了怎樣搭建基于Matlab的并行計(jì)算平臺(tái)并且對(duì)其做一個(gè)簡(jiǎn)單的驗(yàn)證。
關(guān)鍵字: Matlab 并行計(jì)算 并行計(jì)算工具箱 分布式計(jì)算
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 研究?jī)?nèi)容 1
1.4 論文結(jié)構(gòu) 2
第二章 并行計(jì)算 3
2.1 并行計(jì)算 3
2.2 并行計(jì)算的理論基礎(chǔ) 3
2.2.1 并行算法 3
2.2.2 并行程序設(shè)計(jì) 4
2.2.3 并行計(jì)算的性能評(píng)測(cè) 4
2.2.3.1 機(jī)器的性能評(píng)測(cè) 4
2.2.3.2 算法的性能評(píng)測(cè) 7
2.2.3.3 并行程序的性能評(píng)測(cè) 11
2.3分布式計(jì)算與機(jī)群系統(tǒng) 13
2.3.1 分布式計(jì)算 13
2.3.2 機(jī)群系統(tǒng) 14
第三章 并行計(jì)算環(huán)境的建立 15
3.1 Matlab2011b的安裝 15
3.2 并行計(jì)算工具箱 20
3.3 分布式計(jì)算服務(wù) 22
3.4 MDCE的安裝 23
第四章 Matlab編程 25
4.1 M文件編程 26
4.2 Matlab編程實(shí)例 27
4.3 結(jié)果及分析 30
第五章 展望與總結(jié) 31
參考文獻(xiàn) 32
致謝 33
TA們正在看...
- 基于web的畢業(yè)設(shè)計(jì)管理系統(tǒng)畢業(yè)設(shè)計(jì)開題報(bào)告.doc
- 基于web的企業(yè)辦公自動(dòng)化系統(tǒng)畢業(yè)論文開題報(bào)告.doc
- 基于web的網(wǎng)絡(luò)商品銷售系統(tǒng).doc
- 基于web的網(wǎng)絡(luò)聊天系統(tǒng).doc
- 基于web的新生報(bào)到系統(tǒng)管理的設(shè)計(jì)與實(shí)現(xiàn)畢業(yè)設(shè)計(jì)開...doc
- 基于web多媒體素材管理庫畢業(yè)設(shè)計(jì)開題報(bào)告.doc
- 基于web的學(xué)生論壇開題報(bào)告.doc
- 基于單片機(jī)的mp3設(shè)計(jì)開題報(bào)告.doc
- 基于單片機(jī)的漿紗長(zhǎng)度自動(dòng)檢測(cè)系統(tǒng)設(shè)計(jì)開題報(bào)告.doc
- 基于單片機(jī)的出租車計(jì)價(jià)器的設(shè)計(jì)開題報(bào)告.doc