代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
md5.c
#pragma ident "@(#)md5.c 1.3 95/11/18 Sun Microsystems"
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb i
viterbi.m
function [msg, expen, codd] = viterbi(code, tran_func, leng, tran_prob, plot_flag);
%VITERBI Convolution decode using Viterbi algorithm.
% MSG = VITERBI(CODE, TRAN_FUNC) uses Viterbi algorithm
wtlspr.m
function [x,info,dh] = wtlspr(d,w,m,opt)
% WTLSPR - Weighted Total Least Squares approximation
% by the algorithm of Premoli-Rastelo (Algorithm 2.2).
%
% D = [d1 ... dN] - data matrix, sd := size(D,1)
lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o
viterbi.m
function [msg, expen, codd] = viterbi(code, tran_func, leng, tran_prob, plot_flag);
%VITERBI Convolution decode using Viterbi algorithm.
% MSG = VITERBI(CODE, TRAN_FUNC) uses Viterbi algorithm
pgpsha.c
/*
* pgpSHA.c - NIST Secure Hash Algorithm, FIPS PUB 180 and 180.1.
* The algorithm is by spook(s) unknown at the U.S. National Security Agency.
*
* Written 2 September 1992, Peter C. Gutmann.
pgpsha.c
/*
* pgpSHA.c - NIST Secure Hash Algorithm, FIPS PUB 180 and 180.1.
* The algorithm is by spook(s) unknown at the U.S. National Security Agency.
*
* Written 2 September 1992, Peter C. Gutmann.
pgpsha.c
/*
* pgpSHA.c - NIST Secure Hash Algorithm, FIPS PUB 180 and 180.1.
* The algorithm is by spook(s) unknown at the U.S. National Security Agency.
*
* Written 2 September 1992, Peter C. Gutmann.
md5.c
#pragma ident "@(#)md5.c 1.3 95/11/18 Sun Microsystems"
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb i
lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o