-
lzw压缩程序1.5
lzw压缩程序1.5 -Lzw1.5
- 2022-04-10 13:41:20下载
- 积分:1
-
计算机系统有关摸模仿业务方面的系统用C++做成的
计算机系统有关摸模仿业务方面的系统用C++做成的-Computer systems related to mimic touch systems business C++ Made
- 2022-04-16 23:00:37下载
- 积分:1
-
很好 立刻仪用 需要的人 都可以来下载 下载了要给点说民、哦...
很好 立刻仪用 需要的人 都可以来下载 下载了要给点说民、哦-immediately Instrument good people in need can also download the people said he should be, oh
- 2022-03-14 08:46:22下载
- 积分:1
-
数据压缩源代码和一个用的演示,可以在内存中压缩数据。
数据压缩源代码和VC中使用DEMO,能够压缩内存数据。- Data compression source code and a demo by VC that can compress data in memory.
- 2023-05-17 21:35:03下载
- 积分:1
-
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动...
所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
- 2022-01-25 18:27:16下载
- 积分:1
-
自己用C语言编写的一个算术编码的程序,很好用的。
自己用C语言编写的一个算术编码的程序,很好用的。-own use of the C language an arithmetic coding procedures, very good use.
- 2022-01-25 18:45:58下载
- 积分:1
-
介绍小波的函数,不是很复杂,初学者应该会有很大的帮助
介绍小波的函数,不是很复杂,初学者应该会有很大的帮助-Introduced the wavelet function, is not very complicated, beginners should be of great help
- 2022-03-30 16:25:16下载
- 积分:1
-
基于小波变换的零树编码对静止图像进行压缩与解压
基于小波变换的零树编码对静止图像进行压缩与解压-based on wavelet transform is the right tree coding static image compression and decompression
- 2022-03-13 00:50:04下载
- 积分:1
-
这是小波变换的一个源代码,vc实现,很有用的哦,希望对大家有所帮助。...
这是小波变换的一个源代码,vc实现,很有用的哦,希望对大家有所帮助。-This is a wavelet transform source code, vc realized, very useful Oh, we want to help.
- 2022-02-14 23:52:38下载
- 积分:1
-
使用Lempel-Ziv压缩
Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a finite alphabet into substrings, whose lengths do not exceed a prescribed integer and a coding scheme which maps these substrings sequentially into uniquely decipherable code words of fixed length. The strings are selected so that they have nearly equal probability of occurrence. Frequently-occurring symbols are grouped into longer strings while occasional symbols appear in short strings. -Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a fi
- 2022-07-10 13:32:58下载
- 积分:1