代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
algorithm.h
/*2005-7-30 Image process algorithm.h ,writer:fu anxin
define 2 structure:Rect,Size;
define function:GetBinaryImage,findConnectComp;
************************************************************
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.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 dat
algorithm.txt
a+b+c+d
a+b+c-d
a+b-c-d
a*b+c*d
a*b-c*d
a*b*c+d
a*c*b-d
a*b*c/d
a*b+c+d
a*b+c-d
a*b-c-d
(a+b)*(c+d)
(a+b)*(c-d)
(a-b)*(c-d)
a*b*(c-d)
a*b*(c+d)
a*b/(c+d)
a*b/(c-d)
a*b/(c*d)
(a+b+c)
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.h
/*
* Scythe Statistical Library
* Copyright (C) 2000-2002 Andrew D. Martin and Kevin M. Quinn;
* 2002-present Andrew D. Martin, Kevin M. Quinn, and Daniel
* Pemstein. All Rights Reserved.
*
*
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.h
#include "c54x_reg.h"
//#include "dsplib.h"
#define AC01rBufLen 256
#define AC01xBufLen (AC01rBufLen * 2)
#define PcUartBufferLen 20
#define McuUartBufferLen 6
#define rBufferLen
algorithm.sty
% ALGORITHM STYLE -- Released 8 April 1996
% for LaTeX-2e
% Copyright -- 1994 Peter Williams
% E-mail Peter.Williams@dsto.defence.gov.au
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{algorithm}
\typeou