代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/251888/12313471
java det.java
/* ---------------------------------------------------------------------- *
* A Monte Carlo simulation to estimate the probability that the
* determinant of a 3 by 3 matrix of random numbers is pos
www.eeworm.com/read/251888/12313531
java buffon.java
/* -------------------------------------------------------------------------
* A Monte Carlo simulation of Buffon's needle experiment.
*
* Name : Buffon.java
* Authors : Ste
www.eeworm.com/read/251888/12313548
java hat.java
/* ----------------------------------------------------------------------
* A Monte Carlo simulation of the hat check girl problem.
*
* Name : Hat.java
* Authors : Steve
www.eeworm.com/read/251885/12313646
c hat.c
/* ---------------------------------------------------------------------- *
* A Monte Carlo simulation of the hat check girl problem. *
*
www.eeworm.com/read/251885/12313655
c buffon.c
/* -------------------------------------------------------------------------
* A Monte Carlo simulation of Buffon's needle experiment.
*
* Name : buffon.c
* Author : Ste
www.eeworm.com/read/251885/12313774
c det.c
/* ---------------------------------------------------------------------- *
* A Monte Carlo simulation to estimate the probability that the *
* determinant of a 3 by 3 matrix of random numb
www.eeworm.com/read/337096/12391949
cpp lotto.cpp
// lotto.cpp -- probability of winning
#include
// Note: some implementations require double instead of long double
long double probability(unsigned numbers, unsigned picks);
int main()
www.eeworm.com/read/231188/14248266
help in.help
1 # Number of GA runs to be performed
50 # Enter the population size
60 # Enter chromosome length
y # Print chromosome strings? (y/n)
100 # Enter maximum number of generations
0.8 # Enter c
www.eeworm.com/read/128468/14295371
m bayesdemo3.m
% BAYESDEMO3 Bayesian risk and minimax strategy.
%
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
%
www.eeworm.com/read/230170/14303287
m ga3d.m
function [x,y,fx,vx,vmfit,P] = ga3d(v,ger,pc,pm);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% November, 1999.
% ENHANCED GENETIC ALGORITHM - Bi-classist Selection
%
% Secondary functions: DECODE &