资源列表
zlib4107
- zlib compression library
hotel_rese158494582003
- HOtel Reservation System
helloworld
- the first program on c-the first program on c++
DFAScan
- 编译原理分析器模拟构造器的设计报告全套,希望适合大家-Compiler construction principles analyzer analog device design report complete, I hope for everyone
lzw压缩
- 无损数据压缩的源码,Lempel Ziv Welch算法-lossless data compression source code, the Lempel Ziv Welch algorithm
Huffman
- 对输入数字计算出Huffman树并输出, 输出自顶层开始
Statistics-and-data-analysis
- MATLAB语言常用算法程序集之-数据的统计和分析源代码-Statistics and data analysis
3D_SL0
- 3维压缩感知重构算法,采用最速下降法和梯度投影原理,逐步逼近最优解。是本人精心编写调试好的,请放心使用。-3 dimensional compressive sensing reconstruction algorithm, using the steepest descent method and the gradient projection principle, and gradually approaching the optimal solution.
EZW
- 一个简单的EZW编码算法,效率较高,可直接应用试验-A simple algorithm of EZW coding, high efficiency, can be directly used
BMP24ToRGB565
- 24位BMP转换为RGB565的BMP工具-24 BMP conversion of the BMP tools RGB565
lzw
- 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re