代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/348290/11602726

m mpga.m

% mpga multi population genetic algorithm % % This script implements the Multi Population Genetic Algorithm. % A real-valued representation of the individuals is used. % % Author: Andrew
www.eeworm.com/read/150760/12265818

m adaboost.m

function model = adaboost(data,options) % ADABOOST AdaBoost algorithm. % % Synopsis: % model = adaboost(data,options) % % Description: % This function implements the AdaBoost algorithm which % prod
www.eeworm.com/read/230730/14277698

inc cast256.inc

comment * Algorithm : CAST-256 ( Block Cipher ) Block : 16bytes KeySize : 128/192/256 bits Abstract : This is an independent implementation of the encryption algorithm:
www.eeworm.com/read/220155/14847906

m mpga.m

% mpga multi population genetic algorithm % % This script implements the Multi Population Genetic Algorithm. % A real-valued representation of the individuals is used. % % Author: Andrew
www.eeworm.com/read/213492/15133687

m adaboost.m

function model = adaboost(data,options) % ADABOOST AdaBoost algorithm. % % Synopsis: % model = adaboost(data,options) % % Description: % This function implements the AdaBoost algorithm which % prod
www.eeworm.com/read/8872/154308

asv runabc.asv

%%%%%ARTIFICIAL BEE COLONY ALGORITHM%%%% %Artificial Bee Colony Algorithm was developed by Dervis Karaboga in 2005 %by simulating the foraging behaviour of bees. %Copyright ? 2008 Erciyes Univ
www.eeworm.com/read/8872/154311

m runabc.m

%%%%%ARTIFICIAL BEE COLONY ALGORITHM%%%% %Artificial Bee Colony Algorithm was developed by Dervis Karaboga in 2005 %by simulating the foraging behaviour of bees. %Copyright ? 2008 Erciyes Univ
www.eeworm.com/read/487231/1239197

cc road.cc

/* Jiangsu Olympiad in Informatics Training Problem Standard Program Task: Road Construction Author: Wenyuan Dai Algorithm: Prim Algorithm Complex: O(n^2) C
www.eeworm.com/read/175689/5343517

m adaboost.m

function model = adaboost(data,options) % ADABOOST AdaBoost algorithm. % % Synopsis: % model = adaboost(data,options) % % Description: % This function implements the AdaBoost algorithm which % prod
www.eeworm.com/read/285908/4044202

m gahelpviewer.m

function gahelpviewer(topic, errorname) % GAHELPVIEWER is a helper file for the Genetic Algorithm and Direct Search Toolbox. % GAHELPVIEWER Displays help for a Genetic Algorithm and Direct Search T