-
C_C++ 多线程编程精髓_专栏
说明: C/C++, 多线程编,讲述windows,linux 下多线程开发方法,以及跨平台实现方式,分析线程池设计方案等(C/C++ Multi-line programming)
- 2020-05-22 17:00:04下载
- 积分:1
-
PI值的并行处理
A console application that estimates the value of PI using a variety of both serial and parallel implementations, the latter done with both PLINQ and the Parallel class.
- 2022-01-22 07:33:28下载
- 积分:1
-
Chaos
描述混沌现象的判断及其使用MATLAB对该过程的仿真的程序源码(Description of chaotic phenomena and the use of MATLAB to determine the course of the simulation procedure source)
- 2008-06-09 14:33:04下载
- 积分:1
-
openmp代码(期末复习)
说明: Parallel Computing for some samples!
- 2020-06-22 09:20:02下载
- 积分:1
-
A-C方程程序
特征有限元关于AC方程程序加快速稳定双共轭梯度算法(characteristics finite element)
- 2018-10-31 10:13:51下载
- 积分:1
-
_______matlab__.zip碰摩转子分岔图matlab程序
说明: 转子 碰摩故障 分叉图 改一些参数可用(Bifurcation of rub-impact fault)
- 2020-10-24 16:00:04下载
- 积分:1
-
pc
说明: 天津大学并行计算大作业代码及实验报告。
包括:
1.利用Pthread并行实现求Pi和Jacobi迭代
2.利用MPI并行实现Jacobi迭代
3.hadoop下的Mapreduce实现Wordcount算法(Tianjin University of parallel computing job code and lab reports. Include: (1) the use of parallel implementation Pthread seeking Pi and Jacobi iteration 2 use MPI parallel implementation of Jacobi iteration 3.hadoop under Mapreduce achieve Wordcount algorithm.)
- 2014-05-31 23:46:24下载
- 积分:1
-
parallel_alg_source_code
高教出版社的《并行算法实践》一书的源代码,内容为MPI程序源代码(Higher Education Publishing House s Parallel Algorithm for the practice of the book s source code, content for the MPI source code)
- 2007-12-13 13:53:32下载
- 积分:1
-
Balancing
说明: 改文件可实现负载均衡算法,软件环境为VS2013,使用C语言。(Load balancing algorithm can be realized.)
- 2020-06-01 18:52:15下载
- 积分:1
-
视频游戏的流体模拟,第 5 部分
性能分析与优化
这篇文章,在一系列,第五描述的性能分析和优化的流体模拟,提出了一种在第三和第四条款中。第一篇文章总结了流体动力学 ;第二个调查流体仿真技术 ;和第三和第四次提出了一个旋涡粒子流体模拟与双向流体体之间的相互作用,它运行在真正的时间。这篇文章利用另一个功能的英特尔 ® 线程构建模块 (英特尔 ® TBB) 将更多的工作分散到多个线程。这篇文章描述 CPU 使用情况分析过程,并使用该信息来优化和进一步并行化的代码,使其运行得更快。
性能分析和优化本文中描述的过程中的许多镜子中所述的程序软件优化食谱。这一过程从开始创建基准 — — 一大块的代码用来量化正在优化算法的性能。其余的过程需要迭代上的三个步骤:
要找出所谓的"热点",应用程序在哪里花费其大部分时间的配置文件。
探讨为什么热点会消耗很多时间的详细信息。
修改,试图让它更快的代码。
将这些步骤应用于流体模拟应用程序在前两篇文章中提出了这条记载。
相关的文章
流体模拟视频游戏 (第1部分)
流体模拟视频游戏 (第 2 部分)
流体模拟视频游戏 (第 3 部分)
流体模拟视频游戏 (第 4 部分)
流体模拟视频游戏 (第 5 部分)
流体
- 2022-05-18 08:33:08下载
- 积分:1