代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
algorith.doc
1. Compression algorithm (deflate)
The deflation algorithm used by zlib (also zip and gzip) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input
lrucache.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.oscache.base.algorithm;
import java.util.*;
/**
* LRU (Least Recently Used) algorithm
bidiapi.txt
#
# $Id: bidiapi.txt,v 1.2 1999/11/19 15:24:29 mleisher Exp $
#
"Pretty Good Bidi Algorithm" API
The PGBA (Pretty Good Bidi Algorithm) is an effective alternative to the
Unico
pgpmd2.c
/*
* This code implements the MD2 message-digest algorithm.
* The algorithm is due to Ron Rivest, documented in RFC1319.
* This code is in the public domain; do with it what you wish.
*
* Eq
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 random numbe
driver.java
package org.theblueplanet.annealing;
import java.util.ArrayList;
import org.apache.log4j.Logger;
/**
* This is the middle layer between the UI and the algorithm. It runs the
* algorithm and map
pgpmd2.c
/*
* This code implements the MD2 message-digest algorithm.
* The algorithm is due to Ron Rivest, documented in RFC1319.
* This code is in the public domain; do with it what you wish.
*
* Eq
galg.m
function galg
%GALG
%Gauss algorithm for a random nxm matrix.
%Gives all the steps in Gaussian elimination.
%Output is with 1's, 0's and *'s showing
%the general pattern of the algorithm.
%Call
ry_sovadec.m
function out = ry_sovadec( msg, trl, N_DBPF, win )
% SOVADEC is an implementation of the soft input soft output Viterbi
% algorithm. The algorithm can be called using
% DEC = SOVADEC( MSG,
tspbyfile.html
The GA Playground: TSP by Genetic Algorithm