代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/403322/11519057
dll compress.dll
www.eeworm.com/read/403322/11519070
cfg compress.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/403322/11519071
dof compress.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/402842/11527082
m compress.m
function [c, err] = compress(a, ratio)
% COMPRESS Compress an array
%
% [c, err] = compress(a, ratio)
%
% The "compression" is achieved by zero-out 100*ratio percent of array
% element with smal
www.eeworm.com/read/401919/11546490
h compress.h
#include "iostream.h"
bool compress(char *);
bool extract(char *);
struct compress
{
unsigned a:1;
unsigned b:1;
unsigned c:1;
unsigned d:1;
unsigned e:1;
unsigned f:1;
unsigned
www.eeworm.com/read/401134/11563842
js compress.js
if(typeof(Control)=='undefined')
Control={};
Control.TextArea=Class.create();
Object.extend(Control.TextArea.prototype,{
onChangeTimeoutLength:500,
element:false,
onChangeTimeout:false,
initialize:fun
www.eeworm.com/read/348549/11589293
exe compress.exe
www.eeworm.com/read/262115/11605417
java compress.java
package org.galaxy_OPEN.www.datastructures.huffman;
import java.io.*;
public class Compress {
private HuffmanFrame hfRef;
private String[] tabCorresp;
private DataInputStream dataInput
www.eeworm.com/read/261430/11646258
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include
www.eeworm.com/read/261430/11646266