搜索资源列表

  1. 数据压缩

    0下载:
  2. 本程序包括了数据压缩和解压的几种基本算法:算术编码,lz77,lzw;对于数据压缩的初学者了解和掌握这几种基本的数据压缩方法应该有帮助-the procedures include data compression and decompression of several basic algorithm : arithmetic coding, lz77, 4,558,302; Data compression for the begi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4810
    • 提供者:叶靥
  1. 统计压缩算法

    0下载:
  2. 1. 实现任一种统计压缩算法(如:Shannon-Fano编码、Huffman编码、算术编码等),并对自定义文件进行压缩和解压,检验结果。 2. 采用C/C++编写程序 -1. The realization of a statistical compression algorithm (eg : Shannon-Fano coding, Huffman coding, arithmetic coding, etc.), as
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13170
    • 提供者:陆俊
  1. 压缩和解压文件

    0下载:
  2. 该代码例子提供了一个对文件进行压缩和解压文件操作过程-The code provides an example of the documents to document compression and decompression operation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:41597
    • 提供者:张连成
  1. 数据压缩程序

    0下载:
  2. 此程序包括四种数据压缩和解压方法
  3. 所属分类:压缩解压

    • 发布日期:2009-11-07
    • 文件大小:4572632
    • 提供者:fengpiaoxue
  1. VB.NET解压与解压

    0下载:
  2. 用VB.NET2008编写,利用线程技术外调WinRAR,解压与解压文件。普通的用Shell方式外调WinRAR,是无法准确掌握压缩完成和解压完成时间的。
  3. 所属分类:其它

  1. zipfunc

    0下载:
  2. 一个使用zlib进行压缩和解压的程序-a encoding and decoding program using zlib
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:68608
    • 提供者:站长
  1. huff_sc-1

    0下载:
  2. 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder/decoder compression and decompression containing the source code (C language) and enforceability procedures
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:38912
    • 提供者:陆全聪
  1. zip_uzip

    0下载:
  2. VC下使用CZip和CUnzip压缩和解压文件代码-VC use CZip CUnzip and document compression and decompression code
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:102400
    • 提供者:张强
  1. Compress

    0下载:
  2. 一个用C++编写的文件压缩解压缩程序,实现文本的动态压缩和解压,支持RAR.-a document prepared by compression decompression procedures, the text of the realization of dynamic compression and decompression, support RAR.
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:1186816
    • 提供者:
  1. Huffzip

    0下载:
  2. 大学时期的计算机课程设计——压缩和解压文件-university computer courses designed-- document compression and decompression
  3. 所属分类:书籍源码

    • 发布日期:2024-10-04
    • 文件大小:2048
    • 提供者:井中月
  1. 压缩和解压文件

    0下载:
  2. 该代码例子提供了一个对文件进行压缩和解压文件操作过程-The code provides an example of the documents to document compression and decompression operation
  3. 所属分类:文件操作

    • 发布日期:2024-10-04
    • 文件大小:1379328
    • 提供者:张连成
  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:张吗恩
  1. adpcm压缩解压缩工具原码

    1下载:
  2. 本程序压缩和解压缩WAV16BIT ADPCM 文件 原程序,可以移到任何硬件平台 使用 本程序在PC和32位单片机系统运行良好 -the compression and decompression procedures WAV16BIT ADPCM original document procedures can be moved to any hardware platform and the use of the procedur
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-04
    • 文件大小:425984
    • 提供者:何东周
  1. 统计压缩算法

    0下载:
  2. 1. 实现任一种统计压缩算法(如:Shannon-Fano编码、Huffman编码、算术编码等),并对自定义文件进行压缩和解压,检验结果。 2. 采用C/C++编写程序 -1. The realization of a statistical compression algorithm (eg : Shannon-Fano coding, Huffman coding, arithmetic coding, etc.), as
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:35840
    • 提供者:陆俊
  1. ZipDll

    0下载:
  2. 文件压缩/解压动态链接库,可以对整个目录/文件进行压缩和解压;-document compression/decompression dynamic link library that the entire directory/file compression and decompression;
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:169984
    • 提供者:wsq
  1. zip_src

    0下载:
  2. zip 压缩和解压源码,全部源代码的,可免费下载。-zip compression and decompression source, all source code can be downloaded for free.
  3. 所属分类:文件操作

    • 发布日期:2024-10-04
    • 文件大小:130048
    • 提供者:tys
  1. zlib_v1.2.3

    0下载:
  2. zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本. -zlib is a file compression algorithm, and its compression and decompression algorithms are completely open, so it has been widely used in swf
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:591872
    • 提供者:psychic
  1. zlibTest

    0下载:
  2. Zlib的测试程序,主要实现的是压缩和解压缩!学习zlib的可以看看!-Zlib test procedures, the main achievement is to compress and decompress! Zlib learning that can take a look!
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:958464
    • 提供者:su
  1. ZipUtil

    0下载:
  2. 能够实现文件和文件夹的压缩和解压,方便易用(To achieve the compression and decompression of files and folders, easy to use.)
  3. 所属分类:Windows编程

    • 发布日期:2024-10-04
    • 文件大小:78848
    • 提供者:野性行者
  1. lzs-master

    1下载:
  2. 基于verilog的LZS压缩和解压算法,压缩比1;2 。里面带有C原言的代码。已经通过验证!(Verilog based LZS compression and decompression algorithm, compression ratio 1; 2. It has the C code in it. It has been verified!)
  3. 所属分类:压缩解压

    • 发布日期:2024-10-04
    • 文件大小:437248
    • 提供者:小夏2018
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org