代码搜索:performs

找到约 4,693 项符合「performs」的源代码

代码结果 4,693
www.eeworm.com/read/424747/10417979

m tournselect.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop -
www.eeworm.com/read/424747/10418274

m tournselect.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop -
www.eeworm.com/read/424102/10492301

m tournselect.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop -
www.eeworm.com/read/159601/10635112

m tournsel.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop
www.eeworm.com/read/277341/10644872

+

;*******************无符号 BCD 减法*************** ; ; This routine performs a 2 Digit Unsigned BCD Subtraction. ; It is assumed that the two BCD numbers to be subtracted are in ; locations Num_1
www.eeworm.com/read/277341/10644887

+

;******************* 无符号 BCD 加法 *************** ; ; This routine performs a 2 Digit Unsigned BCD Addition ; It is assumed that the two BCD numbers to be added are in ; locations Num_1 & Num
www.eeworm.com/read/422141/10661651

m multinomialr.m

function outIndex = multinomialR(inIndex,q); % PURPOSE : Performs the resampling stage of the SIR % in order(number of samples) steps. % INPUTS : - inIndex = Input particle indices. %
www.eeworm.com/read/422141/10661654

m residualr.m

function outIndex = residualR(inIndex,q) % PURPOSE : Performs the resampling stage of the SIR % in order(number of samples) steps. It uses Liu's % residual resampling algorithm
www.eeworm.com/read/422001/10669877

m residualr.m

function outIndex = residualR(inIndex,q); % PURPOSE : Performs the resampling stage of the SIR % in order(number of samples) steps. It uses Liu's % residual resampling algorithm
www.eeworm.com/read/349916/10782237

m tournsel.m

function[newPop] = tournSelect(oldPop,options) % Performs a tournament selection. % function[newPop] = tournSelect(oldPop,options) % newPop - the new population selected from the oldPop % oldPop