搜索资源列表
GetPi
- 圆周率大位求解,可算至圆周率的10万位 采用多线程,数组分段存储计算结果 显示计算时间,计算次数,可以测试你的机器运算能力-pi for large spaces can be considered as the ratio of circumference to 100,000 use multithreading, Sub storage arrays results indicate the time of calcula
31416
- 求解圆周率pai的经典程序-solving pi pai classic procedures
exp2
- 使用C++用蒙特卡洛方法求解圆周率pi的值,以及用两种蒙特卡洛方法计算一个二重积分的值。
yuanzhoulv
- 关于求解圆周率的程序,压缩文件里面有两个程序,分别是c++和C编的,这个是比较小的程序
changyongsuanfa
- 是各种常用算法的集合,又递归、神经网络、遗传、枚举、排序、圆周率求解等等。是学习的好材料。
31416
- 求解圆周率pai的经典程序-solving pi pai classic procedures
GetPi
- 圆周率大位求解,可算至圆周率的10万位 采用多线程,数组分段存储计算结果 显示计算时间,计算次数,可以测试你的机器运算能力-pi for large spaces can be considered as the ratio of circumference to 100,000 use multithreading, Sub storage arrays results indicate the time of calcula
exp2
- 使用C++用蒙特卡洛方法求解圆周率pi的值,以及用两种蒙特卡洛方法计算一个二重积分的值。-The use of C++ With the Monte Carlo method for solving the value of pi pi and two Monte Carlo calculated value of a double integral.
yuanzhoulv
- 关于求解圆周率的程序,压缩文件里面有两个程序,分别是c++和C编的,这个是比较小的程序-Pi on solving procedures inside the compressed file has two procedures, namely c++ And C series, this is a relatively small program
changyongsuanfa
- 是各种常用算法的集合,又递归、神经网络、遗传、枚举、排序、圆周率求解等等。是学习的好材料。-Is a collection of various commonly used algorithms and recursive, neural networks, genetic, enumeration, sorting, solving, etc. pi. Is a good learning materials.
pi
- 求解圆周率PI,用C++实现。有其他改进地方望指正。 公式:PI/4=1-1/3+1/5-1/7+-Solving pi PI, using C++ implementation. There are other places looking to improve the correction. Formula: PI/4 = 1-1/3+1/5-1/7+ ... ...
famousalgorithmcollection
- <经典算法合集>其中包括: 最小生成树 MD5加密 LZW压缩 josephus 乘法表 积分 枚举 基数转换 矩阵问题举例 求解质数 圆周率的求法 改进的快速排序法 几种插入排序法 水仙花数 迷宫生成器 生命游戏 递归 回溯 贪心 动态规划 排序算法-" Classical algorithm
Simpson_pi
- 数值分析-----利用复化的Simpon公式求解圆周率Pi------ Numerical analysis of Simpon using complex formulas to solve Pi Pi
Buffon-needle
- 蒲丰投针来求解圆周率,这是通过简单的概率模型来求解圆周率较为有效的方法-The Buffon needle cast Solving pi pi more effective method to solve this is through a simple probabilistic model
yuanzhoulv
- 此程序采用巧妙的方法求解出了圆周率,思想值得学习-This program USES the ingenious method out of the PI, ideas worth learning
Gauss-for-the-calculation-of-pi
- 一个小程序,利用高斯算法求解10万位以内的圆周率-Gauss for the calculation of pi
PI-solution
- 里面包含四种利用MATLAB求解圆周率的不同方法-Which contains four different methods of using MATLAB to solve the PI
pi算法
- 利用收敛级数来近似求解圆周率pi,级数的推导可利用sinx的泰勒展开(The use of convergent series approximation of Pi Pi series can be derived by SiNx Taylor)
Monte Carlo
- 用蒙特卡洛模拟求解圆周率,在MATLAB上实现 以及模拟马尔科夫过程(Monte Carlo simulation for solving pi)
pi
- 在边长为1的正方形中随机撒点,再利用撒在正方形的内切圆中的点数与正方形的点数之比可求得圆的面积,利用面积公式可求得pi的值()