代码搜索结果

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

exteuc.c

/* Author: Pate Williams (c) 1997 2.107 Algorithm Extended Euclidean algorithm See "Handbook of Applied Cryptography" by Alfred J. Menezes et al page 67. */ #include #d

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

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

fifocache.java

/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. */ package com.opensymphony.oscache.base.algorithm; import java.util.*; /** * FIFO (First In First Out) based queue algorithm

deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2004 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-2004 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM

fnipals.m

function [T,P]=fnipals(X,w,T) %FNIPALS nipals algorithm for PCA % % function [T,P]=fnipals(X,w,T) % % 'fnipals.m' % % This algorithm requires the presence of: % 'missmean.m' % % Copyrigh

gaopt.m

function result = GAopt ( varargin ) % Genetic Algorithm - Options % % Sets options for Genetic Algorithm % Options = GAopt(Options, 'Param1', Value1, 'Param2', Value2, ... ) % % Options = G

fig20_27.cpp

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

fig20_31.cpp

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