搜索资源列表
从体系结构的演变看高性能微处理器的发展趋势
- 随着高性能计算的需求,计算机体系结构发生了很大变化。作为计算机核心部件的微处理器,其性能和复杂性(晶体管数、时钟频率和峰值)也按照摩尔定律增长。微处理器性能的改善在很大程度上归功于体系结构的发展和VLSI工艺的改进。体系结构的发展主要体现在三个方面,即超流水、多指令发射和多指令操作。 -With the demand for high-performance computing, computer architecture unde
高性能计算高斯消去解方程组c++程序
- 高性能计算高斯消去解方程组c++程序(复杂度 n^3-high-performance computing solutions Gaussian Elimination equations c (n ^ complex 3
高性能计算并行编程技术—MPI并行程序设计
- 高性能计算并行编程技术—MPI并行程序设计 呵呵,我还没看呢!大家一起看吧!!!哈哈 废话一大堆,其实我也讨厌说,但是本站要求-parallel programming high-performance computing technology - MPI parallel programming Oh, I do not! Everyone sees! ! ! Haha lot of nonsense, in fact, I hate
高性能计算之并行编程技术—— MPI并
- 清华都志辉作品,基于MPI并行计算的最佳书籍《高性能计算之并行编程技术—— MPI并行程序设计》-Qinghua DU works MPI parallel computation based on the best books "high-performance calculation parallel programming techniques -- MPI parallel programming"
高性能计算导论\高性能并行集群的性能测试与优化研究
- 文章对高性能并行集群的性能测试与优化进行了分析研究
基于云的高性能分布式内存数据库的开发技术
- 基于云的高性能分布式内存数据库的开发技术 分布式,云计算,云服务,大数据,NoSQL,面向对象
高性能分布式云数据库
- 高性能分布式云数据库 分布式,云计算,云服务,大数据,NoSQL,面向对象
高性能计算高斯消去解方程组c++程序
- 高性能计算高斯消去解方程组c++程序(复杂度 n^3-high-performance computing solutions Gaussian Elimination equations c (n ^ complex 3
grid.pdf
- 网格计算的好东东,看了或许会对高性能计算有所帮助-Wanton, looking perhaps will help high-performance computing
高性能计算并行编程技术—MPI并行程序设计
- 高性能计算并行编程技术—MPI并行程序设计 呵呵,我还没看呢!大家一起看吧!!!哈哈 废话一大堆,其实我也讨厌说,但是本站要求-parallel programming high-performance computing technology- MPI parallel programming Oh, I do not! Everyone sees! ! ! Haha lot of nonsense, in fact, I hate
高性能计算之并行编程技术—— MPI并
- 清华都志辉作品,基于MPI并行计算的最佳书籍《高性能计算之并行编程技术—— MPI并行程序设计》-Qinghua DU works MPI parallel computation based on the best books "high-performance calculation parallel programming techniques-- MPI parallel programming"
从体系结构的演变看高性能微处理器的发展趋势
- 随着高性能计算的需求,计算机体系结构发生了很大变化。作为计算机核心部件的微处理器,其性能和复杂性(晶体管数、时钟频率和峰值)也按照摩尔定律增长。微处理器性能的改善在很大程度上归功于体系结构的发展和VLSI工艺的改进。体系结构的发展主要体现在三个方面,即超流水、多指令发射和多指令操作。 -With the demand for high-performance computing, computer architecture unde
PARD
- 大规模稀疏矩阵的求解是高性能计算中的一个常见问题。本文介绍了用直接法求解矩阵的一些问题以及使用Intel MKLPARDISO 接口求解稀疏矩阵的方法。 -Large-scale sparse matrix is a high-performance computing to solve a common problem. This paper introduces the direct matrix method and the
genetic_arithmetic
- 遗传算法作为具有系统优化、适应和学习的高性能计算和建模方法的研究渐趋成熟。在介绍遗传算法的产生和发展历史之后,慨述厂遗传算法的理论和应用情况-Genetic algorithm as a system optimization, adaptation and learning of high-performance computing and modeling method of maturing. In introducing the
HPC-buaa-PPT
- 北京航空航天大学计算机学院高性能计算体系结构课程PPT,祝明发教授讲解,其内容丰富,可供正在学习并行计算、高性能计算体系结构及云计算等的同学参考。-Beijing University of Aeronautics and Astronautics School of Computer Science high performance computing architecture courses PPT, ZHU hair profes
cluster
- 集群并行计算,高性能计算平台,云计算搭建等。-Cluster parallel computing, high-performance computing platforms, cloud computing and other structures.
High-Performance-Computing-
- 一本关于高性能计算的好书,国外大牛写的,通俗易懂,全面而不繁琐。读懂它你就能写好自己的算法-A good book on high performance computing, foreign, Daniel, and user-friendly, comprehensive but not cumbersome. Read it you will be able to write their own algorithms
利用FPGA进行高性能计算
- 利用FPGA进行高性能计算,主要针对用FPGA来编写算法的资料,很值得FPGA工程师看!
GPU高性能编程CUDA实战中文版
- 并行计算新手入门书籍,分析的简单透彻,实例举一反三,CUDA入门的好书(Parallel computing novice entry books, analysis of simple and thorough, examples of drawing inferences from others, CUDA entry of good books)
高性能计算自选题目实验报告
- 对于一副图像,比如8000*5333分辨率,我们在处理时,通常思路是从第1个像素开始,一直计算到最后一个像素。其实,目前不论手机还是个人电脑,处理器都是多核。那么完全可以将整副图像分成若干块,比如cpu为4核处理器,那么可以分成4块,每块图像大小为2000*5333,这样程序可以创建4个线程,每个处理器执行一个线程,每个线程处理一个图像块。虽然这样操作后,运算速度不会显著提升4倍,因为线程创建、释放、上下文切换都要耗些时间。但运算速度还