代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/309649/13666917

c soundex4.c

/* +++Date last modified: 05-Jul-1997 */ /* ** Variant Soundex Algorithm (Algorithm #4), Optimized for use with Surnames ** ** Written by Joe Celko. Originally published in "The C Gazette" vol
www.eeworm.com/read/304008/13804947

c blowfish-example.c

/* Blowfish algorithm. Written 1997 by by Paul Kocher (pck@netcom.com). The Blowfish algorithm is public domain. */ #define MAXKEYBYTES 56 /* 448 bits */ typedef struct { unsi
www.eeworm.com/read/303632/13810876

m jpegdemo.m

% JPEGdemo.m % Prototype JPEG compression algorithm demostration % % copyright (c) 1997-2002 by Yu Hen Hu % % This algorithm only demonstrate the basic % JPEG functionalities. % It is not nec
www.eeworm.com/read/142050/5766160

java activatefunction.java

package org.scut.DataMining.Algorithm.NeuralNetwork.Core; import org.scut.DataMining.Algorithm.NeuralNetwork.Core.ActivateFunctions.*; public abstract class ActivateFunction { public enum T
www.eeworm.com/read/133885/5898932

java eventclusterer.java

/** * The algorithm applies a clustering algorithm to each type of * PEP. * The input is a vector of M streams, each stream having N Event * Vectors. * The output is a vector of N cluster v
www.eeworm.com/read/127781/5998050

h md5.h

/* * This is the header file for 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 in
www.eeworm.com/read/406168/11448458

h stockalgo.h

#ifndef _STOCK_ALGORITHM_H_ #define _STOCK_ALGORITHM_H_ #include #include namespace StockMarket{ template class CalculatePara { private: struct ParaD
www.eeworm.com/read/402303/11538228

m jpegdemo.m

% JPEGdemo.m % Prototype JPEG compression algorithm demostration % % copyright (c) 1997-2002 by Yu Hen Hu % % This algorithm only demonstrate the basic % JPEG functionalities. % It is not nec
www.eeworm.com/read/344931/11852065

c md5.c

/* * 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 in the
www.eeworm.com/read/154776/11927075

c idea.c

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