代码搜索:containing

找到约 10,000 项符合「containing」的源代码

代码结果 10,000
www.eeworm.com/read/369048/9666522

m sus.m

% SUS.M (Stochastic Universal Sampling) % % This function performs selection with STOCHASTIC UNIVERSAL SAMPLING. % % Syntax: NewChrIx = sus(FitnV, Nsel) % % Input parameters: % Fit
www.eeworm.com/read/369048/9666530

m xovshrs.m

% XOVSHRS.M (CROSSOVer SHuffle with Reduced Surrogate) % % This function performs shuffle 'reduced surrogate' crossover between % pairs of individuals and returns the current generation after
www.eeworm.com/read/369048/9666533

m xovsp.m

% XOVSP.M (CROSSOVer Single-Point) % % This function performs single-point crossover between pairs of % individuals and returns the current generation after mating. % % Syntax: NewChrom
www.eeworm.com/read/369048/9666540

m xovsprs.m

% XOVSPRS.M (CROSSOVer Single-Point with Reduced Surrogate) % % This function performs single-point 'reduced surrogate' crossover between % pairs of individuals and returns the current genera
www.eeworm.com/read/415064/11084590

cmd testminiboard.cmd

*--------------------------------------------------------------- * S+core IDE Command File * * Note: Comment line start with '*'(in the first char) * No
www.eeworm.com/read/414864/11098627

m cp0901_muiber_2pam.m

% % Function 9.4 : "cp0901_MUIBER_2PAM" % % Evaluates the theoretical probability of error % for a 2PAM system in AWGN channels under the % Standard Gaussian Approximation % % 'ebn0' is a v
www.eeworm.com/read/268260/11146979

m casfiltr.m

function y = casfiltr(b0,B,A,x); % CASCADE form realization of IIR and FIR filters % ----------------------------------------------- % y = casfiltr(b0,B,A,x); % y = output sequence % b0 = gain c
www.eeworm.com/read/147608/12542659

readme19

Chapter 19 - Programming for the Internet - HTML. simple.html - a simple html document. format.html - a document with text formatting. lists.html - a document with unordered, numbered and d
www.eeworm.com/read/334240/12615958

rd conditdat.rd

\name{conditdat} \alias{conditdat} \title{Add Conditional Data to Grouped Data} \description{ It combines automatically grouped data with conditional data when enter the conditional sampl
www.eeworm.com/read/334162/12629036

makefile

all: fftw.mex # This variable should be set to the directory containing # libfftw.a and fftw.h: FFTWDIR = ../fftw fftw.mex: mex fftw.c -I${FFTWDIR} -L${FFTWDIR}/.libs -lfftw