代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/154299/5638206
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/393812/8262017
todo upxshell.todo
{TODO -oApplication -cCopyright : Add function to write copyright into the compressed file}
{DONE -oCompression -cTranslation :
Add new taskbar messages and delete old ones from the EngMsgs array
www.eeworm.com/read/293734/8276265
bat dblspace.bat
@ECHO OFF
ECHO.
ECHO To create or work with DoubleSpace or DriveSpace compressed
ECHO drives, you must run DriveSpace from within Windows 95.
ECHO.
ECHO To run DriveSpace:
ECHO.
ECHO 1.
www.eeworm.com/read/293734/8276535
bat drvboot.bat
@echo off
rem Batch file to create a bootable, compressed floppy.
set _AM=XXX
if not "%_AM%" == "XXX" goto env_error
set DCMD=12345678
if not "%DCMD%" == "12345678" goto env_error
if "%1"
www.eeworm.com/read/171862/9731662
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/415926/11048260
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/249416/12506879
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