代码搜索:概率分析

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

代码结果 10,000
www.eeworm.com/read/405263/11467263

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/402565/11533323

cpp main.cpp

// Sherwoos.cpp : 定义控制台应用程序的入口点。 // #include "ElementType.h" #include "Random.h" #include #include using namespace std; #define N 10 //舍伍德(sherwood)概率算法进行线性时间选择。
www.eeworm.com/read/400885/11567303

m arencode.m

function arcode = arencode(symbol, pr, seqin) %算术编码 %输出:码串 %输入:symbol:字符行向量 % pr:字符出现概率 % seqin:待编码字符串 high_range = []; for k = 1: length(pr), high_range = [high_range sum(pr(1
www.eeworm.com/read/157533/11693749

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/149368/12385068

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/114381/15055814

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/455299/1623983

lua tmenemy08_3_utask_58.lua

--description: 唐门50级任务 青城山响水洞怪物 战斗死亡 --author: yuanlan --date: 2003/3/12 function tmenemy08_3_UTask_58() if ( HaveItem("暗器谱") == 0) then --没有暗器谱 i = random(0,2) --概率为33% if
www.eeworm.com/read/455299/1624195

lua tmenemy09_2_utask_65.lua

--description: 唐门出师任务 竹丝洞第二层怪物 战斗死亡 --author: yuanlan --date: 2003/3/13 function tmenemy09_2_UTask_65() if ( HaveItem("钥匙三") == 0) then --没有钥匙三 i = random(0,4) --概率为20% if (
www.eeworm.com/read/455299/1624198

lua tmenemy09_2_utask_64.lua

--description: 唐门出师任务 竹丝洞第二层怪物 战斗死亡 --author: yuanlan --date: 2003/3/13 function tmenemy09_2_UTask_64() if ( HaveItem(100) == 0) then --没有钥匙三 i = random(0,4) --概率为20% if (i
www.eeworm.com/read/455299/1624212

lua tmenemy09_1_utask_62.lua

--description: 唐门出师任务 竹丝洞第一层怪物 战斗死亡 --author: yuanlan --date: 2003/3/13 function tmenemy09_1_UTask_62() if ( HaveItem("钥匙二") == 0) then --没有钥匙二 i = random(0,1) --概率为50% if (