Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - compress
Search - compress - List
This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the .NET Framework version 2.0.
Update : 2008-10-13 Size : 144200 Publisher : winzheng

自己编写的一个采用LZW压缩算法对文件进行压缩的程序;-themselves prepared a LZW compression algorithm used to compress the document procedures;
Update : 2008-10-13 Size : 10503 Publisher : 王刚

硕士研究生论文关于小波压缩-wavelet Compress of master degree Paper
Update : 2008-10-13 Size : 3656058 Publisher : 刘要强

DL : 0
通过小波变换实现图像的压缩变换,很简洁的压缩程序。
Update : 2008-10-13 Size : 868 Publisher : sh85

DL : 0
Compress code base on LZ772 Algorithm
Update : 2008-10-13 Size : 5586 Publisher : Winston Chen

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
Update : 2008-10-13 Size : 7401 Publisher : 毛磊

实现对任意文件的霍夫曼编码压缩
Update : 2008-10-13 Size : 8754 Publisher : 张飞

This sample application shows how to compress and save a frame in standard JPEG with the codec
Update : 2008-10-13 Size : 35702 Publisher : 费戈

图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理
Update : 2008-10-13 Size : 11551 Publisher : 张悦庭

检测图像的边缘: 用Prewitt算子检测图像的边缘 ,用不同σ值的LoG算子检测图像的边缘 ,用Canny算子检测图像的边缘 ,图像的阈值分割 ,用水线阈值法分割图像 ,对矩阵进行四叉树分解 ,将图像分为文字和非文字的两个类别 ,形态学梯度检测二值图像的边缘 ,形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
Update : 2008-10-13 Size : 41548 Publisher : 张悦庭

DL : 0
JS/CSS文件压缩工具,在YUI COMPRESS基础上添加GUI,待压缩文件列表,支持直接拖曳文件,列表中的文件支持使用鼠标拖曳实现排序,支持当前配置导入导出功能,
Update : 2008-10-13 Size : 897508 Publisher : 张晗

C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。根据HuffCode.txt中编码对文件Sourcefile.txt进行重新编码,并将重新编码后的内容写入文件CodeFile.txt中。 (4)D:译码(Decoding)。利用已经建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件TextFile中。 (5)P:打印代码文件(Print)。将文件CodeFile.txt的内容显示在终端上,每行50个代码。 (6)T:显示哈夫曼树(Treeprinting)。将已经在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上。
Update : 2008-10-13 Size : 115837 Publisher : dongming

用于bmp图像转化为jpg的图像压缩算法实现的源代码。
Update : 2008-10-13 Size : 8388 Publisher : andy

包括压缩算法的英文介绍,及其实现程序。快来下啊!
Update : 2008-10-13 Size : 20276 Publisher : 小雨

实现了一个相对简单的哈弗曼树的压缩算法,是基于MFC开发的。
Update : 2008-10-13 Size : 276754 Publisher : 罗亚

JPEG2000图像压缩过程及原理概述,对做图像处理的有一定帮助!
Update : 2008-10-13 Size : 355424 Publisher : 101

DL : 0
h264 compress(english)
Update : 2008-10-13 Size : 5096098 Publisher : wsgjj

常见的几种压缩算法的源程序。都是TC下的。
Update : 2008-10-13 Size : 15579 Publisher : 杨敬禹

DL : 0
利用JAVA 实现的 霍夫曼编码压缩解压缩算法
Update : 2008-10-13 Size : 52424 Publisher : 杨柳

这是一个完整的压缩解压缩程序,条理清晰,对于学习压缩程序非常有用。
Update : 2008-10-13 Size : 310262 Publisher : 薛道静
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.