-
24位BMP转换为RGB565的BMP工具
24位BMP转换为RGB565的BMP工具-24 BMP conversion of the BMP tools RGB565
- 2022-07-07 17:28:51下载
- 积分:1
-
程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0
程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件
压缩与解压-Procedure to build a tree haffman using Huffman tree algorithm to 0-1 on the text file of code, and simulate file compression and decompression
- 2022-05-13 06:55:39下载
- 积分:1
-
音频文件编码为G729.VS2005编写,已测试
音频文件编码为G729.VS2005编写,已测试-G729.VS2005 encoding audio files to prepare for, have been tested
- 2022-06-01 11:26:13下载
- 积分:1
-
这个程序的功能是能对一般的文件进行压缩和解压缩!
这个程序的功能是能对一般的文件进行压缩和解压缩!-The function of this procedure is able to document the general compression and decompression!
- 2022-03-02 03:53:10下载
- 积分:1
-
单片机播放音乐,是学习单片机的最好途经,资料详细,认真仔细...
单片机播放音乐,是学习单片机的最好途经,资料详细,认真仔细-SCM music, is to learn the best microcontroller through the data in detail, a careful look at
- 2022-07-21 20:51:38下载
- 积分:1
-
Vector Quantization压缩算法
Vector Quantization压缩算法 -Vector Quantization Compression Algorithm
- 2022-11-23 04:00:03下载
- 积分:1
-
对于Huffman压缩算法原代码的数据流,可以使用…
用于数据流压缩的huffman算法原码,可用于压缩解压的源程序-Data stream for the huffman compression algorithm the original code, can be used to extract the source compression
- 2023-01-18 17:00:03下载
- 积分:1
-
做成界面的基于小波的spiht算法压缩解压缩编码
做成界面的基于小波的spiht算法压缩解压缩编码-Make the interface of the SPIHT algorithm based on wavelet compression decompression coding
- 2022-03-06 05:39:22下载
- 积分:1
-
lzw压缩解压算法源码
lzw压缩解压算法源码-The soruce of LZW compression algorithm
- 2023-04-04 06:40:04下载
- 积分:1
-
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is d...
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
- 2022-10-29 01:55:05下载
- 积分:1