登录
首页 » 算法 » LZW 压缩

LZW 压缩

于 2023-06-10 发布 文件大小:517.20 kB
0 475
下载积分: 2 下载次数: 1

代码说明:

伦佩尔 — — Ziv — — 韦尔奇 (LZW) 是一种由亚伯拉罕 · 伦佩尔、 雅各 Ziy 和特里 · 韦尔奇的通用无损数据压缩算法。它是韦尔奇在一九八四年发表作为 1978 年出版由伦佩尔和 Ziv LZ78 算法更好地执行。该算法很容易实现,在硬件实现的算法被广泛使用的 Unix 文件压缩实用程序压缩,并使用 GIF 图像格式具有非常高的吞吐量的潜力。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下:    111    111    111 111111111 1111...
    独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下:    111    111    111 111111111 111101111 111111111    111    111    111 其中,0表示没有放置棋子, 1表示放置。 规定走法如下: a. 任一棋子可越过一相邻棋子(紧相邻)跳到一空缺位置, 并吃掉越过的棋子(从棋盘移处) 如, 走一步后棋盘状态:    111    111    111 111111111 111110011 111111111    111    111    111 b. 最后只留下一个棋子在棋盘上, 并且位置在正中央。 要求: 用程序得出正确走法。 输入: 无 输出: 每一步移动后的棋盘状态, 格式如上。-independent diamond chess Problem description : a chessboard, there are 44 pieces of diamonds, a position vacant chessboard initial state as follows : 111111111 111101111 111111111 which, 0 no place pawn, a place said. Provisions in law are as follows : a. as a pawn to be crossed an adjacent piece (bear adjacent) jumped to a vacant position, and eaten across the pawn (shift from the chessboard) If, after the chessboard go one step further state : 111111111 111111111 111110011 111111111 111111111 b. leaving only a game son on the chessboard, and in the middle position. Requirements : getting the correct procedures in law. Input : None output : e
    2023-01-15 08:55:03下载
    积分:1
  • 平均因子分解应用于正定矩阵
    平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
    2022-10-16 04:30:02下载
    积分:1
  • 在C++ 8PSK仿真
    这是我们在数字通信方面的任务。仿真结果表明,该方法没有误差。希望有帮助!
    2022-10-09 22:20:03下载
    积分:1
  • 移动 Ad-hoc 网络模拟
    此应用程序不仅演示使用 Microsoft 基础类的基本知识,也是您编写应用程序的起始点。 此文件包含的什么你会发现在每个文件,让您的广告特设模拟的应用程序的摘要。
    2022-11-17 09:25:02下载
    积分:1
  • tf-idf中文
    主要使用matlab编写的处理中文语料的tf-idf文档,可以实现对文本的词频及逆文本频率进行统计,得出每个词项的tf-idf权重进而对向量模型进行相似度分析,可进行文本分类等相关后续工作
    2022-07-08 07:25:32下载
    积分:1
  • mumford source coode
    mumford source coode-mumford source coode........
    2023-04-14 06:15:03下载
    积分:1
  • kNN landsat
    KNN算法碳映射
    2022-03-13 15:07:39下载
    积分:1
  • lzw编码源代码
    lz码是一种通用的编码方法,就是指在新源概率统计特征不知或不存在时,对信源进行编码,且编码效率较高。lzw是lz编码的改进编码,效率更好。
    2022-11-05 07:45:03下载
    积分:1
  • 解小数问题(c实现)
    解小数问题(c实现)-Solutions decimal (c realization)
    2022-06-17 22:31:09下载
    积分:1
  • 这是我收集的一个老外编的最小二乘拟合椭圆。希望能派上用场。...
    这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
    2022-04-18 01:32:13下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载