搜索资源列表

  1. LZW

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

    • 发布日期:2024-05-20
    • 文件大小:79872
    • 提供者:廖增祥
  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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:whoamixp
  1. chengxudaidml

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

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

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

    0下载:
  2. 数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
  3. 所属分类:压缩解压

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

    0下载:
  2. 本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-This demo provides a coding method of LZW compression and decompression functions, and the image files on the compression and decompression
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 一个c语言实现的基于字典编码技术的lzw数据压缩算法,能正确的实现压缩和解压缩-C language to achieve a dictionary-based coding technology lzw data compression algorithms, to achieve the correct compression and decompression
  3. 所属分类:压缩解压

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

    0下载:
  2. lzw文本压缩 非常好的一个数据压缩软件-lzw text compress
  3. 所属分类:Windows编程

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

    0下载:
  2. 应用于gif动画格式的lzw解压缩算法程序,实现gif动画的现实-Gif animation format used in the decompression algorithm lzw procedures, to achieve realistic animation gif
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:雷鹏勇
  1. LZW_Demo

    0下载:
  2. 实现对图像的lzw压缩编码 得到图像的压缩比以及码长-Lzw realize image compression coding of image compression ratio as well as the code length
  3. 所属分类:压缩解压

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

    0下载:
  2. LZW无损压缩算法的简单实现,并辅助相关实现过程说明和解释-LZW
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:Michael
  1. CompressionLZ77-LZ78-HUF-ARI-LZW-RLE

    0下载:
  2. 非常全面的无损压缩算法集合,编译通过,可以运行!-Very comprehensive collection of lossless compression algorithm, compiles, you can run!
  3. 所属分类:压缩解压

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

    0下载:
  2. Lzw字典压缩解压缩算法,lzw算法简单但压缩效果并不比haffman算法差。现在用途也很广泛-Lzw dictionary compression decompression algorithms, lzw algorithm is simple but not higher than compression algorithm haffman worse. Now is also very wide range of uses
  3. 所属分类:压缩解压

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

    0下载:
  2. 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string ta
  3. 所属分类:压缩解压

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

    0下载:
  2. lzw 压缩的实现,实现了lzw算法的压缩,但不支持mp3压缩-lzw implementation of compression achieved lzw compression algorithm, but does not support mp3 compression
  3. 所属分类:压缩解压

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

    0下载:
  2. LZW算法C实现(标准LZW算法,经过验证,对不同数据有一定的压缩效果)-LZW algorithm C to achieve (standard LZW algorithm is proven, there are some different data compression)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张连
  1. gif-lzw

    0下载:
  2. 应用于gif动画格式的lzw解压缩算法程序,实现gif动画的现实-Gif animation format used in the decompression algorithm lzw procedures, to achieve realistic animation gif-Gif animation format used in the lzw decompression algorithm program to realize
  3. 所属分类:2D图形编程

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

    0下载:
  2. LZW压缩算法是一种新颖的压缩方法,它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。-LZW compression algorithm is a novel compression method that uses an advanced string table compression, each first occurre
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:惊云吹雪
  1. TestLzw

    0下载:
  2. 基于GIF的lzw压缩法的源代码。此代码对图像文件,文本文件进行压缩有很好的效果-The lzw GIF compression method based on the source code. This code of image files, text files compress very good results
  3. 所属分类:压缩解压

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

    0下载:
  2. 用VC++编写的基于LZW的数据压缩软件,具有输入输出路径选择,是本人的本科毕业设计,具有参考价值-Written with VC++ based on LZW data compression software, with input and output path selection, is my graduation project, a reference value
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:贾鹏洲
« 1 2 3 4 5 67 8 9 10 11 ... 23 »

源码中国 www.ymcn.org