代码搜索结果

找到约 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 dat

algorithm.cpp

//***********引入库函数 #include "iostream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #include "fstream.h" //*************定义常量 const int TRUE=1; const int

algorithm.txt

#include #include #include typedef int KeyType; #define MAXSIZE 100 #define MAXNUM 12 #define OK 1

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

#include "algorithm.h" int RelBmp1[] = {0,0,0,0,0,0,0,0,0,0,0,0,139,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,180,255,255,255,255,255,255,255,255,255,255,255,2

algorithm.h

typedef struct { int iYLeftUp; int iXLeftUp; int iYRightDown; int iXRightDown; int dCoeff; } MATCHRESULT; #define SRCRANGE 8 /* need in Algorithm *