代码搜索:概率分析

找到约 10,000 项符合「概率分析」的源代码

代码结果 10,000
www.eeworm.com/read/101003/15858404

cpp stdafx.cpp

////////////////////////////////////////////////////////////////////// //ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System), // 功能有:中文分词;词性标
www.eeworm.com/read/101003/15858405

h span.h

////////////////////////////////////////////////////////////////////// //ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System), // 功能有:中文分词;词性标
www.eeworm.com/read/101003/15858406

cpp span.cpp

////////////////////////////////////////////////////////////////////// //ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System), // 功能有:中文分词;词性标
www.eeworm.com/read/387675/8659625

txt 步骤.txt

load data.mat; [ ms,sigs,ps ] = fit_gaussian( input,target); %参数估计 [testclass] = gaussian_classify( test,ms,sigs,ps); %首先调用gaussian_density计算类条件概率,然后进行分类 plot_data(input,target);
www.eeworm.com/read/185125/9056477

txt decode.txt

//以解码bill~gates为例子 //输入概率为0.1463722915 #include using namespace std; main() { long double I[9][2]={{0,0.1},{0.1,0.2},{0.2,0.3},{0.3,0.4},{0.4,0.5},{0.5,0.7},{0.7,0.8}
www.eeworm.com/read/180494/9305206

m normgeomselect.m

function[newPop] = normGeomSelect(oldPop,options) q=options(2); % 选择最优的概率 e = size(oldPop,2); % xZome的长度, 即:numvars+fit n = size(oldPop,1); % 种群中个体数目 newPop = zeros(n,e); % 为返回pop分配内存空间
www.eeworm.com/read/460021/7258717

m normgeomselect.m

function[newPop] = normGeomSelect(oldPop,options) q=options(2); % 选择最优的概率 e = size(oldPop,2); % xZome的长度, 即:numvars+fit n = size(oldPop,1); % 种群中个体数目 newPop = zeros(n,e); % 为返回pop分配内存空间
www.eeworm.com/read/435576/7790057

m energ-or.m

%--------------------------------- %门限与检测概率的关系 %----------------------------------- clear all; snr=0:1:10; %dB limit1=9; limit2=10; limit3=11; limit4=12; m=5; number1=2; number2=4; pd1=ma
www.eeworm.com/read/310327/13653555

m 信息熵迭代算法.m

%初始化输入 P=input('P=') k=input('k=') % 提示错误信息 if (length(find(P
www.eeworm.com/read/486101/6543496

cpp guauessprobcalcu.cpp

//#include "stdafx.h" #include "GuauessProbCalcu.h" #define DISBUTE_RANGE_VAR_PARM 1.3 ///