代码搜索结果

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

fig20_30.cpp

// Fig. 20.30: fig20_30.cpp // Mathematical algorithms of the Standard Library. #include using std::cout; using std::endl; #include // algorithm definitions #include

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

lzrw3.txt

NOTES ON THE LZRW3 ALGORITHM ============================ Author : Ross Williams. Date : 30-Jun-1991. Abstract -------- This file announces the release of my LZRW3 algorithm which was invented on 3

lzrw2.txt

NOTES ON THE LZRW2 ALGORITHM ============================ Author : Ross Williams. Date : 29-Jun-1991. Abstract -------- This file announces the release of my LZRW2 algorithm which was invented on 2

fig23_30.cpp

// Fig. 23.30: Fig23_30.cpp // Mathematical algorithms of the Standard Library. #include using std::cout; using std::endl; #include // algorithm definitions #include

classcitylink.cs

using System; using System.Collections.Generic; using System.Text; using System.Collections; using immune_algorithm.wlddDataSetTableAdapters; namespace immune_algorithm { class ClassNextCi

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

digest-md5.c

/* * MD5 digest implementation / cryptoapi * * This code implements the MD5 message-digest algorithm. The * algorithm is due to Ron Rivest. This implementation is based upon * the public domain

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%

cycledetectionalgorithm.java

package salvo.jesus.graph.algorithm; import salvo.jesus.graph.*; import java.util.*; /** * Abstract class for any algorithm implementing cycle detection on a * Graph (directed or undirected). Meth