代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/147682/5728163
m asptsoiir1.m
% [y,a,b,e,w,s] = asptsoiir1(u,y,a,b,e,w,s,mu_w,mu_s,w_lim,s_lim)
%
% Performs filtering and parameter update for the
% narrow-band Second Order IIR type-1 adaptive filter.
% The filte
www.eeworm.com/read/123745/6058153
f eno2sr.f
program eno2sr
c...Performs 2nd-order Essentially Non-Oscillatory (ENO) method
c...described in Harten, Engquist, Chakravarthy, and Osher,
c...J. Comput. Phys., vol. 71, 231-303 (1987)
c...S
www.eeworm.com/read/493388/6402112
m linerorderxover.m
function [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
% Linearorder crossover takes two parents P1,P2 and performs linear order
% crossover for permutation strings.
%
% function [c1,c2] = linearOrderXover(
www.eeworm.com/read/493388/6402118
m uniformxover.m
function [ch1,ch2,t] = uniformxover(par1,par2,bounds,Ops)
% Uniform crossover takes two parents P1,P2 and performs uniform
% crossover on a permuation string.
%
% function [c1,c2] = linearOrderXover
www.eeworm.com/read/408523/11383919
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXove
www.eeworm.com/read/402420/11535203
m linerorderxover.m
function [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
% Linearorder crossover takes two parents P1,P2 and performs linear order
% crossover for permutation strings.
%
% function [c1,c2] = linearOrderXover(
www.eeworm.com/read/402420/11535211
m uniformxover.m
function [ch1,ch2,t] = uniformxover(par1,par2,bounds,Ops)
% Uniform crossover takes two parents P1,P2 and performs uniform
% crossover on a permuation string.
%
% function [c1,c2] = linearOrderXover
www.eeworm.com/read/400444/11576549
m linerorderxover.m
function [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
% Linearorder crossover takes two parents P1,P2 and performs linear order
% crossover for permutation strings.
%
% function [c1,c2] = linearOrderXover(
www.eeworm.com/read/400444/11576556
m uniformxover.m
function [ch1,ch2,t] = uniformxover(par1,par2,bounds,Ops)
% Uniform crossover takes two parents P1,P2 and performs uniform
% crossover on a permuation string.
%
% function [c1,c2] = linearOrderXover
www.eeworm.com/read/158362/11623309
m linerorderxover.m
function [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
% Linearorder crossover takes two parents P1,P2 and performs linear order
% crossover for permutation strings.
%
% function [c1,c2] = linearOrderXover(