用OpenMP实现pi值计算
计算Pi值程序清单:Monte Carlo方法串行程序:#include "stdafx.h"#include<stdio.h>#include<stdlib.h>#include<time.h>in
用OpenMP实现pi值计算