代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/228810/4762683

dpr compress.dpr

program Compress; uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
www.eeworm.com/read/219228/4848861

c compress.c

/*-------------------------------------------------------------*/ /*--- Compression machinery (not incl block sorting) ---*/ /*--- compress.c ---*
www.eeworm.com/read/217476/4869062

dpr compress.dpr

program Compress; uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
www.eeworm.com/read/217239/4874657

txt compress.txt

Data Compression Algorithms of LARC and LHarc Haruhiko Okumura* *The author is the sysop of the Science SIG of PV-VAN. His address is: 12-2-404 Green Heights, 580
www.eeworm.com/read/217239/4874666

txt compress.txt

Data Compression Algorithms of LARC and LHarc Haruhiko Okumura* *The author is the sysop of the Science SIG of PV-VAN. His address is: 12-2-404 Green Heights, 580
www.eeworm.com/read/217239/4874909

txt compress.txt

Data Compression Algorithms of LARC and LHarc Haruhiko Okumura* *The author is the sysop of the Science SIG of PV-VAN. His address is: 12-2-404 Green Heights, 580
www.eeworm.com/read/217239/4874918

txt compress.txt

Data Compression Algorithms of LARC and LHarc Haruhiko Okumura* *The author is the sysop of the Science SIG of PV-VAN. His address is: 12-2-404 Green Heights, 580
www.eeworm.com/read/216802/4881634

c compress.c

/*-------------------------------------------------------------*/ /*--- Compression machinery (not incl block sorting) ---*/ /*--- compress.c ---*
www.eeworm.com/read/216802/4881733

c compress.c

/* compress.c -- compress a memory buffer * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: compress.c 2130
www.eeworm.com/read/216802/4883482

c compress.c

/** * compress.c - NTFS kernel compressed attributes handling. * Part of the Linux-NTFS project. * * Copyright (c) 2001-2003 Anton Altaparmakov * Copyright (c) 2002 Richard Russon * * T