基于matlab的并行计算的探讨[独家原创].rar
基于matlab的并行计算的探讨[独家原创],基于matlab的并行计算的探讨13300字 自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要:随着计算机软硬件技术的不断升级和日常生产生活应用中大型计算及高计算性能要求的不断出现,并行计算软件的开发使用已日趋必要化和常态化。尤其是多核处理器在个人计算机上的普及使用更加推进了并...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 淘宝大梦 发布
基于Matlab的并行计算的探讨
13300字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要:随着计算机软硬件技术的不断升级和日常生产生活应用中大型计算及高计算性能要求的不断出现,并行计算软件的开发使用已日趋必要化和常态化。尤其是多核处理器在个人计算机上的普及使用更加推进了并行计算开发应用的步伐。Matlab并行计算是处理庞大数据的一种经济、高效的方法,这种方法可以充分利用计算机的资源,并且降低科研的成本。本论文介绍了怎样搭建基于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 研究现状 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分布式计算与机群系统 13
2.3.1 分布式计算 13
2.3.2 机群系统 14
第三章 并行计算环境的建立 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字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要:随着计算机软硬件技术的不断升级和日常生产生活应用中大型计算及高计算性能要求的不断出现,并行计算软件的开发使用已日趋必要化和常态化。尤其是多核处理器在个人计算机上的普及使用更加推进了并行计算开发应用的步伐。Matlab并行计算是处理庞大数据的一种经济、高效的方法,这种方法可以充分利用计算机的资源,并且降低科研的成本。本论文介绍了怎样搭建基于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 研究现状 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分布式计算与机群系统 13
2.3.1 分布式计算 13
2.3.2 机群系统 14
第三章 并行计算环境的建立 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