代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
algorithm.hpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : header of function module algorithm
History
algorithm.doc
1. Algorithm
The deflation algorithm used by zip and gzip is a variation of LZ77
(Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input data. The second occurrence of a str
algorithm.mpc
project(algorithm){
includes += "../../include/"
//libpaths +=
//lit_libs +=
//pure_libs=/root/ist/sqlite/sqlite/libxxx.a
//exename=test
staticname=algorithm
sharedname=
makefile.algorithm
#----------------------------------------------------------------------------
# Macros
#----------------------------------------------------------------------------
CXX = gcc
LD
algorithm.mpc
project(algorithm){
includes += "../../include/"
//libpaths +=
//lit_libs +=
//pure_libs=/root/ist/sqlite/sqlite/libxxx.a
//exename=test
staticname=algorithm
sharedname=
makefile.algorithm
#----------------------------------------------------------------------------
# Macros
#----------------------------------------------------------------------------
CXX = arm-elf-gcc
L
algorithm.dsp
# Microsoft Developer Studio Project File - Name="algorithm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
algorithm.txt
1. Compression algorithm (deflate)
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input
algorithm.c
/*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
* algorithm.C -
* Algorithms for computing the diameter
*
* Copyright 2000 Sariel Har-Peled (ssaarriieell@cs.uiuc.edu)
*
* T