代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/476907/6754288

m smldpe57.m

function [p]=smldPe57(snr_in_dB) % [p]=smldPe57(snr_in_dB) % SMLDPE57 simulates the probability of error for the given % snr_in_dB, signal to noise ratio in dB. d=1; SNR=exp(snr_in_dB*log(1
www.eeworm.com/read/476907/6754294

m smldpe58.m

function [p]=smldPe58(snr_in_dB) % [p]=smldPe58(snr_in_dB) % SMLDPE58 simulates the probability of error for the given % snr_in_dB, signal to noise ratio in dB. d=1; SNR=exp(snr_in_dB*log(1
www.eeworm.com/read/476907/6754394

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/476907/6754406

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector p. if length(find(p
www.eeworm.com/read/476607/6756819

cpp fonxy01.cpp

#include "Genetik_R.hpp" //------------------------------------------------------------------ // **** min f(x,y)=0.5*x^2+x*y^2 // **** subject to x*y^2=10, -2*x^2+y/3=0 //-------
www.eeworm.com/read/407047/11430805

m calccovpcpich.m

%CALCCOVPCPICH CALCCOVPCPICH calculates the coverage probability for common pilot channel CPICH % %Authors: Kari Sipil
www.eeworm.com/read/403011/11524441

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/403009/11524746

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/402447/11534697

h ga.h

// GA.h: interface for the GA class. // ////////////////////////////////////////////////////////////////////// #include #if !defined(AFX_GA_H__36707D34_93BC_4503_BBA8_DBFD1DCBA46C__I
www.eeworm.com/read/402447/11534724

h ga.h

// GA.h: interface for the GA class. // ////////////////////////////////////////////////////////////////////// #include #if !defined(AFX_GA_H__36707D34_93BC_4503_BBA8_DBFD1DCBA46C__I