代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/165586/10056873
pas lzh.pas
{$A+} { word align }
{$O+} { ?? ?? }
unit lzh;
(*
* LZHUF.C English version 1.0
* Based on Japanese version 29-NOV-1988
* LZSS coded by Haruhiko OKUMURA
* Adaptive Huffman Coding coded by
www.eeworm.com/read/164463/10107443
h ppp_defs.h
/* $Id: ppp_defs.h,v 1.2 1994/09/21 01:31:06 paulus Exp $ */
/*
* ppp_defs.h - PPP definitions.
*
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
* Permission
www.eeworm.com/read/357673/10203221
m no1.m
%% ---------------------------------------------------------------
%% Function description:
%% Assignment #2 (1) SVD
%% ---------------------------------------------------------------
%% Create
www.eeworm.com/read/280853/10288005
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/162605/10291584
m main.m
clc; % clear the command line
clear all; % clear the workspace
%
% system constants
% ---------------
InputFilename = 'aa.wav'; %change it according to your wave files
[inspeech, Fs, bits] =
www.eeworm.com/read/162605/10291596
m s2df.m
clc; % clear the command line
clear all; % clear the workspace
%
% system constants
% ---------------
InputFilename = 'aa.wav'; %change it according to your wave files
[inspeech, Fs, bits] =
www.eeworm.com/read/279563/10419917
java compress.java
package logical;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
public cl
www.eeworm.com/read/279563/10419978
java compress.java
package logical;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
public cl
www.eeworm.com/read/278321/10547648
control
Source: lame
Section: sound
Priority: optional
Maintainer: Rogério Brito
Build-Depends: debhelper (>= 4), libgtk1.2-dev, libncurses5-dev, nasm [i386]
Standards-Version: 3.5.6
Pa
www.eeworm.com/read/421499/10734345
c unzip.c
/* unzip.c -- decompress files in gzip or pkzip format.
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Gen