搜索资源列表

  1. lzw1

    0下载:
  2. 加入静态字典后的LZW压缩程序,实现SIP消息的压缩。-After adding a static dictionary of LZW compression process, realize SIP message compression.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. mtkgif-c

    0下载:
  2. 基于MTK平台GIF图像解码代码,包含LZW压缩算法和GIF的文件解码!-MTK platform based on the GIF image decoding code, including LZW compression algorithm and decoding GIF documents!
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:王桂才
  1. LZWcode

    0下载:
  2. LZW编码是压缩编码中复杂的, 压缩效率也较高。-LZW Compression Coding Coding is complex, and higher compression efficiency.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:文华
  1. lzw

    0下载:
  2. LZW.c 本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zhangpin
  1. LZW

    0下载:
  2. LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压缩时用266表示,只要再次出现,均用266表示,并将"print"字符串存入串表中,在图象解码时遇到数字266,即可从
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:huangjacket
  1. LZW

    0下载:
  2. 此算法是一个压缩算法,lwz在lz77,lz78的基础上改进的一种算法。-This algorithm is a compression algorithm, lwz in lz77, lz78 improved based on an algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:renqiang
  1. lzw

    0下载:
  2. 经典的LZW77编码,用C语言写的,运行速度快,代码稳定性好,压缩效果好。值得下载。-Classic LZW77 coding, using C language and running fast, the code has good stability, good compression. Worth downloading.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:141312
    • 提供者:awh1979
  1. gifmageexdemo

    0下载:
  2. GIF(Graphics Interchange Format,图形交换格式)文件是由 CompuServe公司开发的图形文件格式,版权所有,任何商业目的使用均须 CompuServe公司授权。   GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或者是决定图象表现行为的控制块, 用以实现动画和交互式应用。GIF文件还通过LZW压
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:LuoJiangYong
  1. LZW

    0下载:
  2. c语言压缩算法,LZW.高效率,适合于对大文件进行压缩.-c language compression algorithm, LZW. high efficiency, suitable for large files are compressed.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:elipas
  1. programme

    0下载:
  2. 最短路径算法C C++ 邻接矩阵实现 哈夫曼算法和哈夫曼树 RSA算法的C++实现 lzw压缩算法的c语言实现 计算日期程序(C语言) -Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algorithm and RSA algorithm C++ Realize LZW compression algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:陈晨
  1. lzwalgorithm

    0下载:
  2. 程序由五个模块组成,lzw压缩算法的c语言实现-Procedure consists of five modules, lzw compression algorithm c language
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:陈晨
  1. LZW

    0下载:
  2. LZW编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩。-LZW coding method of compression and decompression functions, and to realize the image file compression and decompression.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:魏梨君
  1. LZW

    0下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt-LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, includi
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1314816
    • 提供者:wj
  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/图象编程

    • 发布日期:2024-05-20
    • 文件大小:214016
    • 提供者:zgf
  1. CompressDecompress

    0下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip z
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1164288
    • 提供者:haochao
  1. lzw

    0下载:
  2. lzw 以C++语言完成了lzw压缩程序 根据压缩文件建立字典 根据压缩后的文件建立解压缩字典 无需携带字典-LZW to C++ language completed a LZW compressed file compression program in accordance with the establishment of the dictionary in accordance with the establishment o
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:caj
  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. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:14198784
    • 提供者: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. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1313792
    • 提供者:Richard Yang
  1. lzw

    0下载:
  2. LZW数据压缩算法原理介绍与分析,关于算法的介绍,希望有帮助-LZW data compression
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:孙嘉嘉
  1. 20090303LZW

    0下载:
  2. 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:902144
    • 提供者:duyankang
« 1 2 3 4 56 7 8 9 10 ... 23 »

源码中国 www.ymcn.org