代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/120694/14792411
m ltmin.m
function LTmin = LTmin(LTg, NumberOfBands)
%
% Authors: Fabien A.P. Petitcolas (fapp2@cl.cam.ac.uk)
% Teddy Furon (furont@thmulti.com)
%
% Changes:
% Michael Arnold (arnol
www.eeworm.com/read/119473/14829549
a matrix.a
; MATRIX.A
;
; This include file provides the external definitions
; and data type definitions for the matrix sample program
; in Chapter Eight
;
; Some useful type definitions:
Integer type
www.eeworm.com/read/220288/14844071
m ekfm.m
function [xhat_data,Pmat]=ekfm(kalmfilex,kalmfiley,linfile,xbar,...
P0,q,r,u,y,timeidx,optpar)
% EKFM
% This function is an implementation of the conventional
% extended Kalman f
www.eeworm.com/read/220288/14844075
m ekf.m
function [xhat_data,Pmat]=ekf(kalmfilex,kalmfiley,linfile,xbar,...
P0,q,r,u,y,timeidx,optpar)
% EKF
% This function is an implementation of the conventional
% extended Kalman fil
www.eeworm.com/read/220155/14847854
m mutate.m
% MUTATE.M (MUTATion high-level function)
%
% This function takes a matrix OldChrom containing the
% representation of the individuals in the current population,
% mutates the individuals and r
www.eeworm.com/read/220155/14847897
m recombin.m
% RECOMBIN.M (RECOMBINation high-level function)
%
% This function performs recombination between pairs of individuals
% and returns the new individuals after mating. The function handles
% mult
www.eeworm.com/read/220155/14847898
m xovsh.m
% XOVSH.M (CROSSOVer SHuffle)
%
% This function performs shuffle crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom = xovsh(OldChrom
www.eeworm.com/read/220155/14847907
m sus.m
% SUS.M (Stochastic Universal Sampling)
%
% This function performs selection with STOCHASTIC UNIVERSAL SAMPLING.
%
% Syntax: NewChrIx = sus(FitnV, Nsel)
%
% Input parameters:
% FitnV
www.eeworm.com/read/220155/14847914
m rws.m
% RWS.m - Roulette Wheel Selection
%
% Syntax:
% NewChrIx = rws(FitnV, Nsel)
%
% This function selects a given number of individuals Nsel from a
% population. FitnV is
www.eeworm.com/read/220155/14847920
m xovdp.m
% XOVDP.M (CROSSOVer Double Point)
%
% This function performs double point crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom = xovd