代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/202249/15387572

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/202249/15387573

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/104297/15699670

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/103037/15748705

asm ifindfil.asm

; FILENAME: IFINDFIL.ASM ; ; Copyright (c) 1988, 1990 by Borland International, Inc. ; ; DESCRIPTION: This module implement a routine that performs a recursive ; search through a hard
www.eeworm.com/read/389171/8545403

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) % pare
www.eeworm.com/read/429682/8795429

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) % pare
www.eeworm.com/read/186679/8916635

cpp document.cpp

/* Document.cpp : implementation of the CSnaggerDoc class Implements project file persistence for options, tree data and statistics. Also performs the actual retrieval of files from the ho
www.eeworm.com/read/427260/8955751

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) % pare
www.eeworm.com/read/180495/9305069

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) % pare
www.eeworm.com/read/375212/9368921

m autocor.m

function acor = autocor(x,n,period) %AUTOCOR Autocorrelation of time series % Performs the autocorrelation function of a time series. % The inuputs are the time series vector (x), % the number of