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

搜索资源列表

  1. FastAC

    1下载:
  2. 算术编码(压缩解压缩)的源代码,用vc实现,并有详细说明文档。-source code for arithmetic coding, vc code and detailed document.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:280128
    • 提供者:东海
  1. adaptiveArithmeticCoding

    0下载:
  2. Adaptive arithmetic coding source code. It can achieve better performance than the popular Huffman coding.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:20787
    • 提供者:王军
  1. FastAC

    0下载:
  2. 开源的、真正可商用级的快速算数编码器,我曾用于大型遥感影像的压缩中。 -Open source, commercial-grade real fast arithmetic coder, I have used in large-scale remote sensing image compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:379138
    • 提供者:Kevin Guo
  1. chap_10

    0下载:
  2. 包括香农编码、哈夫曼编码、LZW编码、算术编码、JPEG编码等源码-Including the Shannon coding, Huffman coding, LZW coding, arithmetic coding, JPEG source coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:412023
    • 提供者:xxiaoyan
  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. 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. 3

    0下载:
  2. Arithmetic Coding. C arithmetic coding to achieve the source, the short concise, which is the encoding efficiency of the coding - arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the b
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1494
    • 提供者:manowar
  1. 87361046ccc4(1)

    0下载:
  2. 哈夫曼编码 算术编码 游程编码源码 基于vc-Huffman run-length coding arithmetic coding based on vc++ source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:82217
    • 提供者:赵景智
  1. Arthimetic

    0下载:
  2. Arithmetic encoder and decoder for source coding
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-30
    • 文件大小:1000
    • 提供者:EngMasry
  1. Arithmeticcoding

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

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

    1下载:
  2. 算术编码是信源编码中的一种,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding is a source coding, image compression is one of the main algorithms. Is a lossless data compression method, but also a method of entropy coding.
  3. 所属分类:压缩解压

    • 发布日期:2017-04-23
    • 文件大小:977
    • 提供者:zhangli
  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
    • 提供者:游泳鱼
  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. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:18688499
    • 提供者:杨飞帆
  1. picture

    0下载:
  2. 基于VC++和Matlab实现的常用图像编码算法,包括Huffman编码、Fano编码、算术编码、游程编码、Shannon编码及信源熵的计算的常用编码算法。-VC++ and Matlab common image coding algorithms, including Huffman coding, Fano coding, arithmetic coding, run-length coding, Shannon coding and source entropy calculation
  3. 所属分类:Special Effects

    • 发布日期:2016-06-29
    • 文件大小:108544
    • 提供者:wmt
  1. ImageCoding

    0下载:
  2. 这是图像编码的源代码,包括霍夫曼编码,算数编码,游程编码等-This is the image coding source code, including Huffman coding, arithmetic coding, run-length coding, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:233547
    • 提供者:mt
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. huachuang

    0下载:
  2. 1965年苏联数学家Kolmogolov提出利用信源序列的结构特性来编码。而两位以色列研究者J.Ziv和A.Lempel独辟蹊径,完全脱离Huffman及算术编码的设计思路,创造出了一系列比Huffman编码更有效,比算术编码更快捷的通用压缩算法。将这些算法统称为LZ系列算法。-1965 Soviet mathematician Kolmogolov proposed use of the structural characteristics of the source sequences to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1013
    • 提供者:fox
  1. IMAGECODING

    0下载:
  2. MFC中的图像编码的源代码,包括霍夫曼编码、香农-费诺编码、算术编码、位平面编码、保存img文件、读入img文件等。-The source code of Image coding in MFC , including the Hoffman code, Shannon Fenno coding, arithmetic coding, bit plane coding, save the IMG file, read into the IMG file.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3407245
    • 提供者:yanls
  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
« 12 3 »
搜珍网 www.dssz.com