代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/150726/5689530

h list.h

#ifndef __list_h #define __list_h #include"node.h" class SortedList{ public: SortedList(); // ~SortedList(); bool remove(int position,Node *&x); bool insert(Node *x); int size()cons
www.eeworm.com/read/142621/5764514

cpp err.cpp

#include "stdafx.h" #include "Simulator.h" #include #include "TraceWnd.h" #include "Regvars.h" #include "NumericEdit.h" #include "InterruptMgt.h" #include "SpinnerButton.h" #
www.eeworm.com/read/140847/5779134

bif sprinkler.bif

network Grass {} variable Cloudy { type discrete[2] {false true}; } variable Sprinkler { type discrete[2] {false true}; } variable Rain { type discrete[2] {false true}; } variable WetG
www.eeworm.com/read/138963/5811916

m randint.m

function out = randint(varargin); %RANDINT Generate matrix of uniformly distributed random integers. % OUT = RANDINT generates a "0" or "1" with equal probability. % % OUT = RANDINT(M) generat
www.eeworm.com/read/133943/5897319

bif sprinkler.bif

network Grass {} variable Cloudy { type discrete[2] {false true}; } variable Sprinkler { type discrete[2] {false true}; } variable Rain { type discrete[2] {false true}; } variable WetG
www.eeworm.com/read/109649/6173228

h rangecoderbit.h

// Compress/RangeCoder/RangeCoderBit.h // #pragma once #ifndef __COMPRESS_RANGECODER_BIT_TREE_H #define __COMPRESS_RANGECODER_BIT_TREE_H #include "RangeCoder.h" namespace NCompress { nam
www.eeworm.com/read/488978/6480855

pri nucleic.pri

# nucleic.pri # # Example of a prior file for DNA/RNA models. # The values in this file are the HMMER 2 default settings. Dirichlet # Strategy (mixture Dirichlet) Nucleic # type of prior (Amino o
www.eeworm.com/read/489084/6482588

m cm_sm41.m

function [p]=cm_sm41(snr_in_dB) % [p]=cm_sm41(snr_in_dB) % CM_SM41 finds the probability of error for the given % value of snr_in_dB, SNR in dB. N=10000; d=1; % min. distance between
www.eeworm.com/read/488801/6486274

txt des.txt

Author: Avetis Ioannisyan Summary: Simple example of error probability in AWGN channel MATLAB Release: R14SP3 Description: This funtion will compute the probability of error in Additive
www.eeworm.com/read/488464/6487367

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector p. if length(find(p