代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/151961/12158456
m sovadec.m
function out = sovadec( msg, llr, trl, win )
% SOVADEC is an implementation of the soft input soft output Viterbi
% algorithm. The algorithm can be called using
% DEC = SOVADEC( MSG, LLR,
www.eeworm.com/read/129083/14267742
c idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm developed by
www.eeworm.com/read/129083/14267754
c idea.c
/*
* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encryption Algorithm), formerly known as
* IPES (Improved Proposed Encryption Standard).
* Algorithm developed by
www.eeworm.com/read/128527/14292132
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the
www.eeworm.com/read/223318/14646294
h md5.h
/*
* This is the header file for the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in
www.eeworm.com/read/217303/14969602
m sovadec.m
function out = sovadec( msg, llr, trl, win )
% SOVADEC is an implementation of the soft input soft output Viterbi
% algorithm. The algorithm can be called using
% DEC = SOVADEC( MSG, LLR,
www.eeworm.com/read/216898/14987048
h normal.h
/*
* This is a modification of the Kinderman + Monahan algorithm for
* generating normal random numbers, due to Leva:
*
* J.L. Leva, Algorithm 712. A normal random number generator, ACM Trans.
*
www.eeworm.com/read/212590/15153479
txt diamond.txt
The Diamond Encryption Algorithm
by Michael Paul Johnson
Abstract--Diamond is a royalty-free, symmetric key block cipher
encryption algorithm based on a combination of nonlinear
functions. T
www.eeworm.com/read/207690/15264707
m sovadec.m
function out = sovadec( msg, llr, trl, win )
% SOVADEC is an implementation of the soft input soft output Viterbi
% algorithm. The algorithm can be called using
% DEC = SOVADEC( MSG, LLR,
www.eeworm.com/read/471707/1426232
h md5.h
/*
* This is the header file for the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in