CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 压缩解压

搜索资源列表

  1. lzss

    0下载:
  2. lzss压缩源程序 能快速进行压缩解压-lzss compression to compress the source code to quickly extract
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3062
    • 提供者:邹福
  1. Huffcoding

    0下载:
  2. 用vc实现的Huffman对文本文件的压缩解压算法。-Vc achieved with Huffman compression of the text file decompression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:966289
    • 提供者:seaft
  1. zipGDTest

    0下载:
  2. 一个用于解压ZIP文件的类.压缩包包括3方面的内容:1 著名的zlib压缩解压函数库 包括使用的头文件,lib文件以及dll. 2 zip文件的格式说明文档.3 我自己写的用来解压的类.文档种还包括一个简单的使用实例.vc6下编译通过.-Extracting a ZIP file for the class. Compressed package includes 3 aspects: 1 well-known extract zlib compression library, includin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:64103
    • 提供者:夜孤飞
  1. LZWTest

    0下载:
  2. LZW的压缩与解压源代码,无损压缩,代码安全可靠。-LZW compression and decompression of the source code, lossless compression, secure and reliable code.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:757406
    • 提供者:jinmy
  1. lzonet_1.0.1

    0下载:
  2. LZO.net是对LZO压缩算法的.Net包装类。LZO的压缩/解压操作都比其它算法要快。-LZO.Net is a small .NET-Wrapper around the native LZO compression library. Compression and especially decompression is much faster than with managed libraries like SharpZipLib.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:511743
    • 提供者:hwind
  1. SIC

    0下载:
  2. 1 先注册控件,双击“注册ImgCmp控件.bat”文件,即可看到是否注册成功的提示; 也可以使用命令注册,如在DOS窗口输入“regsvr32.exe ImgCmp.dll”注册。 2 再运行“SIC控件ImgCmp测试软件.exe”,压缩解压图像,测试控件性能。-SIC control ImgCmp test software
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2745288
    • 提供者:lili
  1. WinRarJY

    0下载:
  2. winrar解压缩代码,从其它地方找的,希望对大家有帮助。-winrar decompression code, and from other places to find, and hope to everyone helpful.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:353705
    • 提供者:yzx
  1. zip

    1下载:
  2. c++做的压缩解压缩工具。可以实现对文件的压缩和解压。-c++ to do the compression decompression tool. Can achieve compression and decompression of files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:238029
    • 提供者:wanliling
  1. JPEGMJPEG

    0下载:
  2. 图像处理冲的压缩解压的源代码,是用DSP编程得出的结果-Image processing, compression decompression Chong source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10018206
    • 提供者:melanie
  1. Huffman

    0下载:
  2. 用c编写的Huffman压缩解压程序,压缩的效果还不错-With c written Huffman compression decompression procedure, compression results were pretty good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:392217
    • 提供者:罗方
  1. lib7z

    0下载:
  2. 7z压缩解压原码,7z压缩解压原码7z压缩解压原码,7z压缩解压原码- 7-Zip ~~~~~ License for use and distribution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7-Zip Copyright (C) 1999-2009 Igor Pavlov. Licenses for files are: 1) 7z.dll: GNU LGPL+ unRAR restri
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:90280
    • 提供者:mairycal
  1. compress

    0下载:
  2. 文本文件的压缩和解压程序 1. 先统计文件中出现的每个字符的出现次数; 2. 根据上述的统计结果设计huffman编码; 3. 为在文件编码时提高查询字符对应huffman编码的查询速度,以每个字符为结点内容构造一棵二叉排序树; 4. 压缩。即将文本文件中的每个字符用huffman编码代替,并写入二进制文件中。也就是说,压缩文件是一个记录文件内容的二进制流; 5. 解压。即将二进制文件还原为文本文件。 6.程序运行后应该有一个菜单,菜单 包含:打开文本文件、压缩、解压
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2627
    • 提供者:张彻
  1. huffman

    0下载:
  2. 基于huffman算法的压缩解压小程序,mfc图形界面。-Huffman compression decompression algorithm based on small programs, mfc graphical interface.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:40690
    • 提供者:
  1. Huffman

    0下载:
  2. 基于Huffman变换的图像压缩算法,c++语言开发的。-image Compression algorithm based on Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:192826
    • 提供者:wdl
  1. RARZIP

    0下载:
  2. 用于压缩文件与文件的解压用于压缩文件与文件的解压-Used to extract the compressed files and documents used to extract the compressed files and documents
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:36376
    • 提供者:色色
  1. SourceCode

    0下载:
  2. 图像处理程序 图像压缩解压编码cho1-ch09处理-Image processing procedures for image compression decompression coding cho1-ch09 treatment
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-26
    • 文件大小:8900870
    • 提供者:cgrcgh
  1. HuffmanCompression

    0下载:
  2. 这是一个用Visual C++编写的HUFFMAN编码压缩解压程序。-This is a work written in Visual C++ coding compression decompression procedures HUFFMAN.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:126645
    • 提供者:zheng
  1. rarcode

    0下载:
  2. rar解压缩源码 官方发布的部分关于解压缩的源代码-rar unzip source code part of the official release the source code on the extracted
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:122801
    • 提供者:张鸿志
  1. haozip_v1.7.3612

    0下载:
  2. 压缩解压haozip_v1.7.3612-压缩解压haozip
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2814721
    • 提供者:teoh g
  1. acode

    0下载:
  2. 自适应算术编码:实现图像、文档、视频的压缩解压-To achieve images, documents, video compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:335033
    • 提供者:张艳
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com