资源列表
RLE
- 这是RLE压缩MATLAB算法,可实现的.希望有帮助
SSFM_for_CNLSE_withPMD_without_ER_terms.m
- solver PMD (optical fiber)
xb_decompress_end
- 基于小波算法的图像解压缩,数字图像处理课程设计-Wavelet-based image compression algorithm solutions, digital image processing course design
Cpp2
- 简单的语法分析程序,对输入的语句进行分析,看是否是一个正确的句子。
LALA
- 这个程序主要实现对huffman编码的。huffman是数据结构的上机实验之一 ,很有用的-this procedure main right Huffman coding. Huffman is the data structure of the experimental aircraft, one very useful
quickmodifiye
- this algorithms k.th smallest items an array
wavelet_solveFastMatrix
- 稀疏矩阵重建的两个源码,用于小波变换快速方程求解,可以很好地显示512*512矩阵中的稀疏元素。-Sparse matrix reconstruction of two source code for the wavelet transform fast equation solver, and can display 512* 512 matrix sparse elements.
Hufuman
- 大家可能遇到的信息论实验 哈夫曼编码 一种编码方法-Hufuman
huffman
- 霍夫曼编码,功能为读取对应文件里的字符串源码,进行霍夫曼编码,输出码表字典和编码结果,编码效率等参数,最后提供解码-Huffman coding function to read the corresponding file in the source string, Huffman encoding, dictionary and code table output coded result, the coding efficiency and other parameters, and fi
runlength
- 游程编码是一种常用的压缩编码方法,为压缩文本文件建立的,用于文本文件压缩。-RLE compression is a commonly used method for compressing a text file created, for text file compression.
lcd
- lcd源代码 结合网上的例题可以很容易上手,希望可以帮助到大家,-LCD source code hope can help to you
lzw.c
- Lempel-Ziv coding 源代码(C)