代码搜索:performs

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

代码结果 4,693
www.eeworm.com/read/158224/5597834

sci ouniformxover.sci

function [c1,c2] = OUniformXover(p1,p2,bounds,Ops) // Uniform crossover takes two parents P1,P2 and performs uniform // crossover on a permuation string. // // function [c1,c2] = linearOrderXove
www.eeworm.com/read/147096/12583974

m ss2ss.m

function [at,bt,ct,dt] = ss2ss(a,b,c,d,t) %SS2SS Similarity transform. % [At,Bt,Ct,Dt] = SS2SS(A,B,C,D,T) performs the similarity % transform z = Tx. The resulting state space system is: % % .
www.eeworm.com/read/200618/15428545

m dd2.m

function Y=dd2(x) %DD2 Single-level discrete 2-D wavelet transform. % DD2 performs a single-level 2-D wavelet decomposition % using Daubechies wavelet with four coefficients % % Y = DD2(X)
www.eeworm.com/read/101557/15826512

m ss2ss.m

function [at,bt,ct,dt] = ss2ss(a,b,c,d,t) %SS2SS Similarity transform. % [At,Bt,Ct,Dt] = SS2SS(A,B,C,D,T) performs the similarity % transform z = Tx. The resulting state space system is: % % .
www.eeworm.com/read/389171/8545268

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/389171/8545283

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/429682/8795342

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/429682/8795363

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/428014/8904897

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/427260/8955592

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(