搜索资源列表
arthcoder
- 实现算术编码的功能,完成对字符的压缩和解压缩,可以实现编码和译码-Arithmetic coding to achieve the functions of characters to complete the compression and decompression, encoding and decoding can be achieved
huffman
- 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
RLE
- This the code about run length encoding-This is the code about run length encoding
Huffman-encoding-decoding
- 哈夫曼编码与译码,能对输入的字符(有权值)进行建树、编码、译码-Huffman encoding and decoding can input characters (right value) for contributions, coding, decoding
huffman
- 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
mywork
- huffman arithmetic encoding and decoding
arithmeticCoding
- 该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
frac_comp
- Fractal Image Encoding
Huffman_coding
- Extended Huffman coding. Huffman encoding and Huffman decoding. Note: need to change the file path of the picture for compressing.-Extended Huffman coding. Huffman encoding and Huffman decoding
arithmetic_coding
- Arithmetic coding: encoding and decoding. Note: change the file path for the compressing picture before running.
EZW
- EZW 算法实现 包括对图像的编码和解码-EZW algorithm, including encoding and decoding of image
encoding
- 运用C++按照一维游程编码原理进行数据的压缩转换-Using C++ in accordance with the principle of one-dimensional run-length encoding data compression conversion
JPEG-matlab
- JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
Huffman-encoding-and-decoding-tree
- 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
Huffman-encoding
- C sources for Huffma,Huffman encoding
Huffman-encoding-decoding-
- 通过C++来实现赫夫曼编码和译码函数的程序-Huffman encoding and decoding functions of the program through C++
x264-encoding-process
- x264编码流程详解,可能不适用最新的x264版本,可是对初学者还是很有用的。-x264 encoding process Detailed may not apply to the latest x264 version, but still very useful for beginners.
G.729-voice-encoding-the-source-code
- G.729语音编码的源代码,主要针对语音编码和解码过程,该源代码可用于DSP软件仿真-G.729 voice encoding the source code
LZW-encoding-and-decoding
- 对小写英文的字符串进行lzw编码与解码的文件 字典上限为256-LZW encoding and decoding The dictionary limit is 256
Run-length encoding?(RLE)
- run length encoding的Matlab程序,纯原创,请勿抄袭!(This is a Matlab program for run length encoding.)
