代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
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.txt
几何算法
1. 矢量减法
设二维矢量 P = (x1,y1) ,Q = (x2,y2)
则矢量减法定义为: P - Q = ( x1 - x2 , y1 - y2 )
显然有性质 P - Q = - ( Q - P )
如不加说明,下面所有的点都看作矢量,两点的减法就是矢量相减;
2.矢量叉积
设矢量P = (x1,y1) ,Q = (x2,y2)
则
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.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
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.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of function module algorithm
Histor