代码搜索结果

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

soundv.c

/***************************************************************************** * name: lightv.c * programmer: MrElusive * * desc: global illumination algorithm using light volumes * * p

phelix86.s

## ##---------------------------------------------------------------- ## Phelix encryption/authentication algorithm ## Author: Doug Whiting, Hifn. 2005. ## ## This source code is released to the

configure.in

dnl *************************************************************** dnl gaul-devel/configure.in dnl *************************************************************** dnl dnl GAUL - Genetic Algorithm Uti

mgardner.h

//--------------------------------------------------------------------------- //License: GNU // // Modifided Gardner algorithm for symbol timing tracking // // J-QAM sound card modem // /

demogentleboost.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Simple demo of Gentle Boost with stumps and 2D data % % % Implementation of gentleBoost. The algorithm is describe

fpgrowth.h

/*---------------------------------------------------------------------- File : fpgrowth.h Contents: fpgrowth algorithm for finding frequent sets Update : 12/3/2005 -------------------

rijn.c

/*************************************************************************************** * File: bc_rijn.c * * Purpose: Using the Rijndael algorithm in CBC and CFB mode * We use it

demogentleboost.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Simple demo of Gentle Boost with stumps and 2D data % % % Implementation of gentleBoost. The algorithm is describe

napsac.m

%NAPSAC Implements modified RANSAC algorithm (with MSAC cost function) %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % % [vMask, Model] = NAPSAC( mData, ModelFunc, nSamp

lmeds.m

%LMEDS - least median of squares robust estimation algorithm %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % % [Model] = LMEDS( mData, ModelFunc, nSampLen, ResidFunc, nIter ) % ----------------