搜索资源列表
-
0下载:
这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth
-
-
0下载:
这是一个采用二进制进行Huffman编码的程序,主要用于图像的无损压缩。-This is a binary Huffman coding for the procedure, mainly for lossless compression of image.
-
-
0下载:
图象浏览软件,看NLC格式的图书工具,图书阅读器NLC(中国数字图书馆)版本 NLC格式是中国国家图书馆的电子图书格式。它把扫描的图书图像以JBIG 标准压缩(无损压缩)为很小的NLC文件。NLC文件是JBIG格式的一种变种。解压缩之后即可使用,不需要安装。-image viewing software, see NLC format books tools, books readers NLC (China Digital Library) NLC format version of the
-
-
0下载:
本书内容由三部分组成。第一部分介绍信息论与信息科学的基本知识, 第二部分介绍 Shannon 信息论的基本内容,第三部分介绍信息论的应用。本书叙述力求通俗简练,较长的定理证明将通过指定参考书给出,各章附有习题与注解说明。对大型的练习,如无失真数据压缩编码、有失真图象压缩编码、调制编码及其他编码技术作者编制了若干个大型的练习试验,作为信息论理论教学的补充与尝试,有条件的学校可以开设。~..~-contents of the book consists of three parts. The fir
-
-
0下载:
这个loco-I算法是图像无失真压缩标准jepg-ls的核心算法,使用c编写-The loco-I algorithm is lossless image compression standard jepg-ls core algorithms, the use of c prepared
-
-
0下载:
FELICS是一种图像压缩方法,压缩效率与JPEG的无损模式相当。
-FELICS is an image compression method, compression efficiency of JPEG lossless mode fairly.
-
-
0下载:
C# 普通压缩图片和无损压缩图片两种不同源码示例,无损压缩当然比较好了,源码可正确编译,其中无损压缩图片的程序界面请参见截图。Compositing文件夹中的为普通的图片压缩程序实例,先易后难,两个都是值得参考的实用源码-C# ordinary compressed images and pictures of two different lossless compression source code examples, of course, relatively good lossless
-
-
0下载:
图像无损压缩 calic算法 需要调试一下(Lossless image compression)
-
-
0下载:
本程序使用LZW算法对图像进行压缩。压缩编码是一种先进的数据压缩技术,属于无损压缩编码。对于简单图像和平滑且噪声小的信号源具有较高的压缩比,并且有较高的压缩和解压缩速度。(This program uses the LZW algorithm to compress the image. Compression coding is an advanced data compression technology. It belongs to lossless compression coding.
-
-
0下载:
it is basic step to compress image which is lossless..
what lossless mean ?
image which can be reproduce completely after compression..
check it out the code and the data set
-