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

搜索资源列表

  1. RocJPEG

    0下载:
  2. 一个很好的压缩编码程序,用户可以在自己的程序里面添加-a good coding procedures, users can own procedures inside Add
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19721
    • 提供者:发发
  1. Thuffman

    0下载:
  2. 对文件进行Huffman编码压缩的算法程序,简单易懂。-the documents Huffman compression algorithm coding procedures, simple and understandable.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2975
    • 提供者:赵杰伊
  1. Jpeg2000CodecUseJava

    4下载:
  2. 站长!这是一老外用Java写的Jpeg2000编解码程序,较全面详细。请查收!-head! This is a foreigner writing Java Jpeg2000 codec procedures, a more comprehensive detail. Please find!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1999545
    • 提供者:Jesson
  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>中,得到压缩文件。 解压缩时,读入<in-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:冯灿科
  1. imageprogessor

    0下载:
  2. 这是一个图象压缩器的java程序大家可以看一下,要是有问题请帮助解决.-This is a compressed image of java programs we can look at, if a question, please help.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2975
    • 提供者:朱旭
  1. huffman_coding_decoding

    0下载:
  2. 一个类似于压缩软件的程序,能够对任意文件进行Huffman编码,最后生成一个压缩文件-a similar compression software, it will be for arbitrary document Huffman coding, Finally generating a compressed files
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:6516
    • 提供者:某凌
  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 environment
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:tqin007
  1. Huffman(UsingC++)

    0下载:
  2. 本程序使用8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)打开Huffman.sln,编译生成并运行huffman.exe即可。-the procedures used eight different ways to achieve the Huffman coding algorithm, use Visual Studio.NET (recommended VS.NET 2003 or later) with
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:67550
    • 提供者:林铭
  1. 0240302314jiangwei13852910295

    0下载:
  2. 游程长度编码非常简单,编码、解码速度快,应用广泛。本文主要介绍了游程长度编码的原理和实现技术,对游程长度编码技术做了较为全面地研究。包括游程压缩模型、数据压缩、解压缩过程,并给出了流程图和相应的程序。 关键词:编码;解码;游程长度编码;压缩;解压缩。 -run-length coding is very simple, encoding, decoding speed, widespread use. This paper describes a run-length coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:377449
    • 提供者:蒋伟
  1. yiliuchengxu

    0下载:
  2. 绝对一流的压缩解压程序-,Delphi,压缩解压-absolutely first-rate codecs-Delphi, codecs
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:20977
    • 提供者:李伟杭
  1. 198303215644

    0下载:
  2. 一个zlib 源代码以及一个测试程序,经过检验的,不错的很-a source code and a test procedure, tested, the very good
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:160600
    • 提供者:tom
  1. bmpview

    0下载:
  2. 画图程序,非常好,好好啊哈-drawing program, very good, good aha
  3. 所属分类:压缩解压

  1. Lempel-Ziv 压缩算法

    0下载:
  2. 本程序采用 Lempel-Ziv 压缩算法,代码是根据 Markus Franz Xaver Johannes Oberhumer 的 LZO 改写而成-the procedures used Lempel - Ziv compression algorithm, code is based on Franz Xaver Markus Johannes Oberhumer rewritten from the LZO
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2551
    • 提供者:杨勇
  1. xyz

    0下载:
  2. 前几天看到有人在论坛上寻找压缩代码,自己前几天又不是很忙,就摸索着写了这个程序-saw a few days ago was at the Forum for compression code, a few days before his is not so busy, writing on the exploration of this process
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:156222
    • 提供者:张浩
  1. arith-code

    0下载:
  2. 算术编码c程序实现-Program
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:22266
    • 提供者:
  1. jidd

    0下载:
  2. 加法的程序,很有用的大家快看看啊,最新的专家做的-additive process, we very useful quick look at the ah, the latest of experts
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:陈晓
  1. avi转换为mpeg2 (VC, 40KB)

    0下载:
  2. 视频格式转换的程序-video format conversion process
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:41081
    • 提供者:肖剑
  1. 购物车

    0下载:
  2. java语言写的购物车程序原码.-carts procedures original code.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7534
    • 提供者:
  1. java-1127-2

    0下载:
  2. 模拟时钟小程序(java)-analog clock small program (java)
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:18776
    • 提供者:邰日坤
  1. calendar_1.0

    0下载:
  2. WebCa lendar日期显示程序源代码-WebCa lendar date display program source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23793
    • 提供者:邰日坤
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com