代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
md5.cpp.svn-base
// $Id$
/*
* 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 i
buildalgorithm.bat
@echo off
echo Initializing...
set SRCALGORITHM="..\src\CSharpAlgorithm\Algorithm"
echo Building algorithms...
del /Q *.dll
csc /target:library /out:CSharpAlgorithm.Algorithm.dll %SRCALGORITHM%
pagerank.cpp
//Simplified RankPage Algorithm
//input data in file
#include
#include
#include
#include
#include
#include
using namespace std;
using
sshprime.c
/*
* Prime generation.
*/
#include
#include "ssh.h"
/*
* This prime generation algorithm is pretty much cribbed from
* OpenSSL. The algorithm is:
*
* - invent a B-bit r
gergovia_naive.cpp
// Problem Wine trading in Gergovia
// Algorithm greedy
// Runtime O(n^2)
// Author Adrian Kuegel
// Date 2006.06.18
#include
#include
#include
u
rmd160.c
// RIPEMD-160 written and placed in the public domain by Wei Dai
/*
* This code implements the MD4 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by
fig12_13.pl
% Figure 12.13 A best-first search program that only requires
% space linear in the depth of search (RBFS algorithm).
% Linear-space best-first search; the RBFS algorithm
% The program assu
fig21_30.cpp
// Fig. 21.30: fig21_30.cpp
// Mathematical algorithms of the standard library.
#include
using std::cout;
using std::endl;
#include // algorithm definitions
#includ
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.
*/
bingcd.c
/*
Author: Pate Williams (c) 1997
14.54 Algorithm Binary gcd algorithm
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al page 606.
*/
#include
#in