搜索资源列表
parallelpisolution
- 并行计算,用于计算PI的程序实例,parallel programing -parallel computation used in the calculation of PI examples of procedures that parallel programing
cpi
- 串行程序,用来计算pi值,可与并行程序进行比较-Serial procedures used to calculate the value of pi, and the parallel program comparison
pi111111
- 用PTHREAD编写的并行计算pi值的并行程序!-PTHREAD prepared by the Parallel Computing pi value of the parallel program!
cpi
- 这是一个计算PI的并行MPI程序 该程序已经调试通过了 可以直接计算 欢迎交流工作经验
PI
- c++builder5.5计算PI值,精度到小数点后1000位
pi
- 计算圆周率π,用asm汇编,速度还算可以。
经典C小程序
- 著名的外星人算法 经典C小程序 计算pi到小数点后80位;24点算法;爱因斯坦台阶问题-famous alien algorithm C minor classic calculated pi to 80 decimal places; 24 points algorithm; Einstein height issue
Pthread-to-caculate-PI 多线程计算π
- 并行计算课程实验,多线程计算π,采用了加锁法以及数组暂存解决数据同步问题。-Experimental parallel computing course, multi-threaded computing π, using an array of temporary lock method and solve the data synchronization.
pi
- 使用pthread多线程计算圆周率,直接在linux环境下编译运行,线程数通过代码中N进行修改-Use pthread multi-threaded computing pi, directly in the linux environment, compile run threads through the code to modify N
Parallel_Computing
- 并行计算实验.多线程计算pi,MPI实现Jacobi迭代,3PCF多线程实现.附报告.-Parallel experiment 3. Multithreaded computing pi, MPI implementation Jacobi iteration, 3PCF Multithread. Attached report.
PI
- 用MPI实现计算PI的值,用计算梯形面积的方法实现,主要用C-PI calculated by the value of MPI implementation
pi
- 并行计算实验计算pi的源码,java环境-Parallel experiments the source computing pi, java environment
pi
- 自己写的一个 MPICH计算PI的例子,用于学习MPICH -A pi calculation programme written by myself based on MPICH
pi
- 并行计算实验,多线程计算pi源代码,附有说明。-Parallel computing experiment, multithreaded to calculate pi source code annotated.
Pi
- 一个简单的计算Pi的Pthread多线程程序,提供给用户输入想开的线程数和N计算pi值。-A simple calculation of Pi Pthread multi-threaded program, available to user input like to open the number of threads and N calculate the value of pi.
PI.tar
- 计算pi小数点第n位后的代码.Computation of the n th decimal digit of \pi with very little memory.-Calculate PI after the decimal point n th C++ code.Computation of the n th decimal digit of \pi with very little memory.
5_39
- 操作系统概念英文版chapter 5 5.39源码。利用线程计算pi值。只能用于linux。(Source code of 5.39 in Operating System Concept. Talk about thread. Linux only.)
parpall
- 基于matlab平台,平行计算pi值结果,节约时间(Based on MATLAB platform,parallel computation of PI results,saves time.)
Pi
- 运用蒙特卡洛方法计算π,多线程计算。创建几个线程,每个线程都会生成随机点并确定点是否落在圆圈内。 每个线程都必须更新圈内所有点的全局计数。 一旦所有线程退出,父线程将计算并输出π的估计值。 使用互斥锁或信号量保护共享全局变量更新时的竞争条件。 值得尝试生成的随机点的数量。 作为一般规则,点的数量越大,近似值越接近π。(Estimating Pi using Monte Carlo)
pthread多线程求pi
- 并行计算pthread多线程求pi的三种方法,编译后在命令行后输入线程数以及计算规模n运行(Three ways of pthread multithreading for pi)