代码搜索:montecarlo
找到约 154 项符合「montecarlo」的源代码
代码结果 154
www.eeworm.com/read/189605/8465874
java montecarlo.java
package jnt.scimark2;
/**
Estimate Pi by approximating the area of a circle.
How: generate N random numbers in the unit square, (0,0) to (1,1)
and see how are within a radius of 1 or less, i.e.
www.eeworm.com/read/189605/8465891
java montecarlo.java
package jnt.scimark2;
/**
Estimate Pi by approximating the area of a circle.
How: generate N random numbers in the unit square, (0,0) to (1,1)
and see how are within a radius of 1 or less, i.e.
www.eeworm.com/read/428646/8854184
java montecarlo.java
public class MonteCarlo
{
public static String patternMatching(String X, String Y)
{
long primeNum=992;
int j=1,n=X.length(),m=Y.length();
long Wp=(long)(Math.pow((double)2,(double)m))%p
www.eeworm.com/read/382499/9024029
pdf montecarlo.pdf
www.eeworm.com/read/382499/9024036
sln montecarlo.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MonteCarlo", "MonteCarlo.vcproj", "{B7DBD1CA-BABB-4F4A-8C68-AE4E5
www.eeworm.com/read/382499/9024046
cpp montecarlo.cpp
/*
* Copyright 1993-2007 NVIDIA Corporation. All rights reserved.
*
* NOTICE TO USER:
*
* This source code is subject to NVIDIA ownership rights under U.S. and
* international Copyright l
www.eeworm.com/read/179705/9342270
texi montecarlo.texi
@cindex Monte Carlo integration
@cindex stratified sampling in monte carlo integration
This chapter describes routines for multidimensional Monte Carlo
integration. These include the traditional Mont
www.eeworm.com/read/365698/9850720
m montecarlo.m
function root = Montecarlo(f,B,x0,eps)
format long;
if(nargin==3)
eps=1.0e-4;
end
Fx = subs(sym(f),findsym(sym(f)),x0);
while abs(Fx)>eps
Fx = subs(sym(f),findsym(sym(f)),x0);
Fx
www.eeworm.com/read/424281/10468447
texi montecarlo.texi
@cindex Monte Carlo integration
@cindex stratified sampling in monte carlo integration
This chapter describes routines for multidimensional Monte Carlo
integration. These include the traditional Mont