资源列表
Wireless-CS
- 简单的压缩感知用于无线传感器的例子,还有贝叶斯压缩感知-Simple compress perception used for wireless sensor examples, and the bayesian compression perception
JPEG_code
- 这个是用vc++写的图像压缩的代码。验证都是没有问题的,里面含有各种常见的算法,及压缩的源码。。。做成了一个库文件。。提供调用-This is the image compression with vc++ to write code. Validation are not the problem, which contains a variety of common algorithms and compressed source...Make a library file.. To prov
ht
- 本程序采用哈弗曼编码技术对用户输入的文本进行压塑,当用户按回车键之后,便会显示压塑之后的文本,并且会显示每个字符的二进制代码。-This code is used to be compress the text you enter,adopting the method of haffmancode .When you enter the resource text ,you will see the compressing mold and the binary code of every c
kongjian
- 关于空间图像的视频压缩算法的选择及其应用 空间图像_视频压缩算法的选择及其应用-Space image _ video compression algorithm selection and its application
shiliang
- 关于当前矢量量化的图像压缩方法 矢量量化图像压缩方法-Vector quantization for image compression method
CS-application
- 几篇压缩感知的文献,主要介绍压缩感知的理论分析和应用研究,一些算法介绍的简单易懂-Several compressed sensing literature, introduces the compressed sensing theory and applied research, some algorithm is described in easy to understand
rar
- vb操作rar实例,新手可以参考一下,网上找的,不是原创-vb rar
huffman
- 构造huffman树,以及找到huffman树的最优解,实现最小二叉树。-Construct huffman tree, and find the huffman tree optimal solution to achieve the minimum binary tree.
HuffmanTree
- 用最短的代码,实现要求的功能。其中不乏经典的操作方法。-With the shortest code, realize the required function. Including some classic methods of operation。
huffman
- 课程设计上自己写的一个huffman 编码-huffman encoding
jpeg2000-standard-
- jpeg2000的压缩标准和应用于图像压缩-jpeg2000 standard
2
- 用霍夫曼树实现文件的解压以及压缩的问题,语言为C++ 构造自适应霍夫曼树实现文件的压缩与解压缩-Adaptive Huffman tree structure for file compression and decompression.