搜索资源列表

  1. G.723.1_c

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:125952
    • 提供者:裘风光
  1. lzma

    0下载:
  2. Compress and decompress algorithm in C for vxWorks.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:林小姐
  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-20
    • 文件大小:1960960
    • 提供者:张细细
  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-20
    • 文件大小:3689472
    • 提供者:张三
  1. birle

    0下载:
  2. rle 解压算法,可以压缩和解压文件,也可以用于自己加密,用的时候改后缀为jar-rle decompression algorithm, can compress and decompress files, encryption can also be used for their own use when the suffix change for the jar
  3. 所属分类:压缩解压

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

    0下载:
  2. acv umpack Compress-Decompress algrithms
  3. 所属分类:游戏

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

    0下载:
  2. c#下压缩、解压缩,加密、解密例程,很有参考价值。-c# under the compression, decompression, encryption, decryption routine, a good reference.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:506880
    • 提供者:hkl
  1. exGUI

    0下载:
  2. Linear predicative coding code that is used to compress/ decompre-Linear predicative coding code that is used to compress/ decompress
  3. 所属分类:Windows编程

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

    0下载:
  2. Delphi ZLib compress/decompress library
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:78848
    • 提供者:sonique
  1. HuffmanCompressionAndDecompressionAswellaspolynomi

    0下载:
  2. MFC工程的哈弗曼压缩和解压以及多项式的运算。-Huffman compression and decompression as well as polynomial arithmetic.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:9636864
    • 提供者:柱子
  1. huffman_compress

    0下载:
  2. 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress t
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:3832832
    • 提供者:刚娃子
  1. prolog

    0下载:
  2. 用Prolog写的一些基本函数,如compress, decompress, pack, gcd, duplicate, sort-Some fundamental functions written in Prolog, such as compress, decompress, pack, gcd, duplicate, sort.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:David
  1. TIMER

    0下载:
  2. Compress-Decompress algrithms software engineering
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:kim
  1. compress

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

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

    0下载:
  2. 一套通过Web方式进行文件管理的应用程序。 使用该程序,可以方便地在线上传、下载、移动、删除、压缩、解压文件和文件夹,并能准确统计出个人空间内文件及文件夹的数量。 -By way of a Web document management applications. Use the program, you can easily upload online, download, move, delete, compress, de
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:997376
    • 提供者:邹纪清
  1. J2ME

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

    • 发布日期:2024-05-20
    • 文件大小:146432
    • 提供者:lfc
  1. alchemy_flex

    0下载:
  2. 在flex中调用图像处理,不错的,可是试用一下-compress decompress
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:186368
    • 提供者:Jason
  1. nitobi_js_compression

    0下载:
  2. To compress and decompress the files using LZ77 algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:varadhan
  1. DZ-LZRW_Tool

    0下载:
  2. DZ-LZRW Tool: LZRW file compress/decompre-DZ-LZRW Tool: LZRW file compress/decompress
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:240640
    • 提供者:hamza
  1. lzopro

    0下载:
  2. lzo pro压缩软件, 专业版本,非开源版本。-lzopro compress decompress
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:377856
    • 提供者:gxm2052
« 1 23 4 5 6 7 8 9 »

源码中国 www.ymcn.org