代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/145646/12709846
obj compress.obj
www.eeworm.com/read/246329/12736050
exe compress.exe
www.eeworm.com/read/246329/12736062
c compress.c
//////////////////////////////////////////////////////////////
//Name:compress.c
//Purpose: Run length algorithm and Jpeg decoding
//Author: phoenix, CS, TshingHua, Beijing, P.R.C.
//Email: bj
www.eeworm.com/read/332481/12753366
h compress.h
#ifndef _COMPRESS_
#define _COMPRESS_
#define END_INDEX 0
#define INDEX_BIT_SIZE 12
#define LENGTH_BIT_SIZE 4
#define DICT_SIZE 4096
#define BUFFER_SIZE 17
#define ROOT 4096
#d
www.eeworm.com/read/332481/12753875
cpp compress.cpp
#include "stdafx.h"
#include "String.h"
#include "mmsystem.h"
#include "Dragon.h"
//#include "MenuDef.h"
#include "network.h"
#include "compres
www.eeworm.com/read/143887/12831997
java compress.java
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.zip.GZIPOutputStream;
public class Compress{
/**将from文件的内容进行压缩并且将压缩结果存入to文件中*/
www.eeworm.com/read/143887/12832001
class compress.class
www.eeworm.com/read/143818/12839109
h compress.h
/* .,=====; __ ,--
* ,==/' || -" _ /==+-.
* ||-. |`| _,-' ||-+ |
* ,| \ / `| -='| . `=/"
* ,/ /`-, `: _/--+\ /\ /.
* |
www.eeworm.com/read/331205/12839207
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2003 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZL
www.eeworm.com/read/244215/12878044