-
实现了LZW数据压缩算法和解压缩算法,用图形界面
实现了LZW数据压缩算法和解压缩算法,用图形界面-achieve the LZW data compression algorithm reconciliation compression algorithm, with a graphical interface
- 2023-02-24 08:10:03下载
- 积分:1
-
视频监控网络版基于BS模式通过WEB可观看远程视频
视频监控网络版基于BS模式通过WEB可观看远程视频-Video surveillance network version of BS model based on the WEB can watch through a remote video
- 2022-11-09 17:40:04下载
- 积分:1
-
overclocking tool, the best source code
超频工具,最佳源代码-overclocking tool, the best source code
- 2023-03-20 17:20:08下载
- 积分:1
-
可用的基于小波的spiht算法,可以自己设定小波分解基数,做成人机交互界面,直观
可用的基于小波的spiht算法,可以自己设定小波分解基数,做成人机交互界面,直观-Available to the SPIHT algorithm based on wavelet, wavelet decomposition can be set for the base, resulting in human-computer interaction interface, intuitive
- 2022-02-25 11:59:14下载
- 积分:1
-
利用matlab编程环境,采用算术编码的方式实现字符串的无损压缩...
利用matlab编程环境,采用算术编码的方式实现字符串的无损压缩-The use of matlab programming environment, using arithmetic coding means to achieve a string of lossless compression
- 2022-03-21 09:45:06下载
- 积分:1
-
一段控制ERP程序自动执行代码,用于超市或者仓库自动录入,枪扫...
一段控制ERP程序自动执行代码,用于超市或者仓库自动录入,枪扫-ERP control procedures for some self-executing code, used for automatic admission to the supermarket or warehouse, gun sweep
- 2022-03-04 15:32:34下载
- 积分:1
-
功能点估算法,非常不错,是一种用来估算项目大小的技术
功能点估算法,非常不错,是一种用来估算项目大小的技术-Function Point
- 2022-02-10 02:13:33下载
- 积分:1
-
Adaptive Difference PCM code in matlab
Adaptive Difference PCM code in matlab
- 2022-10-31 00:55:03下载
- 积分:1
-
对传送的数据进行解压和压缩,提高数据传送量
对传送的数据进行解压和压缩,提高数据传送量-transmission of the data compression and decompression, improving data transmission volume
- 2023-05-02 12:10:03下载
- 积分:1
-
每一步的LZSS算法发送一个字符或<;位置,冷…
In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps character "e" appears more frequently than "x", and a pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adap
- 2022-07-08 14:12:34下载
- 积分:1