代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/275852/10791557
dot tos.sensorboards.micasb.phototemp.nc.if.dot
digraph "PhotoTemp_if" {
rankdir=LR;
ratio=compress;
margin="0,0";
ranksep=0.0005;
nodesep=0.1;
node [shape=ellipse style=filled fillcolor="#e0e0e0"];
node [fontsize=10 h
www.eeworm.com/read/275852/10791560
dot apps.surge.surge.nc.if.dot
digraph "Surge_if" {
rankdir=LR;
ratio=compress;
margin="0,0";
ranksep=0.0005;
nodesep=0.1;
node [shape=ellipse style=filled fillcolor="#e0e0e0"];
node [fontsize=10 heigh
www.eeworm.com/read/416426/11029434
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with
www.eeworm.com/read/416426/11029439
h iowin32.h
/* iowin32.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
This IO API version uses the Win32 API (for Microsoft Windows)
Version 1.01e, Feb
www.eeworm.com/read/416426/11029466
c iowin32.c
/* iowin32.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
This IO API version uses the Win32 API (for Microsoft Windows)
Version 1.01e, Feb
www.eeworm.com/read/416426/11029520
h ioapi.h
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
www.eeworm.com/read/416426/11029538
c ioapi.c
/* ioapi.c -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
*/
www.eeworm.com/read/332978/7141565
java zipcompress.java
//: io/ZipCompress.java
// Uses Zip compression to compress any
// number of files given on the command line.
// {Args: ZipCompress.java}
import java.util.zip.*;
import java.io.*;
import java.ut
www.eeworm.com/read/463779/7175491
1 cjpeg.1
.TH CJPEG 1 "20 March 1998"
.SH NAME
cjpeg \- compress an image file to a JPEG file
.SH SYNOPSIS
.B cjpeg
[
.I options
]
[
.I filename
]
.LP
.SH DESCRIPTION
.LP
.B cjpeg
compresses the named image fil
www.eeworm.com/read/446824/7564247
m adc_3_compression_m6.m
clc; clear;
% load the results of the differential codding
load data_input.mat % a da
% load Hufman table..
load HuffmanTable.mat % S y
% Compress
code = dec2bin(double(da(1)),8);