代码搜索:Compressed

找到约 3,459 项符合「Compressed」的源代码

代码结果 3,459
www.eeworm.com/read/405357/11464729

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/404392/11485789

pas selfextf.pas

unit Selfextf; (* Self-Extracting-EXE example program for TCompress 3.0 -- no change from V2.5 This provides instructions and working code examples for: a) Creating a compressed archive as
www.eeworm.com/read/404392/11485810

pas selfextf.pas

unit Selfextf; (* Self-Extracting-EXE example program for TCompress 3.0 -- no change from V2.5 This provides instructions and working code examples for: a) Creating a compressed archive as
www.eeworm.com/read/403944/11497902

cpp e2103.cpp

// ======================================================= // Chapter 21, Example 3 // Huffman Compression // ======================================================= #include #includ
www.eeworm.com/read/403944/11497916

cpp e2101.cpp

// ======================================================= // Chapter 21, Example 1 // RLE Compression // ======================================================= #include #include
www.eeworm.com/read/403944/11497927

cpp e2102.cpp

// ======================================================= // Chapter 21, Example 2 // RLE Decompression // ======================================================= #include #include
www.eeworm.com/read/403944/11497952

cpp e2104.cpp

// ======================================================= // Chapter 21, Example 4 // Huffman Decompression // ======================================================= #include #incl
www.eeworm.com/read/402729/11528740

m wavecompression.m

% Wavelet image compression - RGB images clear all; close all; % Reading an image file im = input('Enter a image'); X=imread(im); % inputting the decomposition level and name of the wavelet n=
www.eeworm.com/read/347953/11622343

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/261198/11659594

m~ zipsave.m~

%ZIPSAVE Save data in compressed format % % zipsave( filename, data ) % filename: string variable that contains the name of the resulting % compressed file (do not include '.zip' extension) % pkzip