代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/460407/7251726
rc compress.rc
//Microsoft Developer Studio generated resource script.
//
#include "Resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/460407/7251730
gif compress.gif
www.eeworm.com/read/459616/7270544
cpp compress.cpp
// LZW compression
// note changes needed to compile with g++
#include
#include
#include
#include
#include
#include "chash.h"
// constants
co
www.eeworm.com/read/458379/7297582
lzw compress.lzw
www.eeworm.com/read/457121/7333904
hpp compress.hpp
#ifndef _RAR_COMPRESS_
#define _RAR_COMPRESS_
class ComprDataIO;
class PackingFileTable;
#define CODEBUFSIZE 0x4000
#define MAXWINSIZE 0x400000
#define MAXWINMASK (MAXWINSIZE-1)
#defi
www.eeworm.com/read/454740/7384165
asv compress.asv
%用 J(k,l)=I(k,l)-(I(k,l-1)/2+I(k-1,l)/4+I(k-1,l-1)/8+I(k-1,l+1)/8)进行预测编码
clc,clear all
I = rgb2gray(imread('lena.jpg')); %彩色图像转换为灰度图像
I2=I;
I=double(I);
fid = fopen('mydata.dat','w');
[m n]
www.eeworm.com/read/454740/7384167
m compress.m
%用 J(k,l)=I(k,l)-(I(k,l-1)/2+I(k-1,l)/4+I(k-1,l-1)/8+I(k-1,l+1)/8)进行预测编码
clc,clear all
I = rgb2gray(imread('lena.jpg')); %彩色图像转换为灰度图像
I2=I;
I=double(I);
fid = fopen('mydata.dat','w');
[m n]
www.eeworm.com/read/451979/7452778
obj compress.obj
www.eeworm.com/read/450566/7481250
hlp compress.hlp
www.eeworm.com/read/443882/7621015