代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/323721/13325329

m sga.m

% SGA.M (Simple Genetic Algorithm) % % This script implements the Simple Genetic Algorithm. % Binary representation for the individuals is used. % % Author: Hartmut Pohlheim % Histo
www.eeworm.com/read/136959/13351406

c metaphon.c

/* ** METAPHON.C - Phonetic string matching ** ** The Metaphone algorithm was developed by Lawrence Phillips. Like the ** Soundex algorithm, it compares words that sound alike but are spelled ** d
www.eeworm.com/read/312163/13617455

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/100601/6267413

txt mul.txt

Multiplication This describes the multiplication algorithm used by the MPI library. This is basically a standard "schoolbook" algorithm. It is slow -- O(mn) for m = #a, n = #b -- but easy to implem
www.eeworm.com/read/483246/6601568

asv quantum.asv

function quantum % This is quantum genetic algorithm(QGA) % In this function ,it fulfils quantum genetic algorithm clc; clear; global sizepop lenchrom global judge global maxgen gen
www.eeworm.com/read/483246/6601571

m quantum.m

function quantum % This is quantum genetic algorithm(QGA) % In this function ,it fulfils quantum genetic algorithm clc; clear; global sizepop lenchrom global judge global maxgen gen
www.eeworm.com/read/483249/6601669

asv quantum.asv

function quantum % This is quantum genetic algorithm(QGA) % In this function ,it fulfils quantum genetic algorithm clc; clear; global sizepop lenchrom global judge global maxgen gen
www.eeworm.com/read/483249/6601672

m quantum.m

function quantum % This is quantum genetic algorithm(QGA) % In this function ,it fulfils quantum genetic algorithm clc; clear; global sizepop lenchrom global judge global maxgen gen
www.eeworm.com/read/409477/11321594

m mpga.m

% MPGA.M (Multi Population Genetic Algorithm) % % This script implements the Multi Population Genetic Algorithm. % Real valued representation for the individuals is used. % % Author:
www.eeworm.com/read/409477/11321632

m sga.m

% SGA.M (Simple Genetic Algorithm) % % This script implements the Simple Genetic Algorithm. % Binary representation for the individuals is used. % % Author: Hartmut Pohlheim % Histo