-
哈夫曼编码法的压缩和解压缩,vc6.0编写的,对哈夫曼编码想要了解的朋友有一定帮助。...
哈夫曼编码法的压缩和解压缩,vc6.0编写的,对哈夫曼编码想要了解的朋友有一定帮助。-Huffman coding method of compression and decompression, vc6.0 prepared for Huffman friends want to know some help.
- 2022-03-20 15:24:50下载
- 积分:1
-
实现LZARI压缩程序,经本人测试,完全使用方便和充分利用…
LZARI压缩程序,经本人测试,完全好用而且完全可用-LZARI compression procedure, by my tests, completely easy to use and fully available
- 2022-02-02 23:57:10下载
- 积分: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
-
huffman
控件台应用程序。
采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。
编码命令:c
解码命令:d
对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
- 2022-03-19 07:31:48下载
- 积分:1
-
Unix系统下,小波包变换的实现例子,当然,稍作改动也可用于windows系统下。...
Unix系统下,小波包变换的实现例子,当然,稍作改动也可用于windows系统下。-uninx system,wavelet transform example,but,you can transplant it to window with little modification.
- 2022-08-13 12:11:45下载
- 积分:1
-
功能点估算法,非常不错,是一种用来估算项目大小的技术
功能点估算法,非常不错,是一种用来估算项目大小的技术-Function Point
- 2022-02-10 02:13:33下载
- 积分:1
-
关于一些算法的例子,我看着还不错,有不足的地方希望大家指导...
关于一些算法的例子,我看着还不错,有不足的地方希望大家指导-Algorithm on some examples, I looked pretty good, has the shortage of places I hope to guide U.S.
- 2022-11-02 15:55:03下载
- 积分:1
-
msp430 TA_Operation
msp430 TA_Operation -msp430 TA_Operation
- 2022-03-11 20:49:17下载
- 积分:1
-
MPEG多视点视频编码(MVC)参考软件。用于对多路视频进行编码压缩,去除每路视频间的冗余。...
MPEG多视点视频编码(MVC)参考软件。用于对多路视频进行编码压缩,去除每路视频间的冗余。-MPEG Multi-View Video Coding (MVC) reference software. For the multi-channel video compression coding remove every video of redundancy.
- 2022-10-24 12:35:04下载
- 积分:1
-
这是一个很好的代码,用于表示均值聚类。工作相当快。可以下载…
this is a very good code for k means clustering. works quite fast. can download for school assignments.
- 2023-02-01 09:00:03下载
- 积分:1