CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - arithmetic coding

搜索资源列表

  1. suanshubianmac++

    1下载:
  2. 用C++实现的算术编码源程序,短小精练,是编码方式中效率很高的编码方式-C arithmetic coding to achieve the source, the short concise, which is the encoding efficiency of the coding
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:wdw
  1. ppmdCompression

    0下载:
  2. Prediction by partial matching, or PPM, is a finite­ context statistical modeling technique that can be viewed as blending together several fixed­ order context models to predict the next character in the input sequence. Prediction probabilitie
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:47725
    • 提供者:陈伯
  1. ssbianmasxwen

    0下载:
  2. 算术编码,采用了基于上下文的自适应算术编码,-arithmetic coding using a context-based adaptive arithmetic coding.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7539
    • 提供者:张呈
  1. ae

    0下载:
  2. 本程序实现了数据压缩中“算术编码”的全过程。执行环境为 VC++/Unix-realized by the data compression "arithmetic coding" of the entire process. The environment for the implementation of VC / Unix
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:1370827
    • 提供者:wubo
  1. waverletcompression

    0下载:
  2. 实现了用SPIHT和EZW结合算术编码对图象进行压缩,为方便起见,处理的图象的长和宽相等,并且为2的整数次幂-achieved with SPIHT and arithmetic coding EZW combination of image compression, for the sake of convenience. the image of the same length and width, and for the two integer Powers
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:275027
    • 提供者:闫伟
  1. entroyencoding

    0下载:
  2. 用VC实现的算术编码,霍夫曼编码,游程编码,可以直接运行,并可以演示!-with VC arithmetic coding, Huffman coding and run-length coding, direct operation and can demo!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:81935
    • 提供者:杨德
  1. Huffman Coding

    0下载:
  2. Huffman coding for image Arithmetic Coding for image
  3. 所属分类:Windows编程

    • 发布日期:2010-11-19
    • 文件大小:8368408
    • 提供者:quietsound
  1. arithematiccoding

    0下载:
  2. 实现信息处理与编码理论中的算术编码,编码结果为01序列-Implementation of information processing and coding theory of arithmetic coding, coding sequence of results 01
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:942100
    • 提供者:王京
  1. arithmetic-coding

    0下载:
  2. arithmetic coding in C
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:178314
    • 提供者:cy
  1. entropy_coding

    0下载:
  2. 熵编码的程序,包括哈弗曼编码,算术编码和游程编码。-Entropy coding of procedures, including Huffman coding, arithmetic coding and run-length coding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:287333
    • 提供者:steven
  1. arithmetic-coding

    0下载:
  2. this is a source code for data compression using Arithmatic coding
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-24
    • 文件大小:21676
    • 提供者:kratika
  1. ac-win32

    0下载:
  2. arithmetic coding in c-arithmetic coding in cpp
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5930
    • 提供者:Ferry F
  1. suanshuCode

    0下载:
  2. 算术编码在图象数据压缩标准(如jpeg,jbig)中扮演了重要的角色。在算术编码中,消息用0到1之间的实数进行编码。算术编码用到了两个基本的参数:符号的概率和它的编码间隔。信源符号的概率决定压缩编码的效率,也决定编码过程中信源符号的间隔,而这些间隔包含在0到1之间。编码过程中的间隔决定了符号压缩后的输出。-Arithmetic Coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:257726
    • 提供者:陈鹏
  1. ImageCodingNew

    0下载:
  2. 对图像进行编码,霍夫曼编码,香农-费诺编码,算术编码,位平面编码,保存IMG文件,读入IMG文件等-The image coding, Huffman coding, Shannon- Fano coding, arithmetic coding, bit plane coding, save the IMG file, read into the IMG files
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:233270
    • 提供者:skylost
  1. index_files

    0下载:
  2. arithmetic coding for multimedia algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:15208
    • 提供者:mary
  1. Arithmetic

    0下载:
  2. 一个关于多媒体编码--算术编码的VC工程文件 -Arithmetic Coding
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-01
    • 文件大小:1023533
    • 提供者:deban
  1. arithmetic-coding-algorithm

    0下载:
  2. 左边区间: a..[(b - a) * p] 右边区间: [(b - a) * p + 1]..b 使用这两个公式替换掉上面代码中的等分区间部分,得到了算术编码的算法-Range on the left: a .. [(b- a)* p] the right range: [(b- a)* p+ 1] .. b use two formulas to replace part of the code above decile range, has been arithmetic codi
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1184
    • 提供者:kim
  1. Arithmetic-coding

    0下载:
  2. 算术编码,实现对任意长度的二进制输出序列的编码-Arithmetic coding, to achieve arbitrary length coding sequence of binary output
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:700
    • 提供者:longmay chou
  1. Arhitmetic Coding

    0下载:
  2. this code implement the algorithm of arithmetic coding
  3. 所属分类:通讯编程

    • 发布日期:2014-04-28
    • 文件大小:18402
    • 提供者:bobo_moha
  1. arithmetic

    0下载:
  2. Program to perform arithmetic coding on images.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:19919
    • 提供者:Shaima Haris
« 12 3 4 »
搜珍网 www.dssz.com