CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LZW

搜索资源列表

  1. Assignment-2

    0下载:
  2. Image Compression by: 1) Use Adobe Photoshop to Compress images using LZW algorithm (i.e. lossless technique). 2) Use MATLAB to Compress images using JPEG algorithm (i.e. lossy technique) and Assess objectively the quality of the compressed
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7720960
    • 提供者:rola
  1. lzw_compression

    0下载:
  2. LZW压缩编码源程序,用较短的代码来表示较长的字符串来实现压缩。 -LZW compression source code, with a shorter code to indicate a long string to achieve compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5339
    • 提供者:zzl
  1. compression-algorithm

    0下载:
  2. 多媒体课程大作业:其中包含了三个压缩算法:自适应哈夫曼压缩算法;哈夫曼压缩算法;lzw压缩算法-Multimedia Courses big job: which includes three compression algorithms: adaptive Huffman compression algorithm Huffman compression algorithm lzw compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:439530
    • 提供者:柳下惠
  1. LZWCOM3

    0下载:
  2. 多媒体lzw压缩算法源码(c++) LZW压缩算法是Lempel-Ziv-Welch 3个人共同发明的,简称 LZW 的压缩算法,可以用任何一种语言来实现它. LZW是GIF图片文件的压缩算法,而且zip压缩的思想也是基于LZW实现的,所以LZW对文本文件具有很好的压缩性能。-lzw compression algorithm source code (c++)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:199897
    • 提供者:云天清
  1. LZWUNCOM3

    0下载:
  2. lzw解压缩算法源码 LZW压缩算法是Lempel-Ziv-Welch 3个人共同发明的,简称 LZW 的压缩算法,可以用任何一种语言来实现它. LZW是GIF图片文件的压缩算法,而且zip压缩的思想也是基于LZW实现的,所以LZW对文本文件具有很好的压缩性能。-lzw decompression algorithm source code LZW compression algorithm is Lempel-Ziv-Welch 3 individual co-inventor, re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:632024
    • 提供者:云天清
  1. LZW_code

    0下载:
  2. LZW code(字典编码,字典1-128初始化ASCII的128个字符;字典最大为4096)-LZW code (dictionary coding, dictionary 1-128 initialization ASCII 128 character dictionary max 4096)
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1482
    • 提供者:linkaikun
  1. myLZW

    0下载:
  2. 基于LZW算法的一种无损压缩实现程序,实现简单完全-LZW algorithm based on a lossless compression procedures, simple complete
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4912489
    • 提供者:张光
  1. LZWforVISUAL-BASIC

    0下载:
  2. LZW用visual basic实现的源文件。-LZW achieved using visual basic source files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3309
    • 提供者:huangxin
  1. lzwcode

    0下载:
  2. LZW编码解码的实现 输入原始的字典 对其进行编码 -LZW codec implementations   Enter the original dictionary Encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:398411
    • 提供者:me
  1. Huffman_math_lzw

    0下载:
  2. 图像压缩中基本的统计编码方式 LZW编码 算术编码以及哈弗曼编码 -Basic statistical image compression encoding LZW coding arithmetic coding and Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:500055
    • 提供者:me
  1. ImageStu

    0下载:
  2. 利用图形图像处理的原理,用LZW对图像实现编码和解码。针对的灰度图像,将图像压缩、解压的数据放在文本文档中。-Using the theory of graph and image processing, the image using LZW to realize the coding and decoding. According to the gray image, the image compression, decompression of the data in a text doc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4072277
    • 提供者:dongfangyun
  1. lzw

    0下载:
  2. not inportant doesnt work
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:848
    • 提供者:gana
  1. compress

    0下载:
  2. (Lempel-Ziv-Welch)LZW压缩的源代码,使用c++编写的,无测试用例,可直接使用 -Lempel-Ziv-Welch compress
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1467
    • 提供者:王耿
  1. decompress

    0下载:
  2. Lempel-Ziv-Welch decompress,LZW解压的代码,使用c++编写-Lempel-Ziv-Welch decompress, coded by C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2065
    • 提供者:王耿
  1. GifCodec

    0下载:
  2. 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:438088
    • 提供者:朱伯虎
  1. Remote-Assistance-System

    0下载:
  2. 本程序没有使用数据库,导入项目以后不需要再对数据库进行配置就可以启动运行。项目启动文件为src/com/lzw/MainFrame.java。本程序主要功能是用于联系人管理和远程连接,通过主界面上的添加、修改、删除可以对需要远程协助的联系进行管理,点击求助就可以联系人申请协助。在远程协助时,远程协助的申请人与被申请人都要开启该远程协助软件,才能进行运程协助。-The program does not use a , do not need to import the project later
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:446401
    • 提供者:周大侠
  1. Internal-communication-systems

    0下载:
  2. 企业内部通信系统java开发: 系统介绍 企业内部通讯系统必须提供网络通讯功能、在通讯过程中禁止使用聊天表情、文件传送等功能,避免资料外泄,或因发送错误而导致上级资料的丢失以及其他损失。最重要的是必须适应任何操作系统,也就是实现跨平台技术,因为企业内部的工作需要,工作环境中使用了多个操作系统来完成不同的工作。另外,系统不需要使用服务器中转和记录通讯内容,可以独立完成通讯任务,排除职工对领导监视工作进度等逆反心理。 程序说明 本程序使用JAVA DB数据库开发,导入项目以后不需要单
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:2777318
    • 提供者:周大侠
  1. lzw

    0下载:
  2. Lempel ziv algorithm compression
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:42423
    • 提供者:anita
  1. SharpLZW

    0下载:
  2. lzw coding in c sharp using decoder and encoder algorthem
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:243122
    • 提供者:ghufran
  1. La-compression-lzw1

    0下载:
  2. Lempel–Ziv–Welch (LZW) is a universal lossless data compression algorithm created by Abraham Lempel, Jacob Ziv, and Terry Welch. It was published by Welch in 1984 as an improved implementation of the LZ78 algorithm published by Lempel and Ziv in 1978
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:435744
    • 提供者:fatihafifi
« 1 2 ... 24 25 26 27 28 2930 31 32 »
搜珍网 www.dssz.com