代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
rrgmres.m
function [X,rho,eta] = rrgmres(A,b,k)
%RRGMRES Range-restricted GMRES algorithm for square inconsistent systems
%
% [X,rho,eta] = rrgmres(A,b,k)
%
% RRGMRES is a variant of the GMRES algorithm fo
specc.rd
\name{specc}
\alias{specc}
\alias{specc,matrix-method}
\alias{specc,formula-method}
\title{Spectral Clustering}
\description{
A spectral clustering algorithm. This algorithm clusters points using
ei
tiger.cpp
// Free implementation of the TIGER hash algorithm
// Based on LibTomCrypt's implementation of the TIGER hash algorithm
#include "tiger.h"
// Partial table pointers
#define tiger_t1 (tiger_t
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,
blowfish.cpp
// blowfish.cpp
//
// The Blowfish encryption/decryption algorithm. Algorithm by Bruce Schneier.
// See http://www.schneier.com/ for details.
//
#include
#include
#includ
classcity.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
using immune_algorithm.wlddDataSetTableAdapters;
namespace immune_algorithm
{
public class Cla
bgl_kcore.hpp
#ifndef YASMIC_BGL_KCORE
#define YASMIC_BGL_KCORE
/**
* @file bgl_kcore.hpp
* Implement the O(m) algorithm for computing the core number
* of vertices in the graph.
*
* The algorithm com
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
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
stemmerde.java
package de.spieleck.app.lang;
/**
* A stemmer for German words. The algorithm is based on the report
* "A Fast and Simple Stemming Algorithm for German Words" by J攔g
* Caumanns (joerg.caumanns@iss