搜索资源列表
jisuanPI
- PI值的计算算法,c++代码,值得好好学习-PI value of the algorithm, c code, it is worth to learn
pai
- 本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进
Numeric
- 用概率算法计算pi的值,linnux环境下使用gcc编译后运行
PI
- 利用布丰投针的思想,用数值随机算法估计计算PI的值。-Buffon' s needle to use for thought, random algorithm is estimated by numerical calculation of the value of PI.
nc.jar
- Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
mento_carlo_to_comput_pi
- 用蒙特卡罗算法模拟了三种pi值的计算过程,包括蒲丰投针的模拟和matlab GUI界面设计程序。-With the Monte Carlo method to simulate the three pi calculation process, including the Buffon needle cast simulation and matlab GUI interface design process.
friend
- 在单位面积正方形中产生随机点通过计量落入圆中的点计算的pi值-caculate pi
Windows
- C语言计算pi值,简单易行的小程序,很好用-C language to calculate pi value, simple small program, very easy to use ~ ~
Strange
- 被称为“外星人代码”计算pi值的程序,仅仅四行-Program known as the " alien code" to calculate the value of pi, only four lines ~ ~
Calc_Pi
- 一种数学公式计算PI的逼近似值的方法,n值越大越精确。-A mathematical formula to calculate PI approximation methods.
calculate-pi
- 计算数学中的圆周率pi的值,即3.141592653-calculate pi
get-the-PI
- 使用随机化算法计算PI 的值·java语言编写-get the PI
matlab-rotating-calculation
- EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
Pi-and-array
- 圆周率和数组;通过覆盖圆周率的值,然后计算数组。最后修改圆周率的值,返回计算;-Pi assignment, and then uates it and the return value of PI.
ES
- 1.设定种群个体数和需要迭代的次数。 2.选择父代中的个体按照公式z1=sqrt(-2*ln(u1))*sin(2*pi*u2)*m,z2=sqrt(-2*ln(u1))*cos(2*pi*u2)*m进行演化。 这里u1,u2都是随机值,m是控制因子,演化次数越多m,m越小,父代通过与z1,z2相加得到后代。 3.计算后代的适应性。 4.选择后代中最优的适应性作为全局最优适应性。(1. set the number of individuals in the population and