代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/218474/14919059

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 an
www.eeworm.com/read/116739/14956369

mycalculator

#!/bin/ksh # Script name: mycalculator # Example 10.133 # A simple calculator -- uses the bc command to perform the # calculations # Since the shell performs operations on integers only, # this pro
www.eeworm.com/read/217301/14969648

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 % oldP
www.eeworm.com/read/217301/14969679

m adjswapmutation.m

function [child] = adjswapmutation(par,bounds,genInfo,Ops) % Adjswap mutation performs a swap of two adjacent % genes in a permutation % % function [newSol] = adjswapmutation(parent,bounds,Ops) %
www.eeworm.com/read/114382/15055659

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/213424/15135079

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/213424/15135081

m residualr.rar.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 an
www.eeworm.com/read/212273/15160714

m plscvsim.m

%# %# function [RMSECV,Yhat,E]=plscvsim(X,Y,XtX,S,standard,A,nxvals) %# %# AIM: Performs CROSS-VALIDATION of PLS model with the %# aim to determine the optimal
www.eeworm.com/read/208911/15233024

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/208911/15233025

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 an