代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/351555/3107468

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/473001/6853699

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/415931/11047817

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/266535/11220365

cc bead.cc

// Problem Let it Bead // Algorithm Brute Force, Generating Group of Movements // Runtime O(c^s * s^2) // Author Walter Guttmann // Date 24.11.1999 #include #include
www.eeworm.com/read/266535/11220450

cc bound.cc

// Problem Bound Found // Algorithm Partial Sums, Sort, Two Pointers // Runtime O(n*log(n)) // Author Walter Guttmann // Date 16.10.1999 #include #include #include
www.eeworm.com/read/147693/12538656

pl fig22_5.pl

% Figure 22.5 An implementation of the alpha-beta algorithm. % The alpha-beta algorithm alphabeta( Pos, Alpha, Beta, GoodPos, Val) :- moves( Pos, PosList), !, boundedbest( PosList, Alp
www.eeworm.com/read/237003/13982924

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/109909/15545897

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. This bl
www.eeworm.com/read/109907/15545917

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/191934/8415837

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 pu