代码搜索结果

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

idea.c

/*IDEA.C v2.2 c source code for IDEA block cipher. IDEA (International Data Encryption Algorithm), formerly known as IPES (Improved Proposed Encryption Standard). Algorithm developed by Xuejia

tspbayg29.html

The GA Playground: TSP Test Problem Bayg29 handled by genetic algorithm

steinerbyfile.html

The GA Playground: Steiner's Problem handled by Genetic Algorithm

deflate.cpp

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM

deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM

blowfish.cpp

// blowfish.cpp C++ class implementation of the BLOWFISH encryption algorithm // _THE BLOWFISH ENCRYPTION ALGORITHM_ // by Bruce Schneier // Revised code--3/20/94 // Converted to C++ class 5/96,

release_notes

V1.0 - Initial Release V2.0 - The first release exhibited a bug in the Berlekamp-Massey Algorithm. Under rare conditions the algorithm would report that the codeword was uncorrectable even when it h

blowfish.cpp

// blowfish.cpp C++ class implementation of the BLOWFISH encryption algorithm // _THE BLOWFISH ENCRYPTION ALGORITHM_ // by Bruce Schneier // Revised code--3/20/94 // Converted to C++ class 5/96,

gordon.c

/* Author: Pate Williams (c) 1997 Gordon's algorithm for generating strong primes. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 4.53 Algorithm page 150. */ #inc

mpqs.c

/* Author: Pate Williams (c) 1997 Quadratic sieve factoring algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 3.21 Algorithm page 96. Also see "A Course in