代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/261198/11659831
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
www.eeworm.com/read/261194/11660508
cws2fws
#!/usr/bin/perl -w
# ====================================================================
# Copyright (c) 2003 by Peter Liscovius. All rights reserved.
# This program is free software; you can redistr
www.eeworm.com/read/261190/11660953
m main.m
clc; % clear the command line
clear all; % clear the workspace
close all; % close current figures
%
% system constants
% ---------------
InputFilename = 'S1ofwb.wav'; %change it according to you
www.eeworm.com/read/260986/11676227
cpp e2103.cpp
// =======================================================
// Chapter 21, Example 3
// Huffman Compression
// =======================================================
#include
#includ
www.eeworm.com/read/260986/11676263
cpp e2101.cpp
// =======================================================
// Chapter 21, Example 1
// RLE Compression
// =======================================================
#include
#include
www.eeworm.com/read/260986/11676312
cpp e2102.cpp
// =======================================================
// Chapter 21, Example 2
// RLE Decompression
// =======================================================
#include
#include
www.eeworm.com/read/260986/11676386
cpp e2104.cpp
// =======================================================
// Chapter 21, Example 4
// Huffman Decompression
// =======================================================
#include
#incl
www.eeworm.com/read/347150/11688091
c c_zlib.c
/*************************************************************
File Name: C_ZLIB.C (RAMDisk 3.5) *
**************************************************************
Programmer: MSC
Last Modifi
www.eeworm.com/read/345086/11840499
inl gsmuset.inl
// GSMUSET.INL
//
// Copyright (c) Symbian Software Ltd. 2003-2005. All rights reserved.
//
/** @file
*/
inline TSmsDataCodingScheme::TSmsAlphabet TSmsUserDataSettings::Alphabet() const
www.eeworm.com/read/343707/11933648
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