-
LZW的算法实现
LZW算法的实现
LZW算法 其中 几个对象为 编码流 数据流 以及 编译表
字符即为数值,这里0-255
字符串:几个字符组成的串。这里可以简单用 来描述。其中前缀可以为0。
根:长度为1的字符串。
编码(Code):按照固定的长度从编码流中读取的值,即编译表中映射值。即一个编码对应一个字符串
本程序中将定义编码长度最大为12。最小为8。
本实现中自动根据文件内容生成对应的编译表
一个编码对应一个字符串,
字符串匹配通过hash算法去编译表中查找对应的编码。
hash值 = (前缀的编码+后缀编码)%常数
- 2022-10-19 02:30:04下载
- 积分:1
-
gps经纬度坐标转换为地心坐标的源代码!
gps经纬度坐标转换为地心坐标的源代码!-gps latitude and longitude coordinates converted to geocentric coordinates of the source code!
- 2023-07-25 02:50:04下载
- 积分:1
-
这次的也是一些算法,但是生成了具体的程序,方便使用。
这次的也是一些算法,但是生成了具体的程序,方便使用。-this is some algorithm, but the ratio of the specific procedures and user-friendliness.
- 2022-12-26 10:05:03下载
- 积分:1
-
Adaptive and Robust control theory
Adaptive and Robust control theory
- 2023-08-29 01:35:06下载
- 积分:1
-
VHDL时序电路
此电路是一个非常简单的VHDL时序电路,通过该电路能够清楚的反应VHDL的时序原理以及最基本、最简单的应用方法、
- 2022-01-20 23:25:57下载
- 积分:1
-
椭圆曲线离散对数问题C源代码
椭圆曲线离散对数问题C源代码-elliptic curve discrete logarithm problem C source code
- 2022-02-02 22:01:37下载
- 积分:1
-
Newton method for solution of non
Newton method for solution of non-linear equations in C
- 2022-07-07 09:50:58下载
- 积分:1
-
本程序主要实现了离散时间的傅立叶变换,具有很强的可移值性,原理简单。...
本程序主要实现了离散时间的傅立叶变换,具有很强的可移值性,原理简单。-This procedure has been the main achievement of the discrete-time Fourier transform, has a strong value can be changed, and simple.
- 2022-05-05 00:15:02下载
- 积分:1
-
Runge
Runge-Kutta-Fehlberg method
- 2022-05-17 05:47:44下载
- 积分:1
-
二叉树的虚拟实现 c语言版
二叉树的虚拟实现 c语言版-binary tree virtual achieve c language version
- 2023-02-03 09:55:03下载
- 积分:1