代码搜索:Compression
找到约 9,238 项符合「Compression」的源代码
代码结果 9,238
www.eeworm.com/read/168218/9932495
cpp rvbits.cpp
// recursive dynamic programming image compression
#include
int L = 256, header = 11;
int kay[6];
int l[6] = {0, 6, 3, 10, 2, 3};
int b[6] = {0, 1, 2, 3, 2, 1};
int n = 5;
in
www.eeworm.com/read/358191/10194435
cpp rvbits.cpp
// recursive dynamic programming image compression
#include
int L = 256, header = 11;
int kay[6];
int l[6] = {0, 6, 3, 10, 2, 3};
int b[6] = {0, 1, 2, 3, 2, 1};
int n = 5;
in
www.eeworm.com/read/161587/10394517
cpp rvbits.cpp
// recursive dynamic programming image compression
#include
int L = 256, header = 11;
int kay[6];
int l[6] = {0, 6, 3, 10, 2, 3};
int b[6] = {0, 1, 2, 3, 2, 1};
int n = 5;
in
www.eeworm.com/read/466959/7025421
vb mainfile.aspx.vb
Imports System.IO
Imports System.Data
Imports System.Type
Imports System.Collections.Generic
Imports System.IO.Compression
Imports Microsoft.Win32
Imports System.Diagnostics
'明确根目录和当前目录,UserDi
www.eeworm.com/read/326221/13155217
inc n2b_d8e.inc
; n2b_d8e.ash -- ucl_nrv2b_decompress_8 in 16-bit assembly (dos/exe)
;
; This file is part of the UCL data compression library.
;
; Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer
www.eeworm.com/read/151716/5679581
ch lzo1b_r.ch
/* lzo1b_r.ch -- literal run handling for the the LZO1B/LZO1C algorithm
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Obe
www.eeworm.com/read/151716/5679650
s lzo1f_f1.s
/* lzo1f_f1.s -- fast LZO1F decompression in assembler (i386 + gcc)
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhum
www.eeworm.com/read/151716/5679653
s lzo1x_f2.s
/* lzo1x_f2.s -- fast LZO1X decompression in assembler (i386 + gcc)
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhum
www.eeworm.com/read/151716/5679655
s lzo1x_f1.s
/* lzo1x_f1.s -- fast LZO1X decompression in assembler (i386 + gcc)
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhum
www.eeworm.com/read/151716/5679656
s lzo1y_f2.s
/* lzo1y_f2.s -- fast LZO1Y decompression in assembler (i386 + gcc)
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhum