代码搜索结果

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

a3a8.txt

Algorithm A3A8 - /* An implementation of the GSM A3A8 algorithm. (Specifically, COMP128.) */ /* Copyright 1998, Marc Briceno, Ian Goldberg, and David Wagner. * All rights reserved. */ /*

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,

fig23_27.cpp

// Fig. 23.27: Fig23_27.cpp // Standard Library functions equal, mismatch and lexicographical_compare. #include using std::cout; using std::endl; #include // algorithm de

fig23_31.cpp

// Fig. 23.31: Fig23_31.cpp // Standard Library search and sort algorithms. #include using std::cout; using std::endl; #include // algorithm definitions #include

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

somtrain.m

function net = somtrain(net, options, x) %SOMTRAIN Kohonen training algorithm for SOM. % % Description % NET = SOMTRAIN{NET, OPTIONS, X) uses Kohonen's algorithm to train a % SOM. Both on-line a

gaalgorithm.h

#ifndef __GA_ALGORITHM_H__ #define __GA_ALGORITHM_H__ #include "..\ExportImport.h" #include "..\CallConvention.h" #include "..\Threading\GaThreading.h" #include "..\Observing\GaObserving.h"

deflate.c

/* 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

svm.pm

package AI::Categorizer::Learner::SVM; $VERSION = '0.01'; use strict; use AI::Categorizer::Learner::Boolean; use base qw(AI::Categorizer::Learner::Boolean); use Algorithm::SVM; use Algorithm::SVM::Da

pearl_inf_engine.m

function engine = pearl_inf_engine(bnet) % PEARL_INF_ENGINE Pearl's algorithm (aka belief propagation) for polytrees % engine = pearl_inf_engine(bnet) % % Pearl's algorithm is a generalization of the