代码搜索:Compressed

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

代码结果 3,459
www.eeworm.com/read/398351/7992536

m main.m

%main.m clc; % clear the command line clear all; % clear the workspace % % system constants % --------------- InputFilename = 'S2ofwb.wav'; %change it according to your wave files [inspeech,
www.eeworm.com/read/398351/7992807

m main.m

%main.m clc; % clear the command line clear all; % clear the workspace % % system constants % --------------- InputFilename = 'S2ofwb.wav'; %change it according to your wave files [inspeech,
www.eeworm.com/read/196983/8037938

c lz77.c

/***************************************************************************** * * * -------------------------------- lz77
www.eeworm.com/read/143592/12858544

h d_hdcomp.h

#ifndef HUFFMAN_DECOMPRESS #define HUFFMAN_DECOMPRESS #include #include #include #include "d_except.h" #include "d_bitvec.h" // use BitVector for all bit handli
www.eeworm.com/read/142788/12921153

h compressedio.h

//------------------------------------------------------------------ // // FILE : CompressedIO.h // // PURPOSE : Defines the CCompressedIO class, which allows you // to compress
www.eeworm.com/read/141488/13008578

pas unit1.pas

(* This application is to demonstrate how to 1. compress a non compressed buffer (Buffer) to a second buffer (CompressBuf) Using memo controls, the text is taken from the first memo
www.eeworm.com/read/141488/13008584

pas unit1.pas

// ========================================== //Note: This demo requires Delphi 6 or higher // ========================================== Unit Unit1; Interface Uses Windows, Messages,
www.eeworm.com/read/141488/13008627

pas unit1.pas

(* Notes: 1. Problem: A string contains a specific char to signal a EOS (end of string). That char being #0. Compressed data can contain this char. When the compre
www.eeworm.com/read/141488/13008629

pas unit2.pas

(* Notes: 1. Problem: A string contains a specific char to signal a EOS (end of string). That char being a #0. Compressed data can contain this char. When the comp