CassiusT 2019-04-25 10:01
浏览 293

用蒙特卡洛方法算浦丰投针问题,为什么算出来的结果pi是在分子上的?

public class randomPoints {
double x;
double y;
static int intersect = 0;
static int total = 0;

public double getx() {
    return this.x;
}

public double gety() {
    return this.y;
}

randomPoints() {
    x = (Math.random() );
    y = (Math.random() );
    randomPoints points = sndP(new randomPoints(x, y));
    double a = points.getx();
    double b = points.gety();
    if (b>1&&y>0) {
        intersect++;
    }
    total++;
}

randomPoints(double xy, double yx) {
    x = xy;
    y = yx;
}

public static randomPoints sndP(randomPoints p) {
    double a = Math.random() + p.x - 0.5;
    boolean c = Math.random() - 0.5 > 0;
    double b;
    if (c) {
        b = p.y + (double) Math.sqrt(0.25 - (a - p.x) * (a - p.x));
    } else {
        b = p.y - (double) Math.sqrt(0.25 - (a - p.x) * (a - p.x));
    }
    return new randomPoints(a, b);
}

public static void main(String[] args) {
    for (int i = 0; i <= 999999999; i++) {
        randomPoints points = new randomPoints();

// System.out.print(points.x+" "+points.y+"\n" );
}
float c = (float)intersect / (float)total;
System.out.print(4*c);
}
}

  • 写回答

0条回答

    报告相同问题?

    悬赏问题

    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料