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

搜索资源列表

  1. lzw15

    0下载:
  2. lzw压缩程序1.5 -Lzw1.5
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-27
    • 文件大小:2645
    • 提供者:站长
  1. parklib

    0下载:
  2. 一个含有compress、expand、lzw等等压缩算法的源码-a encode source code with compress,expand and lzw
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:100219
    • 提供者:站长
  1. lzwdemo

    1下载:
  2. 字典码的一种实现范例,用lzw方法实现压缩解压-Dictionary An example of code using LZW compression decompression method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2954
    • 提供者:李欢
  1. maps

    0下载:
  2. lzw 编码,自动实现编码!初始字典编码长度为26个字母-LZW coding, automatic code! The initial length of the dictionary encoding 26 letters
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:45948
    • 提供者:andrew
  1. chap_10

    0下载:
  2. 包括香农编码、哈夫曼编码、LZW编码、算术编码、JPEG编码等源码-Including the Shannon coding, Huffman coding, LZW coding, arithmetic coding, JPEG source coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:412023
    • 提供者:xxiaoyan
  1. LZWCompression

    0下载:
  2. LZW 压缩算法的C语言实现,可以实现对字符串的字典压缩编码。初级程序-LZW compression algorithm of the C language can be achieved on the string dictionary coding. Primary process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:16588
    • 提供者:zgf
  1. file_cut

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-02
    • 文件大小:239452
    • 提供者:Richard Yang
  1. TestLzw

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:140518
    • 提供者:Richard Yang
  1. LZW

    0下载:
  2. 用VC++实现LZW算法,还不错,值得一看-Using VC++ realize LZW algorithm, but also well worth a visit
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:64121
    • 提供者:王绍鹏
  1. LZW_src

    0下载:
  2. Fast LZW Compression Using Binary Tr-Fast LZW Compression Using Binary Tree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:15987
    • 提供者:vietanh
  1. LZW

    0下载:
  2. LZW 压缩与解压源码, 已经封装成动态链接库, 方便调用.-LZW Compression and Decompression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:79973
    • 提供者:廖增祥
  1. lzw_huffman

    0下载:
  2. lzw huffman coding .-lzw huffman coding .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7290
    • 提供者:andredurao
  1. LZW

    0下载:
  2. LZW既为游程编码。也是用该种编码方式来消除图像中的冗余。-LZW both run-length coding. Is also the encoding used to eliminate redundant image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:260548
    • 提供者:liuyaxin
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. chengxudaidml

    0下载:
  2. 《Windows程序设计》配套代码、LZW压缩算法源代码、Socket异步通信示程序代码-" Windows Programming" complementary code, LZW compression algorithm the source code, Socket asynchronous communication code that
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1661257
    • 提供者:ldd
  1. LZW

    0下载:
  2. 采用C++编写的已经封装好的lzw压缩算法,对于常规文件压缩而言,这个压缩算法的速度还是比较不错的,也可以用于嵌入式平台下使用-The use of C++ package has been prepared lzw good compression algorithm, the conventional file compression, this compression algorithm is quite good speed, can also be used for embedded
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3775
    • 提供者:leajian
  1. LZW

    0下载:
  2. LZW编码,可以更加理解LZW的用途以及LZW编码的优越性。-LZW coding, you can better understand the use of LZW, and LZW coding superiority.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2261
    • 提供者:木灵蓝
  1. LZW_Demo

    0下载:
  2. LZW算法的实现,用C语言编写的,LZW算法是一个压缩算法,压缩比例很高!喜欢了解的人看看吧!-lzw algorithm implementation!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:23262
    • 提供者:陈云星
  1. MM09

    0下载:
  2. 多媒体无损编码实现。( 霍夫曼编码,简单算术编码,LZW编码)-Lossless Coding of multimedia. (Huffman code, the simple arithmetic coding, LZW coding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4107
    • 提供者:杭建
  1. code

    0下载:
  2. 图像编码(包括哈夫曼编码、香农弗诺编码、行程编码、LZW编码、JEPG编码)-Image Coding (including Huffman coding, Shannon弗诺coding, Run-Length Coding, LZW coding, JEPG code)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2636
    • 提供者:彭素静
« 1 2 3 4 5 67 8 9 10 11 ... 32 »
搜珍网 www.dssz.com