搜索资源列表
HuffMan
- Compress file using code Huffman algorithim
ydaimaBigNum
- 件介绍: VC++数论计算的无符号大整数类及范例 VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类: //乘2运算,即 // a = a * 2^dwTimes 相当于左移一位二进制,低位补0 CUSuperInt& Double(DWORD dwTimes = 1) //除2运算 相当于右移一位二进制,高位边补0,低位舍弃 CUSuperInt& Half(DWORD dwTimes = 1)
ACA_09.03.01
- 用于稠密矩阵压缩的ACA算法,可以用于矩量法和有限元中。-an ACA code to compress the dense matrix in MOM and FEM.
pbotypes
- pbotypes compress/decompre-pbotypes compress/decompress
DWT
- 压缩感知C实现,有实例(但是只有实现部分,并没有训练字典部分)-COMPRESS SENSING PROGRAM (C)
BWT-14-05-24(12-37-39)
- The source code for BWT search & compress algorithm Good code quality.
hw4
- 输入一串由小写字母组成的字符串,对字符串进行压缩,出现重复字符则输出该字符和其连续出现次数-Enter the string from a string of lowercase letters, compress strings, duplicate the output of the character and the character of its successive occurrences
huffman
- 在数字信号处理时对数据进行压缩,采用matlab实现霍夫曼编码-To compress the data in digital signal processing using MATLAB achieved Huffman coding.
ADPCM_code-
- 因为种种原因,最近需要把原始的wav文件压缩成ADPCM格式。但是网上几乎搜不到相关的中文资料。花了相当长的时间,七拼八凑的从一些文章中得到了些信息,终于搞定了它。为了方便遇到跟我一样麻烦的人,我决定把它详细的写下来。 - For various reasons, most recently the need to compress the original wav file into ADPCM format. But Chinese Internet almost found the
FFT_with_FPGA
- 使用FPGA实现快速副力叶变换,用于数据滤波,压缩和识别-with FPGA to realize the FFT algritum and to realize the filter,compress and recognition
menu
- LZW compress/Decompre-LZW compress/Decompress
PCA
- PCA算法:通过将高维矩阵降维来压缩文件或是查询数据-PCA algorithm: by reducing the dimension of the high-dimensional matrix to compress the file or query data