代码搜索结果

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

unique.cpp

/************************************************************************** * * unique.cpp - Example program of unique algorithm. * See Class Reference Section * ***************

sort.cpp

/************************************************************************** * * sort.cpp - Example program of sort algorithm. See Class Reference Section * ************************************

swap.cpp

/************************************************************************** * * swap.cpp - Example program of swap algorithm. See Class Reference Section * ************************************

rotate.cpp

/************************************************************************** * * rotate.cpp - Example program of rotate algorithm. * See Class Reference Section * **************

trnsform.cpp

/************************************************************************** * * trnsform.cpp - Example program of transform algorithm. * See Class Reference Section * *******

des.c

/*-------------------------------------------------------------------------------- DES.C: DES Algorithm Program from the Book Appliced Cryptography, Bruce Schneier ----------------------------------

des.c

/*-------------------------------------------------------------------------------- DES.C: DES Algorithm Program from the Book Applied Cryptography, Bruce Schneier -----------------------------------

des.c

/*-------------------------------------------------------------------------------- DES.C: DES Algorithm Program from the Book Applied Cryptography, Bruce Schneier -----------------------------------

crlsequa.m

% Illustration of the conventional RLS algorithm % using an adaptive equalization experiment % % % Programmed by: Dimitris Manolakis, 1999 % %---------------------------------------------------

lmdemo.c

///////////////////////////////////////////////////////////////////////////////// // // Demonstration driver program for the Levenberg - Marquardt minimization // algorithm // Copyright (C) 2004-0