代码搜索结果

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

unshrink.c

/*--------------------------------------------------------------------------- unshrink.c Shrinking is a Dynamic Lempel-Ziv-Welch compression algorithm with partial clearing. --------

apriorirules.cpp

/*---------------------------------------------------------------------- File : AprioriRules.cpp Contents : apriori algorithm for finding association rules Author : Bart Goethals Update

apriorirules.h

/*---------------------------------------------------------------------- File : AprioriRules.h Contents : apriori algorithm for finding association rules Author : Bart Goethals Update

aprioritest.cpp

/*---------------------------------------------------------------------- File : aprioritest.cpp Contents : apriori algorithm for finding association rules Author : Bart Goethals Update

makefile

# # Makefile for Simple Genetic Algorithm C code # ##################################### # Define implicit compilation rules # ##################################### # uncomment following lines for UN

dft.c

/****************************************************************************** FILE dft.c - This is the C source code for the implmentation of the Discrete Fourier Transform (DFT) algorithm.

brentls.hpp

//====================================================================== // Definition of the BrentLineSearch class // Brent's line search algorithm // author: Wenceslau Gouveia, Adapted from Numerica

stem.c

/******************************* stem.c *********************************** Purpose: Implementation of the Porter stemming algorithm documented in: Porter, M.F., "An Algori

hmmeditingcontext.py

#!/usr/bin/env python ################################################################################ # # This file is part of ghmm (Graph Algorithm Toolbox) # # file: HMMEditingContext.py #

hmmed

#!/usr/bin/env python ################################################################################ # # This file is part of Gato (Graph Algorithm Toolbox) # # file: HMMEd.py #