代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/424223/10479209
txt @psc_readme_1895_3.txt
Title: Rijndael Encryption Algorithm
Description: The Rijndael Encryption algorithm has been recently recognized as an AES (Advanced Encryption Standard). It was recently (April 2001) released in Vis
www.eeworm.com/read/445694/7591874
m runmultiverification.m
% Script used for verification of the algorithm's capabilities
% This script uses the Riccati equation to validate the algorithm.
%
% The found minimum is compared to the actual minium for n=5 and
% x
www.eeworm.com/read/437211/7753359
m gaussian.m
% This code implements the Gausian Search Algorithm for detect the best
% thershold in image segmentation. v is the size of the window, and p is
% the thershold that the algorithm serchs. COUNTS i
www.eeworm.com/read/436271/7773146
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/436271/7773158
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/299459/7850468
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/434662/7850759
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.
%Contact:
%Dervis Karaboga (k
www.eeworm.com/read/241695/13125019
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/241695/13125054
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/323721/13325296
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: