资源列表
Pi
- 运用蒙特卡洛方法计算π,多线程计算。创建几个线程,每个线程都会生成随机点并确定点是否落在圆圈内。 每个线程都必须更新圈内所有点的全局计数。 一旦所有线程退出,父线程将计算并输出π的估计值。 使用互斥锁或信号量保护共享全局变量更新时的竞争条件。 值得尝试生成的随机点的数量。 作为一般规则,点的数量越大,近似值越接近π。(Estimating Pi using Monte Carlo)
1
- 对滑动轴承由油膜剪切力产生的摩擦力用matlab进行求解(The friction force produced by the shear force of the sliding bearing is solved by MATLAB.)
parpall
- 基于matlab平台,平行计算pi值结果,节约时间(Based on MATLAB platform,parallel computation of PI results,saves time.)
最优化实验乘子法
- 最优化方法之乘子法,基本的拉格朗日乘子法就是求函数f(x1,x2,...)在约束条件g(x1,x2,...)=0下的极值的方法。 其主要思想是将约束条件函数与原函数联立,从而求出使原函数取得极值的各个变量的解。(The multiplier method of optimization method, the basic Lagrange multiplier method is to find the extreme value of function f (x1, X2,...) unde
并行处理
- book:opencl programming by example; opencl1.2 guid card(opencl programming by example opencl1.2 guid card)
CUDA book(2018)
- CUDA GPU 并发编程开发 Tolga Soyata 的书((Chapman & Hall_CRC Computational Science) Tolga Soyata-GPU Parallel Program Development Using CUDA-Chapman and Hall_CRC (2018))
main
- 计算液滴的动态接触角(可用于燃料电池动态接触角的计算)更精确地预测液滴形貌(to caculate the dynamic angle of droplet)
mpi_demo
- mpi示例脚本,含有多个程序,适合初学者(mpi demostration, there has many program,it is for the new programmer)
mpich2
- 64位Windows7平台下MPICH2并行计算环境安装软件(MPICH2 can be run at the Windows Platform.)
突变检验
- 可以检测出气候的异常值,从而进行分析极端气候事件。(The outliers of climate can be detected and analyzed.)
heat_dist
- 热分布 并行计算, 一个MPI程序,用来解决热分布问题。(An MPI procedure, the distribution of hot problem to solve.)
pasmp-master
- PasMP PasMP - a parallel-processing/multi-processing library for Object Pascal