CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 自适应 算术编码

搜索资源列表

  1. actip

    0下载:
  2. 自适应算术编码。这个项目假设读者已经了解基本的算术压缩编码的概念。-adaptive arithmetic coding. The project has been the assumption that readers understand basic arithmetic coding concept.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1887
    • 提供者:杨静
  1. CABAC

    0下载:
  2. 针对二值图像的压缩实现了算术编码以及解码 并在此基础上实现了一节自适应算术编码 有很好的压缩效果
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5689
    • 提供者:xwolfs
  1. zishiyingsuanshubianma.rar

    0下载:
  2. 自适应算术编码程序,适合初学VC的兄弟姐妹。比较具有实用价值。,Adaptive arithmetic coding procedures for the brothers and sisters VC beginner. Comparison with practical value.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-06
    • 文件大小:16987
    • 提供者:luxl
  1. Matlab-GA

    0下载:
  2. 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
  3. 所属分类:matlab

    • 发布日期:2017-03-05
    • 文件大小:13929
    • 提供者:lin
  1. zishiyingsuanshubianma

    0下载:
  2. 用MATLAB编程实现自适应的算术编码,采取巧妙的方法。-Programming with MATLAB adaptive arithmetic coding, to take a clever approach.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:683
    • 提供者:付明晓
  1. xinxinlun

    0下载:
  2. 自适应算术编码,可以实现根据当前输入的码元自动调节概率,大大提高通信传输效率。-Adaptive arithmetic coding, can be achieved according to the current input symbol automatically adjust the probability, greatly improve the communication transmission efficiency.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:979
    • 提供者:洪伟伟
  1. jiyushangxianwendesuanshubianma

    0下载:
  2. 基于上下文语义的自适应算术编码,三元二阶马尔科夫信源算术编码-Arithmetic coding, adaptive arithmetic coding based on context semantics, ternary second-order Markov source
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5177
    • 提供者:但的东
  1. arith-coding

    0下载:
  2. VS2005,命令行的算术编码。多阶自适应算术编码,包括编码和解码。压缩率很高,可以跟7zip、快压一较高下-Arithmetic coding in VS2005.context based adaptive arithmetic coding with good performance,like 7zip and kuaiya software
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:264876
    • 提供者:chen
  1. AAC

    0下载:
  2. 实现自适应的算术编码 用VC++实现的自适应算术编码压缩解压程序-Adaptive arithmetic coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4449
    • 提供者:梁群
  1. codeanddecode

    0下载:
  2. 关键字:多媒体;算法;LZW编码解码;自适应算术编码解码 本代码描述了LZW的编码原理和自适应编码的原理-multimedia algorithm LZW code and decode Adaptive arithmetic code and decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:3740
    • 提供者:qyp
  1. zishiying

    0下载:
  2. 自适应算术编码及其在JPEG2000中的应用-Adaptive arithmetic coding and its application in JPEG2000
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:30094
    • 提供者:Harry
  1. CABAC

    0下载:
  2. 基于上下文的自适应算术编码(信息论与编码课程中的课程设计)-Context-based adaptive binary arithmetic coding (information theory and coding courses in curriculum design)
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:523530
    • 提供者:wang
  1. Azishiyingsuad

    0下载:
  2. 自适应算术编码程序,适合初学VVC的兄弟姐妹。比较具有实用价值。 -Adaptive arithmetic coding procedures, suitable for beginners VVC brothers and sisters. More practical value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:17419
    • 提供者:李威
  1. a

    0下载:
  2. 自适应算术编码,可计算输入为数字时的二进制码-Computable input adaptive arithmetic coding, the digital binary code
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:4813
    • 提供者:duqiuchen
  1. adaptive-arithmetic

    0下载:
  2. 一位美国人写的自适应算术编码的C语言版。-Adaptive arithmetic coding!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:4347
    • 提供者:侯淇彬
  1. adapAlgCoding

    0下载:
  2. 自适应算术编码 C++源代码 可运行,Windows VC++和Linux gcc 测试通过-Adaptive arithmetic coding source coding available for windows VC++ and linux gcc
  3. 所属分类:Audio program

    • 发布日期:2017-11-20
    • 文件大小:29128
    • 提供者:wangdi
  1. zsy

    0下载:
  2. 自适应算术编码和解码程序,基于mfc,可以完成数字序列的算术编码-Adaptive arithmetic encoding and decoding procedures based on mfc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:1884414
    • 提供者:duqiuchen
  1. adaptiveParithmetic

    0下载:
  2. 自适应算术编码的例子,使用的是整数算术编码-Examples of adaptive arithmetic coding, the use of integer arithmetic coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-29
    • 文件大小:4292
    • 提供者:王如亲
  1. arithmetic-coding

    0下载:
  2. 此为二值自适应算术编码,算法是在论文《无乘法二值算术编码及其应用_赵风光》里看到的,并且修复了里面的一个漏洞。-This is the two value adaptive arithmetic coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:1214154
    • 提供者:wangyu
  1. FARI

    0下载:
  2. 简单的二值快速自适应算术编码变种算法实现程序-A fast adaptive bit-level arithmetic coding implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1901
    • 提供者:Mr.Chen
« 1 23 »
搜珍网 www.dssz.com