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

搜索资源列表

  1. Huffman Coding

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

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

    0下载:
  2. 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:17207
    • 提供者:倪广波
  1. sgergyhij

    1下载:
  2. 用MATLAB实现算术编码,并计算其平均码长,熵和编码效率-Achieved using MATLAB arithmetic coding, and calculates the average code length, entropy and coding efficiency
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:924
    • 提供者:先知
  1. 113172193ARITHMETIC-coding

    1下载:
  2. 算术编码,采用了基于上下文的自适应算术编码-Arithmetic coding, context-based adaptive arithmetic coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:4898
    • 提供者:李金荣
  1. adaptive_arithmetic

    0下载:
  2. 自适应算术编码 自适应算术编码的解码-Adaptive Arithmetic Coding Adaptive arithmetic coding decoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4697
    • 提供者:王波
  1. ACmod

    0下载:
  2. This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1106
    • 提供者:Priyal
  1. arithmetic-coding

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

    • 发布日期:2017-04-01
    • 文件大小:178314
    • 提供者:cy
  1. ImageCoding

    1下载:
  2. 图像压缩编码从本质上来说就是对要处理的图像源数据用一定的规则进行变换和组合,从而达到以尽可能少的代码来表示尽可能多的数据信息的目的.下面是图像压缩编码的源程序(shannon-fano编码)/(算术编码)/(位平面编码)/(预测编码)-Image compression coding is essentially to deal with the image of the source data used to change certain rules and combinations, so
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-21
    • 文件大小:229105
    • 提供者:刘亚宁
  1. ac_revealed

    0下载:
  2. A very good introduction about Arithmetic Coding
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:237737
    • 提供者:Bing Ouyang
  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. AVIRIS_LP

    0下载:
  2. 一种基于线性预测和算术编码的高光谱图像压缩方法,希望对您有用。-Based on linear prediction and arithmetic coding of hyperspectral image compression, and I hope useful for you.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:20100
    • 提供者:刘英
  1. BinaryArithmeticcoding

    0下载:
  2. 自编二值算术编码算法的matlab演示。从text.txt读取信息,编码过程及结果由matlab图形演示-binary arithmetic coding algorithm matlab demo. Reading information from Text.txt and the encoding process and the results are showed by the matlab graphics demo step by step.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1005
    • 提供者:安丽华
  1. arithmetric

    0下载:
  2. This a set of codes to be copied to the C software and run. It performs arithmetic coding on the input text. It even decodes the encoded text to get back the original text-This is a set of codes to be copied to the C software and run. It performs ari
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1836
    • 提供者:Heman
  1. H_264

    0下载:
  2. H.264中二进制算术编码的硬件实现Binary arithmetic coding in H.264 hardware implementation-Binary arithmetic coding in H.264 hardware implementation
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:190005
    • 提供者:xl
  1. imagecodingandcompression

    0下载:
  2. 章 图像编码与压缩 图像编码基础 无损压缩编码 行程编码 哈夫曼( Huffman )编码 算术编码 词典编码 有损压缩编码 预测编码 正交变换编码 MATLAB 实现余弦变换压缩 17.3.4 MATLAB 实现小波变换压缩 -S image coding and compression image coding based lossless compression stroke Huffman coding (Huffman) co
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:2209
    • 提供者:齐子新
  1. ArithmaticCodingExample

    0下载:
  2. Arithmetic Coding example
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:39303
    • 提供者:mohamed
  1. TheRealizationofAdaptiveArithmeticCoderWithFPGA.ra

    0下载:
  2. 本文又用C语言实现了标准的自适应算术编码,拿它与用FPGA实现的改进后的自适应算术编码的仿真结果对比验证了这种改进后编码器编码的正确性。此种结构的编码效率很高,一个时钟编码一个数据比特,时钟频率可以达到50MHZ,占用的硬件资源大约有800个CLB(可配置逻辑模块)。-This thesis realizes the adaptive arithmetic coding which is not improved with C language,compare with the result o
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2651503
    • 提供者:mabeibei
  1. figurebianma

    1下载:
  2. 本程序是用来做图像编码的,主要采用的算术编码的思想-This procedure is used for image coding, the main idea used in arithmetic coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:50998
    • 提供者:不知道姓名
  1. Arithmetic-coding

    0下载:
  2. 算术编码,MATLAB数字图像处理中的代码-Arithmetic coding, MATLAB code for digital image processing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:682
    • 提供者:郜智方
  1. arithmetic-coding

    0下载:
  2. 二元算术编码,即实现0和1 的算术编码,matlab源程序-Binary arithmetic coding, which implements the arithmetic coding 0 and 1, matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4118
    • 提供者:游泳鱼
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com