搜索资源列表
PI
- 利用布丰投针的思想,用数值随机算法估计计算PI的值。-Buffon' s needle to use for thought, random algorithm is estimated by numerical calculation of the value of PI.
buffon_demo
- matlab模拟buffon投针并求pi值-matlab simulation buffon needle cast and find the value of pi
OTHERS
- 包含一些大眾化的數學題目,比如說buffon丟針問題、dijkstra的三色旗問題、找零錢問題、背包問題、無限位數的整數運算、最短路徑問題-Contains a number of popular topics in mathematics, for example, lost buffon needle problem, dijkstra the tri-color flag in trouble, go to change the problem, knapsack problem, inf
MonteCarlo_Buffon
- 利用蒙特卡洛法解决蒲丰问题,可作为蒙特卡洛法的入门算例-the use of Monte Carlo method to solve the buffon problem, the Monte Carlo method can be used as an example of the entry
mc
- MATLAB编写的蒲丰氏问题的蒙特卡洛仿真-MATLAB prepared by Buffon s the problem of Monte Carlo Simulation
Buffon
- 模拟Buffon随机投针计算圆周率的Mathematica 源程序-Simulation of Buffon needle calculate pi were cast in the Mathematica source code
buffon
- 蒲丰投针的Matlab源程序,返回的结果是Pi的近似。-buffoncalc(m) performs m iterations of Buffon s needle experiment and returns the thus calculated approximation of \pi.
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.
BuffonNeedle
- Buffon投针试验,计算圆周率的值.使用MFC完成界面和图形的开发-The application of Buffon Needle Test with GUI by MFC.
111
- function pi = solve2(count,m,cc) 借助布冯投针实验 仿真求pi的值 pi=0 frq=0 randNo = binornd(1,cc,1,m) pro=zeros(1,count) for j=1:count for i = 1:m if randNo(1,i) == 1 frq = frq + 1 end pro(i) = frq/i end pi = (2*m)/frq
Buffon_needle_problem
- 用蒲丰投针法在计算机上计算π值,实验的结果给出计算量的估计值和误差以及实验的次数-Pu Feng needle cast with the computer calculated the value of π, given the experimental results and calculated estimates of the amount of error and the number of experiments
buffon
- 蒲丰投针实验matlab程序,有详细的中文注释和例程,可以学习。-Po Fung cast the needle experiment matlab program, with detailed notes and routines of the Chinese, you can learn.
Buffons-needle-experiment
- matlab布丰投针问题的matlab代码蒙特卡洛模拟-matlab buffon
MATLAB
- 布丰投针的函数,蒙特卡洛方法求解pi的近似值-Buffon cast pin function Monte Carlo method for solving an approximation of pi
buffon
- buffon估计π算法,这是算法分析与设计的内容,其中不含有有π-buffon estimated π algorithm, algorithm analysis and design, which does not contain have π
5
- 程序计算与PI值相关的BUFFON‘S NEEDLE问题。-Buffon s needle
five-matlab-procedure
- 这5个小程序分别为:用Monte Carlo随机法圆柱相交体的体积;用刘徽割圆法计算pi;梯形法.辛普森法计算圆周率;蒲丰掷针实验程序;线性函数的迭代-This five small programs were: using Monte Carlo random method cylinder intersects the volume cyclotomic method with Liu Hui pi trapezoidal method Simpson method to calcula
Buffon-needle-cast-problem
- 蒲丰投针求π问题的几种解法,可作为概率论的大作业-Buffon needle cast seeking π problem several solutions can be used as probability theory
Buffon
- 用matlab做的蒲丰投针动态仿真实验。用了GUI。投针预测Pi的值。-Using matlab to do Buffon needle cast of dynamic simulation. With a GUI. Needle cast predictive value of Pi.
buffon
- 利用matlab来实现“buffon”投针实验:关于pi的数值计算。(It is an example of Monte carlo.It is a very good numerical calculation of pi.)