搜索资源列表

  1. 第十一次上机

    0下载:
  2. 实现LZW压缩及解压缩的程序,该程序在VC6环境下编译运行!-achieve LZW compression and decompression procedures, the procedures in VC6 environment compiler running!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:966656
    • 提供者:psz
  1. lzw11

    0下载:
  2. 这是关于多媒体技术图像压缩lzw编码与源码的源程序(c语言版)-This is the multimedia technology of image compression coding and 4,558,302 source of the source (c language version)
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:207872
    • 提供者:fdg
  1. lzw压缩

    0下载:
  2. 无损数据压缩的源码,Lempel Ziv Welch算法-lossless data compression source code, the Lempel Ziv Welch algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:别志松
  1. 行程长度编码lzw压缩算法源代码和示例程序代码

    0下载:
  2. 行程长度编码,在MPEG编码里面也非常有用,可以学习-length encoding in MPEG encoder inside are very useful, can learn to s
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-13
    • 文件大小:69632
    • 提供者:李明
  1. LZW_Demo

    1下载:
  2. WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
  3. 所属分类:文件操作

    • 发布日期:2024-05-13
    • 文件大小:1960960
    • 提供者:张细细
  1. pmet_CodeDecodeCompressDeCom

    0下载:
  2. 包含几十个加密解密类和压缩解压缩类,DES,LZW,Huffman-contains dozens of types of encryption and decryption and compression decompression category, DES, LZW, Huffman
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:193536
    • 提供者:杨小卫
  1. compc++

    0下载:
  2. 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if y
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:105472
    • 提供者:周自强
  1. LZWandLZRW

    0下载:
  2. 图像压缩算法LZW和LZRW压缩算法源代码-image compression algorithm and LZRW LZW compression algorithm source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:Ben
  1. datastruct_lzw

    0下载:
  2. 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:47104
    • 提供者:段云
  1. Tlzw

    0下载:
  2. 这是一个实现多媒体的lzw算法,有这方面需求的朋友可以下下啊,效果不错.-This is a realization of multimedia 4,558,302 algorithm, which are the needs of our friends in Lower ah, the effect is true.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-13
    • 文件大小:74752
    • 提供者:snakeraiden2
  1. LZW12book+

    0下载:
  2. 这是书上的LZW的压缩程序,但我觉得需要改进-This is the book on the LZW compression procedure, but I think it needs improvement
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:tt
  1. lzwvsrledemo

    0下载:
  2. lzwvsrledemo是关于rle和lzw算法的性能比较,程序写得很详细,界面也不错,实用性很好-lzwvsrledemo on eps, and 4,558,302 algorithm performance, very detailed written procedures, and the interface is good, practical, well
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-13
    • 文件大小:3757056
    • 提供者:yuanyuan
  1. huffmanLZWRLE

    1下载:
  2. 本文件中包含对图像的Huffman变换,以及LZW和RLE编码-this document contains the image Huffman transform, and RLE encoding and LZW
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:734208
    • 提供者:et
  1. LZW_compress_algorithm

    0下载:
  2. LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:fgdfgdfg
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:冯灿科
  1. lzw_c++

    0下载:
  2. 此程序是经典算法LZW压缩算法的实现,具有较好的压缩与解压速度,并有较好的压缩比.在vc6.0环境下编译通过-classic LZW algorithm for the compression algorithm to achieve, the better compression and decompression speed, and a better compression ratio. in vc6.0 compile envi
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:tqin007
  1. LZWCompaction

    0下载:
  2. 数据压缩编码LZW演示版本,基于文件的输入输出操作.-LZW data compression coding demo version, file-based input and output operations.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:206848
    • 提供者:陈玲玲
  1. RLE_compress

    1下载:
  2. LZW压缩算法和RLE压缩算法的实现源码及Demo。-LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-13
    • 文件大小:67584
    • 提供者:王梅
  1. lzw_ya_suo_jie_ya

    0下载:
  2. 文本文件压缩解压工具,采用lzw算法,是数据结构课程的作业,使用环境为vc6.0,使用了mfc.-text file compression decompression tool used lzw algorithm, the data structure course operations, vc6.0 use of the environment to use the mfc.
  3. 所属分类:文件操作

    • 发布日期:2024-05-13
    • 文件大小:3689472
    • 提供者:张三
  1. LZW111

    0下载:
  2. 用C++语言编译的LZW压缩算法,自我感觉编写不错,根据提示输入要压缩的文件名即可-C language compiler of the LZW compression algorithm, and feel good preparation, When prompted to input compressed file can be
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:caohan12
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 39 »

源码中国 www.ymcn.org