搜索资源列表
词典编码
- 词典压缩编码 在多媒体中数据量一般都比较大,为了更好的在网络上传输,采用的无损压缩编码-Dictionary Coding in multimedia data is generally larger than that in order to better the transmission on the network, using a lossless compression coding
无损压缩中的熵编码
- 用c语言编写的无损压缩中的熵编码的编码和解码程序! 很实用的!-prepared by the lossless compression of the entropy coding coding and decoding process! Very practical!
compc++
- 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有: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
huffmancodeanddecode
- 这是一个采用二进制进行Huffman编码的程序,主要用于图像的无损压缩。-This is a binary Huffman coding for the procedure, mainly for lossless compression of image.
1
- 图象压缩技术, 由于图像和视频本身的数据量非常大,给存储和传输带来了很多不便,所以图像压缩和视频压缩得到 了非常广泛的应用. 数据压缩方法种类繁多,可以分为无损压缩和有损压缩两大类.无损压缩利用数据的统计冗余进行压 缩,可完全恢复原始数据而不引人任何失真,但压缩率受到数据统计冗余度的理论限制,一般为211到 5-1.有损压缩方法利用了人类视觉对图像中的某些频率成分不敏感的特性,允许压缩过程中损失一定的 信息 虽然不能完全恢复原始数据,但是所损失的部分对理解原始图像的影响较小
ECGcompression1
- 针对心电数据的特殊性,提出一种实用的心电数据无损压缩算法,在获得较大的压缩率的同时保证压缩和解压的速度。
bkreader
- 图象浏览软件,看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
用C语言编写程序实现Zip或者Rar无损压缩算法
- 用C语言编写程序实现Zip或者Rar无损压缩算法
LZO
- LZ0无损压缩算法核聚变实验数据采集系统中的应用-Lossless compression algorithm LZ0 nuclear fusion experimental data acquisition system
2.3compress
- 用动态规划压缩文件,是无损压缩。压缩的效率不是很高,可是有一定的借鉴意义-Using dynamic programming compressed file is lossless compression. Compression efficiency is not high, but must have reference
ECGCompressLossless
- 心电数据无损压缩代码 用到了游程编码 Golomb编码 差分编码等-Lossless Compression of ECG data the code uses a run-length coding Golomb coding differential coding
lzw
- 实现多媒体流数据无损压缩LZW编码、解码算法,界面简单,可以自定义字典。-Multimedia streaming data about LZW encoding, decoding algorithm, the interface is simple, and can customize the dictionary.
Thuffh
- 利用matlab编程环境,采用算术编码的方式实现现字符串的无损压缩 ,经测试可直接使用。 -Matlab programming environment using arithmetic coding to achieve lossless compression is now a string, has been tested and can be used directly.
JPEG-LS
- 进行jpeg-ls无损压缩的源程序,按照标准进行的无损压缩-Source lossless compression jpeg-ls
改进lzw数据压缩实现
- matlab实现LZW无损压缩 以及matlab实现LZW无损压缩的改进,适合相关领域的人使用,亲测可用(LZW lossless compression implemented by MATLAB And MATLAB to achieve LZW lossless compression improvements, suitable for people in related fields, pro test available)
一种针对二进制数据的多字符组合无损数据压缩方法
- 针对二进制数据压缩方面的专利文献,供参考(Patent literature for binary data compression for reference)
VGA图像无损压缩
- 针对vga接口输出的雷达图像的无损压缩编码算法。(A lossless compression coding algorithm for radar images.)
[Cmsmb.Cc]图片无损压缩工具
- 该模板、插件和素材资源仅供大家研究学习,切勿由于任何商业用途,请尊重作者购买正版(The template, plug-in and material resources are only for study and study, not for any commercial use, please respect the author to buy a positive edition.)
practice
- 本程序使用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.
用gdcm压缩dcm文件(无损)
- 用c++写的dcm文件无损压缩代码,可在vs2015上创建工程使用