代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/339444/3309201
java ch6_e6_4.java
public class ch6_e6_4
{
public static void main(String args[])
{
final int NUMBER = 100;
int count = 10;
int randomNum = 0;
int probability[] = new int[6
www.eeworm.com/read/330303/3425719
hpp mixturepdf.hpp
#ifndef INDII_ML_AUX_MIXTUREPDF_HPP
#define INDII_ML_AUX_MIXTUREPDF_HPP
#include "Pdf.hpp"
#include
namespace indii {
namespace ml {
namespace aux {
/**
* Mixture probability d
www.eeworm.com/read/307320/3724316
pl testfrp.pl
#!/usr/bin/perl -w
use strict 'refs';
use strict 'subs';
if ($#ARGV != 2) {
&usage;
exit;
}
sub usage {
print STDERR " usage: $0 \n";
exit;
}
my $p = $ARGV[1]
www.eeworm.com/read/306121/3765687
svn-base refine_data.csv.svn-base
grade,probability
1,100
2,100
3,100
4,60
5,50
6,25
7,25
8,15
9,10
www.eeworm.com/read/294145/3919667
readme
biterror
--------
A simple channel simulation which can be used in a test
Simply inverts some bits with a predefined probability
Inputs:
U8
outputs:
U8
Config:
ber: 0.01
Bit Error Rat
www.eeworm.com/read/291165/3969586
readme
biterror
--------
A simple channel simulation which can be used in a test
Simply inverts some bits with a predefined probability
Inputs:
U8
outputs:
U8
Config:
ber: 0.01
Bit Error Rat
www.eeworm.com/read/275214/4178981
m pruin.m
function [XLB,p] = pruin(NT,XWO,XPL,Xra,XRF,NR);
% [XLB,p] = pruin(XWO,XW,XPL,Xra,XRF,NR);
% CALCULATES Lower Bound of Worst Drawdown and parameters for plot Probability of Ruin
%
% NT:
www.eeworm.com/read/440226/1799192
pl testfrp.pl
#!/usr/bin/perl -w
use strict 'refs';
use strict 'subs';
if ($#ARGV != 2) {
&usage;
exit;
}
sub usage {
print STDERR " usage: $0 \n";
exit;
}
my $p = $ARGV[1]
www.eeworm.com/read/430037/1942746
m pr2_48.m
%Problem 2.48;
%Experimental estimation of error probability for uncoded and orthogonally
%encoded m-ary transmission;
clear all; close all;
Sb=ones(1,64); %bit pulse oversampled 64 times;
Nb=i
www.eeworm.com/read/424983/2010748
svn-base refine_data.csv.svn-base
grade,probability
1,95
2,85
3,70
4,60
5,50
6,25
7,25
8,15
9,10