代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/436271/7773133
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. Fit
www.eeworm.com/read/436271/7773145
m resplot.m
% RESPLOT.M (RESult PLOTing)
%
% This function plots some of the results during computation.
%
% Syntax: resplot(Chrom,IndAll,ObjV,Best,gen)
%
% Input parameters:
% Chrom - Matrix
www.eeworm.com/read/436271/7773171
m xovdprs.m
% XOVDPRS.M (CROSSOVer Double-Point with Reduced Surrogate)
%
% This function performs double-point 'reduced surrogate' crossover between
% pairs of individuals and returns the current genera
www.eeworm.com/read/436271/7773172
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/436271/7773176
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/436271/7773177
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/436271/7773181
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/435150/7796141
h animals.h
// Exercise 16.1 Animals.h
// Animal classes and class defining a Zoo
#ifndef ANIMALS_H
#define ANIMALS_H
#include
using std::string;
class Animal {
public:
Animal(string the
www.eeworm.com/read/420203/7808945
txt music_readme.txt
The following files were generated for 'MUSIC' in directory
G:\ISE9.1\menling:
MUSIC.asy:
Graphical symbol information file. Used by the ISE tools and some
third party tools to create a s
www.eeworm.com/read/399963/7819062
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