搜索资源列表
-
0下载:
This archive contains simple and readable ANSI C implementations of
run length encoding and decoding (RLE). ,This archive contains simple and readable ANSI C implementations of
run length encoding and decoding (RLE).
-
-
0下载:
霍夫曼编码是经典的信源编码,与游程编码同为信道编码常用编码方式高效简单。-Huffman coding is the classic source coding, and run-length coding with channel coding used for the encoding easy and efficient.
-
-
0下载:
信息论编码课程设计中自己做到的游程编码的代码,里面包含了哈弗曼的编码算法,希望对你有所帮助。-Information theory, curriculum design in their own code to do run-length coding code, which contains a Havermann encoding algorithm, hope this helps.
-
-
0下载:
本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
-
-
0下载:
本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
-
-
0下载:
run length encoding using C-C++ language
-
-
0下载:
Run length encoding program
-
-
0下载:
本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
-
-
0下载:
实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
-
-
0下载:
Run Length Encoding Algorithm Sample written in C#
-
-
0下载:
基于C++的游程长度编码RLE,希望对大家提供帮助-Based on C++ run-length encoding RLE
-
-
0下载:
Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the origi
-
-
0下载:
huffman编码 游程压缩解压缩 香农编码 香农费诺编码-huffman encoding run-length compression decompression the Shannon coding Shannon Fenno coding
-
-
0下载:
游程编码程序,输入一个01序列,将它转换成游程编码-Runlength encoding procedure, the input of a 01 sequence, and convert it into the run-length coding
-
-
0下载:
行程编码(Run-Length Encoding)
仅存储一个像素值以及具有相同颜色的像素数目的图象数据编码方式称为行程编码,或称游程编码,常用RLE(Run-Length Encoding)表示。该压缩编码技术相当直观和经济,运算也相当简单,因此解压缩速度很快。RLE压缩编码尤其适用于计算机生成的图形图像,对减少存储容量很有效果。
-Run-length encoding (RLE) is a very simple form of data compression in which
-
-
0下载:
用c++实现的对游程编码的译码以及编码操作。对信息论一块的游程编码的理解具有一定参考价值。-C++ with the realization of run length coding decoding and encoding operation. For information on the run length encoding a piece of understanding has a certain reference value.
-
-
0下载:
DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过-DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding.
-
-
0下载:
基于c++的二元信息论编码,包括霍夫曼编码,费诺编码,游程编码及算术编码-C++ based binary information on the coding, including Huffman coding, coding, run-length encoding and arithmetic coding
-
-
0下载:
使用C语言实现游程编码的编码压缩与解压, 算法比较精悍!-Using C language run-length encoding compression coding and decompression algorithm is relatively lean!
-
-
0下载:
对一定长度的数据进行压缩,采用游程编码,对连续重复的数据压缩率高。(For a certain length of data compression, using run length encoding of data, continuous repeated high compression rate.)
-