代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/420775/10776621
obj compress.obj
www.eeworm.com/read/275682/10802369
obj compress.obj
www.eeworm.com/read/419703/10842260
cpp compress.cpp
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/419703/10842264
h compress.h
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/419420/10868542
php compress.php
Fatal error: This file has expired. in /home/ntfreso/public_html/payroll/compress.php on line 0
www.eeworm.com/read/273826/10899729
h compress.h
/*
* compress.h - Exports for compressed attribute handling.
* Originated from the Linux-NTFS project.
*
* Copyright (c) 2004 Anton Altaparmakov
*
* This program/include file is free software
www.eeworm.com/read/273826/10899879
c compress.c
/**
* compress.c - Compressed attribute handling code. Originated from the Linux-NTFS
* project.
*
* Copyright (c) 2004-2005 Anton Altaparmakov
* Copyright (c) 2004-2006 Szabolcs Szakacsits
*
www.eeworm.com/read/272848/10940462
input compress.input
.nr H1 4
.oh "The Abstract Data Type"
.eh "Stacks"
.CS
STACKS
.CE
.NH 2
THE ABSTRACT DATA TYPE
.LP
.sp
A \fIstack\fR is an ordered list
of elements. One end of this list is designated the
www.eeworm.com/read/272848/10941147
cpp compress.cpp
// LZW compression
#include
#include
#include "hashChains.h"
using namespace std;
// constants
const DIVISOR = 4099, // hash function DIVISOR
MAX_CODES =