资源列表
cs_research
- 简要分析了压缩感知中的几个重要定理,有一定的借鉴作用。-This paper talks about some important theories in compressive sampling.
HuffmanCPP
- 该运行程序为哈弗曼编码/译码系统,运行时依次输入需要编码的字符串中的字符和它们各自的权值,编码和译码都会生成txt文件,具体使用见readme文档,代码中注释详细,适合初学者看。-huffman code
PCA
- 线性主元分析,用于数据降维及压缩,分析数据组成成分-principal component analysis
7juj89o
- 关于解压的一些算法~自己想的~~希望对大家有用吧-Some algorithms for extracting ~ ~ ~ hope they want it to be useful
dvvbfd34-9ghn
- 关于压缩的一点程序,自己研究的 希望对大家有用-Compression point of the program, their hope useful for the study
ZipFolder
- 自己编写的目录压缩程序,能压缩一个目录中每一个文件为一个单独的zip文件,并连同目录结构一起复制到另一个目录下。-Write your own directory compression program that can compress a directory for each file as a single zip file and directory structure together with copy to another directory.
UnzipFolder
- 自己编写的目录解压缩程序,能解压缩一个目录中每一个zip文件为一个单独的文件,并连同目录结构一起复制到另一个目录下。-Write your own directory unzip program to unzip a zip file of each directory as a separate file and is copied along with the directory structure to another directory.
LZW_JAVA-and-cPP
- 字典压缩算法(LZW)的java与c实现版本-LZW algorithm implementations of java and c
arithmetic-coding
- 算术编码,一种更现代的编码,比霍夫曼更有效-Arithmetic coding, coding a more modern, more effective Bihuofuman
arithmetic-coding-and-encoding
- 算术编码是一个现代的方法比霍夫曼更有效。-Arithmetic coding is a more effective modern methods Bihuofuman
jj2kgui
- java jpeg2000源代码,压缩解压-java jpeg2000 source code, extract the compressed
comprox
- 一个完整的LZ77-ARI压缩程序,压缩率高于gzip。-A complete LZ77-ARI compressor, with compression ratio higher than gzip.