搜索资源列表
montecarlo
- 用蒙特卡洛方法计算pi的值,通过计算落在单位圆内的点与正方形内的点数之比计算pi
[highflybird]cal.PI.800
- 利用 AUTOLISP 计算 800 位的PI ,作者 Highflybird.
PI
- 本程序是模拟常数PI的计算,可以精确到小数点后很多位!-This procedure is a simulation of constant PI calculation can be accurate to a lot of places after the decimal point!
Pi
- 一个计算pi值的小程序,可以精确到1000位,测试通过-a tool to born pi
pi
- 用VS2008编写计算pi的程序 由于算法复杂 运行比较慢-VS2008 prepared using the procedure as a result of calculating pi complex algorithm to run more slowly
PI
- 计算PI的值有各种各样 ,看看这个算法是不是很简洁呢-Calculated PI values are varied, to see if this algorithm is not very simple and does
pi
- 别人写的代码,传上来共享,多线程计算pi值。虽然简单,但是很典型~-compute pi with multithread program
examples
- 并行计算PI值的一个小程序,利用循环,精确计算PI值,循环次数越多,PI值计算的结果越精确-PI values of parallel computing in a small program, using cycle accurate calculation of PI values, the more cycles, PI value the more accurate the results
Pi_Paralleled
- 一个计算Pi的并行化小程序,使用Win32的线程~-A Parallel Program to calculate Pi
pi
- 计算pi(3.1415926535……)到小数点后任意位,并将计算结果写入文件-Calculation of pi (3.1415926535 ......) to any bits after the decimal point and calculated results is written to the file
pi
- 计算PI(PI的精度通过键盘输入)。多线程计算PI。实现可视化显示。可以输入大数计算,计算速度快。-Calculated PI (PI precision keyboard input). The multithreaded calculated PI. Visual display. Can enter large numbers calculation, calculation speed.
mpi-pi
- 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
PI
- 多线程计算pi的值,可以在程序开头更改线程数和N的值-Multi-threaded computing the value of pi, you can change the number of threads and the value of N at the beginning of the program
mpi-pi
- 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
pi
- linux下计算PI值,创建线程、互斥锁,可以借鉴一下-PI values calculated under linux, create threads, mutexes, we can draw
mpi-pi
- 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
pi 计算
- 大家都知道π=3.1415926……无穷多位, 历史上很多人都在计算这个数, 一直认为是一个非常复杂的问题。现在有了电脑, 这个问题就简单了。 电脑可以利用级数计算出很多高精度的值, 有关级数的问题请参考《高等数学》
Shape_Monte_Carlo
- 利用蒙特卡洛模拟投点的方式,画圆并在圆中计算pi的值(calculate the value of pi by using Monte_Carlo)
PI
- 编写程序计算 PI 值 要求: ① 采用至少两种 线程分配方法; ② 使用时间函数统计每个线程的计算时间,对比分析哪种分配方法更优; ③ 程序调试及运行,输出运行结果。(Write programs to calculate PI values Requirements: 1.Use at least two kinds of thread allocation methods; 2.Use time function to calculate the computation ti
利用定积分的定义编写多线程程序实现计算pi的程序
- 利用定积分的定义编写多线程程序实现计算pi的程序,尽量让精度提高。(We use the definition of definite integral to compiling multithreaded program to realize the program of calculating pi, and try to improve the accuracy.)