代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/131315/5937567
gzip
0 string \037\213 gzip compressed data
>2 byte 2 byte 8 - deflate method
>3 byte &0x01 , ascii
www.eeworm.com/read/131315/5943240
1 zcmp.1
.TH ZCMP 1
.SH NAME
zcmp, zdiff \- compare compressed files
.SH SYNOPSIS
.B zcmp
[ cmp_options ] file1
[ file2 ]
.br
.B zdiff
[ diff_options ] file1
[ file2 ]
.SH DESCRIPTION
.I Zcmp
and
.I zdiff
ar
www.eeworm.com/read/131315/5943303
1 zdiff.1
.TH ZDIFF 1
.SH NAME
zcmp, zdiff \- compare compressed files
.SH SYNOPSIS
.B zcmp
[ cmp_options ] file1
[ file2 ]
.br
.B zdiff
[ diff_options ] file1
[ file2 ]
.SH DESCRIPTION
.I Zcmp
and
.I zdiff
a
www.eeworm.com/read/131315/5943363
ztouch
#! /usr/local/bin/perl
# Set the time stamp of a gzip'ed file from that stored in the file.
# usage: ztouch files...
foreach $file (@ARGV) {
open (FILE, $file);
read (FILE, $_, 8);
($magi
www.eeworm.com/read/130382/5958897
bat makedirs.bat
@echo off
if EXIST "Setup Files" rmdir /Q /S "Setup Files"
MKDIR "Setup Files"
MKDIR "Setup Files\Compressed Files"
MKDIR "Setup Files\Compressed Files\0009-English"
MKDIR "Setup Files\Compre
www.eeworm.com/read/130382/5959332
bat copyfiles.bat
@echo off
set PGPBASEDIR=..\..\..\..\..
set DOCSDIR=%PGPBASEDIR%\docs\builds
set LIBSDIR=%PGPBASEDIR%\libs
set INSTALLDIR="Setup Files\Compressed Files\0009-English\Intel 32"
REM Delete exist
www.eeworm.com/read/128531/5985804
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
dep:
@$(MAKE) -C compressed depend
@$(MAKE) -C rescue depend
clean:
www.eeworm.com/read/127781/5996915
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
dep:
@$(MAKE) -C compressed depend
@$(MAKE) -C rescue depend
clean:
www.eeworm.com/read/121089/6070463
c lzcopy.c
/* DOS Lempel-Ziv Data Decompression Module
(C) Copyright 1989 by Microsoft
written by David Dickman
LZ code by Steve Zeck
note:
this module is
www.eeworm.com/read/113536/6128029
c lzcopy.c
/* DOS Lempel-Ziv Data Decompression Module
(C) Copyright 1989 by Microsoft
written by David Dickman
LZ code by Steve Zeck
note:
this module is