资源列表
moblie
- 自适应算术编码的框架,可以直接用来直接开发,用C语言编写的-adaptive arithmetic coding framework that can be directly used to direct development, using the C language
jpeg
- 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
FDR_codes_compression_based_on_compatible
- 一种基于相容压缩和FDR编码压缩的综合压缩方法。该方法首先把原始测试集的测试向量转变成多扫描链的形式,利用测试向量间的相容关系进行第一次压缩——相容压缩,在此基础上对相容压缩过的测试集进行重排,使其仍然保持原始测试集中测试模式的排列特性,并对其进行优化排序,使得相邻模式间具有最少的不同位,最后利用FDR编码方法进行第二次压缩。 目前,减少测试应用时间和测试数据容量是测试领域的努力方向。本文提出的这种方法可以有效的减少存储容量和降低测试时间从而有效的降低了测试成本。与类似的纯编码压缩方法相比,
lzw
- 用c++编写的,实现基于lzw算法的数据压缩算法,此算法是无损压缩的经典算法!-Prepared using c++ to achieve data compression algorithm based on lzw algorithm, this algorithm is a classical algorithm for lossless compression!
DynamicHuffman
- 动态huffman压缩和解压,c语言,转的
HuffCompress
- 哈弗曼编码算法,C语言实现!实现文件压缩。哈弗曼编码算法,C语言实现!-huffman code, write by c.
dither.tar
- 一种dither 算法,处理后提高图像质量-A dither algorithm, processed to improve image quality
golomb_compress
- 一种基于多扫描链相容 压缩的 Golomb 码的压缩方法。这种方法首先把原始测试集的测试向量转变成多扫 描链的形式,从而进行第一次压缩——相容压缩,接着对已经相容压缩过的测试 集进行重排,使其仍然保持原始测试集模式之间变化位较少的特性,并通过对测 试模式的优化排序使得相邻模式间具有最少的不同位,最后利用 Golomb 码的编码 方法进行第二次压缩。-The method of Golomb codes compression based on compatible co
ZipDecompresser
- 如文件名所述,ZIP压缩的好东东,不要错过-As described in the file name, ZIP compression is good stuff, do not miss
ofdm_bpsk
- basic OFDM的系统流程 使用BPSK
BMP-jiema
- 这是根据ucgui写的用sd卡存储bmp图片并进行解密的程序-This is in accordance with the sd card ucgui write bmp image and decrypt stored procedures
RLEBmp_src
- its a RLE compressioner in java