代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
gen_gmm.m
%==================================================================
% Generate a Gaussian Mixture Model (GMM) by the EM algorithm.
%
% The parameters are given with a structure defined as:
%
% (
sieve.java
/* -------------------------------------------------------------------------
* This is the classic prime sieve of Eratosthenes - a simple algorithm
* that finds all the prime numbers between 2 and
sieve.java
/* -------------------------------------------------------------------------
* This is the classic prime sieve of Eratosthenes - a simple algorithm
* that finds all the prime numbers between 2 and
md5.cpp
// Free for all implementation of the MD5 hash algorithm
/*
**********************************************************************
** MD5.cpp
ga_tabu.c
/**********************************************************************
ga_tabu.c
**********************************************************************
ga_tabu - A tabu-search algorithm for com
ga_core.c
/**********************************************************************
ga_core.c
**********************************************************************
ga_core - Genetic algorithm routines.
C
ga_core.h
/**********************************************************************
ga_core.h
**********************************************************************
ga_core - Genetic algorithm routines.
C
ga_tabu.h
/**********************************************************************
ga_tabu.h
**********************************************************************
ga_tabu - A tabu-search algorithm for com
crlsequa.m
% Illustration of the conventional RLS algorithm
% using an adaptive equalization experiment
%
%
% Programmed by: Dimitris Manolakis, 1999
%
%---------------------------------------------------
des.c
/*--------------------------------------------------------------------------------
DES.C: DES Algorithm Program from the Book Appliced Cryptography, Bruce Schneier
----------------------------------