资源列表
siftedkey
- 游程编码C++代码,可以用于信号的无损压缩,并且其压缩比能接近理论极限值-run-length encoding for C++,with a high compression ratio
huffman_codeing_and_decoding
- 基于huffman编码的压缩与解压程序,huffman编码是信元编码的一种,用于无损压缩,这里给出一个压缩与解压程序-Huffman coding based on the compression and decompression procedures, huffman coding is a cell encoding for lossless compression, which gives a compression and decompression procedures
Arnold-OF
- 基于压缩传感的基础上,获得Arnold置乱加密算法,该算法具有抗攻击型,有很好的均匀分布特性。-Based on compressive sensing, Arnold encryption algorithm, this algorithm has the anti attack type, has the very good distribution.
jpeg
- 一个简单对图象进行JPEG图像压缩算法。希望对大家有所帮助
Mallat_2ceng
- mallat算法实现信号的分解与重构,这里实现了一维信号的2层分解,并且用db1和db2小波两种小波进行比较-the mallat signal decomposition and reconstruction algorithm here to achieve a one-dimensional signal layer decomposition, and compared with db1 and db2 wavelet two wavelet
euler
- euler格式前进、后退和改进的格式,并在一个程序中-euler
CS_OMP
- 正交匹配追踪算法—基于压缩感知信号重构.-Orthogonal Matching Pursuit algorithm- based on compressed sensing signal reconstruction
PSO--Knapsack_Problem
- PSO Approach For Solving Knapsack Problem-PSO Approach For Solving Knapsack Problem
LCS
- LCS 问题 最大公共子序列 LCS 问题 最大公共子序列-The biggest problem common subsequence LCS LCS LCS biggest problem common subsequence problem largest common subsequence
coding
- 通过实验进一步掌握算术编码的原理; 用C/C++语言实现算术编、解码。-Experiment to further understand the principles of arithmetic coding with C/C++ language arithmetic coding and decoding.
huffman2
- 这是关于信源压缩编码里面比较经典的压缩编码算法-Huffman算法的代码!