代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/208919/15230903

c sort.linear.c

/* --------------------------------------------------------------------------- * @ * DEMONSTRATION OF THE EFFICIENCY OF THE * LINEAR SORTING ALGORITHM * =============================
www.eeworm.com/read/172538/9702848

cpp samplega.cpp

/****************************************************************** ** Sample Genetic Algorithm ** ** Version 0.1
www.eeworm.com/read/237731/13935135

m main.m

% %************************************************************************** % The Base band FM Modulate Algorithm %------------------------------------------------------------------
www.eeworm.com/read/134894/13971853

m mds.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Torczon's multidirectional search algorithm %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %
www.eeworm.com/read/134894/13971977

m ga_approx.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Approximate Genetic Algorithm %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Kevin Passino
www.eeworm.com/read/204978/15330663

h vega.h

/*---------------------------------------------------------------------------------------------* * This is the class for Vector Evaluated Genetic Algorithm, by: * *
www.eeworm.com/read/204978/15330667

h nsga.h

/*---------------------------------------------------------------------------------------------* * This is the class for Nondominated Sorting Genetic Algorithm, by: * *
www.eeworm.com/read/204978/15330668

h npga.h

/*---------------------------------------------------------------------------------------------* * This is the class for Niched Pareto Genetic Algorithm, by: * *
www.eeworm.com/read/181848/9235075

cpp main.cpp

/** \mainpage An efficient implemenation of MSAPRIORI algorithm This program is a very efficient implementation of MSAPRIORI algorithm proposed by Bing Liu, Wynne Hsu and Yiming Ma. MSAPRIORI is the
www.eeworm.com/read/373718/9441855

cpp clustering.cpp

/////////////////////////////////////////////////////////////////////// // File Name: Clustering.cpp // File Function: 1. Maximun clustering algorithm // 2. LBG (k-Mean) clustering algorithm