代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/130667/14179179
h lzwfile.h
#ifndef ___LZWFILE_H
#define ___LZWFILE_H
#include "lzwtable.h"
#include "lzwcode.h"
/*
HGLZ file:
lzw file head
{
for(i)
{
node head
for(j)
{
single file head
www.eeworm.com/read/129999/14213038
h ppp_defs.h
/* $Id: ppp_defs.h,v 1.9 2000/03/27 06:03:36 paulus Exp $ */
/*
* ppp_defs.h - PPP definitions.
*
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
* Permission
www.eeworm.com/read/229932/14311488
cs fieldsreader.cs
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/128079/14317411
pas winconvert.pas
{$A+} { word align }
{$O+} { ?? ?? }
unit WinConvert;
(*
* LZHUF.C English version 1.0
* Based on Japanese version 29-NOV-1988
* LZSS coded by Haruhiko OKUMURA
* Adaptive Huffman Coding c
www.eeworm.com/read/127767/14336437
txt e452. uncompressing a file in the gzip format.txt
try {
// Open the compressed file
String inFilename = "infile.gzip";
GZIPInputStream in = new GZIPInputStream(new FileInputStream(inFilename));
// Open the o
www.eeworm.com/read/127767/14337153
txt e449. compressing a byte array.txt
See also e450 Decompressing a Byte Array.
byte[] input = "some some bytes to compress".getBytes();
// Create the compressor with highest level of compression
Deflater compressor
www.eeworm.com/read/229384/14342298
h lzwfile.h
#ifndef ___LZWFILE_H
#define ___LZWFILE_H
#include "lzwtable.h"
#include "lzwcode.h"
/*
HGLZ file:
lzw file head
{
for(i)
{
node head
for(j)
{
single file head
www.eeworm.com/read/127261/14363786
tgz2img
#!/bin/bash
# convert Slackware's TGZ package into IMG compressed file
# which can be used as a LiveCD module
#
# Author: Tomas Matejicek
#
if [ "$1" = "" -o "$2" = "" ];
www.eeworm.com/read/127261/14363809
readme
The file floppy.img.gz contains a compressed image of a floppy with
Smart Boot Manager.
Booting from this diskette will allow you to boot from the CD even if
your BIOS doesn't support it directly.