代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/176663/5335902
list makefile.list
SRCS=\
../Common/ItemNameUtils.cpp \
../../Common/LimitedStreams.cpp \
../../Common/StreamUtils.cpp \
../../Common/ProgressUtils.cpp \
../../Compress/Copy/CopyCoder.cpp \
./CpioHandler.cpp \
./
www.eeworm.com/read/168763/5439206
readme
This port of U-Boot is tuned to run on a range of Barco Control Rooms
Streaming Video Solutions, including:
- Streaming Video Card (SVC)
- Sample Compress Network (SCN)
For more information, s
www.eeworm.com/read/321483/3534741
pm constants.pm
package IO::Compress::Zlib::Constants ;
use strict ;
use warnings;
use bytes;
require Exporter;
our ($VERSION, @ISA, @EXPORT);
$VERSION = '2.008';
@ISA = qw(Exporter);
@EXPORT= qw(
ZLI
www.eeworm.com/read/321483/3534854
changes
CHANGES
-------
2.008 2 November 2007
* Minor documentation changes in README
2.007 22 September 20007
* lib/Compress/Zlib.pm -- 1.x Backward Compatability issues
gzclose -
www.eeworm.com/read/313170/3645239
in zforce.in
:
#!/bin/sh
# zforce: force a gz extension on all gzip files so that gzip will not
# compress them twice.
#
# This can be useful for files with names truncated after a file transfer.
# 12345678901234
www.eeworm.com/read/309003/3708777
m compressogram.m
function CompressoGram(Sig,QMF_Filter)
% CompressoGram -- compare compress abilities of four transforms
%
% Haar Transform
HaarQMF = MakeONFilter('Haar');
hSig = FWT_PO(Sig,1,HaarQMF);
epsi
www.eeworm.com/read/445571/1720254
cs packagemergealgorithm.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress
{
///
/// A Fast algorithm for optimal length-limited Huffman codes
//
www.eeworm.com/read/445571/1720264
cs symbolcoding.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress
{
public struct SymbolCode
{
public int Code;
public int Base;
www.eeworm.com/read/438717/1823436
py vmkjpeg.py
#! /usr/bin/env python
# Compress an rgb or grey video file to jpeg format
# Usage:
#
# Vmkjpeg [infile [outfile]]
# Options:
#
# infile : input file (default film.video)
# outfile : outpu