代码搜索结果

找到约 10,000 项符合 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.

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.

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