代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/323831/13314257

cpp cactionstatistics.cpp

// Copyright (C) 2003 // Gerhard Neumann (gerhard@igi.tu-graz.ac.at) // // This file is part of RL Toolbox. // http://www.igi.tugraz.at/ril_toolbox // // All rights reserved.
www.eeworm.com/read/137285/13334866

h dc_var6_str.h

char afile[100] ; /* file with alist in it. */ int reada ; /* whether to use default name; 2 = user-defined. */ int noisy ; /* whether a noisy y vector is involved
www.eeworm.com/read/323180/13348006

c userint.c

/*************************************************************************/ /* */ /* User interface for consulting trees and rulesets */ /* -----------------------------------------------
www.eeworm.com/read/321424/13405097

m prob_snr1.m

% This program is used to produce Fig. 2.4 close all clear all for nfa = 2:2:12 b = sqrt(-2.0 * log(10^(-nfa))); index = 0; hold on for snr = 0:.1:18 index = index +1;
www.eeworm.com/read/321385/13407767

m prob_snr1.m

% This program is used to produce Fig. 2.4 close all clear all for nfa = 2:2:12 b = sqrt(-2.0 * log(10^(-nfa))); index = 0; hold on for snr = 0:.1:18 index = index +1;
www.eeworm.com/read/321160/13411516

m expected.m

function e=expected(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the expected value of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=EXPECTED('F',A,B
www.eeworm.com/read/321050/13412853

m expected.m

function e=expected(funfcn,a,b,tol,p1,p2,p3) % EXPECTED Finds the expected value of a random variable % with probability density function 'funfcn' and % support [a,b]. % Y=EXPECTED('F'
www.eeworm.com/read/320240/13429822

m huffman_demo1.m

function huffman_demo1 %HUFFMAN_DEMO1 % Data compression-decompression demo. % A text string taken from MATLAB help is used. % $Author: Giuseppe Ridino' $ % $Revision: 1.1 $ $Date: 04-Jul-20
www.eeworm.com/read/317707/13499236

m probint.m

% Probability of Intercept Simulation % ------------------------------------ clear;clf;clc; % Input Window Parameters s=[]; T1=6.13; % Emitter 1 Period in s T2=1.05; % Emitter 2 P
www.eeworm.com/read/316944/13514074

m gasvm_go.m

function GASVM_GO() global pop_size % size of population global numOfGen % number of generation global Pc % probability of crossover global Pm % probability of mutation global lenOfInd %length of ind