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

搜索资源列表

  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13300
    • 提供者:胡朋
  1. arith_encode

    0下载:
  2. 一个我自己整理打包好的自适应二进制算术编码程序,编码对象为文本文档,可以是任意数据,一般对预测或变换残差数据进行编码。输入输出均为文件。可以直接将文件加入到自己的工程中使用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5762
    • 提供者:王奎
  1. h.264

    0下载:
  2. 上下文自适 应二进制算术编码(CABAC),-Context-based Adaptive Binary Arithmetic Coding (CABAC)
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:184715
    • 提供者:张一帆
  1. 多值自适应算术编码

    0下载:
  2. 多值自适应算数编码,改进了传统算术编码硬件实现上的局限,将输出结果由小数改进为二进制比特流。能够实现对文本的压缩,若对图像进行压缩需要少许改变,或者将图像数据写入文本即可。
  3. 所属分类:压缩解压

    • 发布日期:2009-03-14
    • 文件大小:63250
    • 提供者:china_jiji
  1. AC_Encoding

    0下载:
  2. 程序为一种二进制算术编码程序,其概率模型为JBIG采用的编码模型,。-Procedures as a binary arithmetic coding procedures, the probability model used for JBIG coding model.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2849
    • 提供者:孙红昭
  1. suanshubianma

    0下载:
  2. 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1215
    • 提供者:张继红
  1. ForWin32

    0下载:
  2. 一种高性能的算术编码方法。对二进制文件有很好的压缩性能。-A high-performance arithmetic coding method. Binary file has a very good compression performance.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1443356
    • 提供者:丁一
  1. cpp2

    0下载:
  2. 简单的压缩编码——算术编码,可实现基于算术编码原理的二进制压缩-AC Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:820
    • 提供者:haree
  1. bc

    0下载:
  2. c语言实现的简单二进制算术编码器 数据压缩作业~-c language of the simple binary arithmetic encoder data compression job ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:12565
    • 提供者:damien
  1. Arithmeticcoding

    0下载:
  2. 信息论课程中的算术编码程序,可以实现二进制信源的编码-Information theory courses in arithmetic coding process can achieve binary source coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:8340
    • 提供者:安琪
  1. djview-4.7.tar

    0下载:
  2. DjVu源码。DjVu是一种计算机文件格式,主要用于存储扫描的图像。这种格式的特色包括图像分层、渐进载入、算术编码、对二进制图像进行有损压缩,从而以较小的空间,存放高质量的可读图像。-DjVu source. DjVu is a computer file format, primarily used to store scanned images. This format features include layered images, progressive loading, arithme
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:876307
    • 提供者:Li
  1. a

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

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

    0下载:
  2. 利用C++语言来实现二进制编码。编码方式我们知道有很多,其中无损编码中哈夫曼编码和二进制算术编码是最有代表性的,这个程序利用C++来展示二进制算术编码的本质-The C++ language to implement a binary encoding. Encoding we know there are many, including lossless coding Huffman coding and binary arithmetic coding is most representat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:3120
    • 提供者:张力
  1. cabac

    1下载:
  2. h.264视频压缩标准中基于内容的自适应二进制算术编码(CABAC)算法的C程序实现-h.264 video compression standard content-based adaptive binary arithmetic coding (CABAC) algorithm in C program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-05
    • 文件大小:7646
    • 提供者:赵煌
  1. Binary_arithmetic_coding

    0下载:
  2. 二进制算术编码,采用小数压缩方法对文本文件进行压缩解压-Binary arithmetic coding compression method is fractional text file compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-03
    • 文件大小:2640442
    • 提供者:沈冲
  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. Lychee02120012

    0下载:
  2. 二进制算术编码与解码 打包成终端应用程序 有源码 java编写-Arithmetic coding binary & decoding with being packaged into .exe file java including source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:396430
    • 提供者:Li Yicheng
  1. ArithmeticCoding

    0下载:
  2. C语言环境,二进制算术编码,实现对文本的压缩-C language environment, binary arithmetic coding to achieve compression of the text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7678
    • 提供者:刘康
  1. dy

    0下载:
  2. 本程序是在Microsoft Visual C++ 2010版本上编写的,用C语言编写,通过算术算法的编码思想,实现将输入的源代码通过算术编码转化为二进制编码,并输出 (1)本程序仅限于输入的源代码为0-9这十个数字构成的,可以是这十个符号中的任意个符号构成, (2)程序运行时需要输入要编码的原代码,源代码的个数不能超过十个 (3)输入完毕后即可显示经过编码后的二进制数-This procedure is written in Microsoft Visual C++ 2010 ve
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:209660
    • 提供者:disusu
  1. 算术编码matlab

    0下载:
  2. 从整个符号序列出发,根据各信源序列的概率将信源序列映射到[0,1) 区间上,然后选取区间内的一点(也就是一个二进制的小数)来表示信源序列。(From the entire sequence of symbols, the source sequence is mapped to the interval [0,1] according to the probability of each source sequence, and then a point (that is, a binary f
  3. 所属分类:压缩解压

    • 发布日期:2017-12-29
    • 文件大小:9216
    • 提供者:花零。
« 12 »
搜珍网 www.dssz.com