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

搜索资源列表

  1. VC_ImageProcessing

    2下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:280370
    • 提供者:陈镇静
  1. golay24

    0下载:
  2. Encoding and decoding of the binary extended (24,12,8) Golay code: An arithmetic decoding algorithm. It is a very close relative of the error-trapping decoding algorithms developed by Kasami in the 1960s.-Encoding and decoding of the binary extend
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2113
    • 提供者:里海
  1. ezwonly

    0下载:
  2. 单独的ezw编解码,编码结果为符号。可采用本人以上载的通用的算术编码,进行熵编码-separate ezw codec, encoding results of symbols. I use the above set of common arithmetic coding, entropy coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:149035
    • 提供者:chenglei
  1. VCHUNDAN

    1下载:
  2. 第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)-image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), Walsh transf
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:2114274
    • 提供者:lichao
  1. 词法分析器(wendang)

    0下载:
  2. /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take # the numbe
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:6289
    • 提供者:徐昕
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. shangbianma

    0下载:
  2. 对BMP进行的熵编码图象压缩,包括哈夫曼编码、算术编码、游程编码.-BMP for the entropy coding of image compression, including Huffman coding, arithmetic coding, run-length encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4123363
    • 提供者:Claire
  1. VQ

    0下载:
  2. 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expresse
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:4645
    • 提供者:王曉明
  1. ImageCoding

    1下载:
  2. 可以实现图像霍夫曼编码,香家费诺编码,算术编码,游程编码,位平面编码,预测编码,在编码过程中会显示被压缩图像的各个参数(压缩比,码长,信噪比等),并有图像恢复功能.-Huffman code can achieve images, Fenno House Shannon coding, arithmetic coding, run-length coding, bit plane coding, predictive coding, in the process of encoding comp
  3. 所属分类:压缩解压

    • 发布日期:2017-04-21
    • 文件大小:231681
    • 提供者:yangjianlei
  1. bianmayuanli

    0下载:
  2. 算术编码方法是将被编码的一则消息或符号串(序列)表示成0和1之间的一个间隔(Interval),即对一串符号直接编码成[0,1]区间上的一个浮点小数。符号序列越长,编码表示它的间隔越小,表示这一间隔所需的位数就越多。信源中的符号序列仍然要根据某种模式生成概率的大小来减少间隔。可能出现的符号概率要比不太可能出现的符号减少范围小,因此,只正加较少的比特位。-Arithmetic coding method is to be a coded message or symbol strings (seq
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6539
    • 提供者:邱颖
  1. CompressionAlgorithmsDocs

    0下载:
  2. Set of documents describing various compression techniques 1) Arithmetic coding 2) Burrows Wheeler transform 3) DEFLATE, LZW, LZ77, LZ78 algorithms 4) Discrete wavelet transform 5) Run lenght encoding 6) ZIP and PNG file formats
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:772404
    • 提供者:JP
  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. arithcodeyourname

    1下载:
  2. 自己写的算术编码的matlab程序,内容是把自己的名字(当然也可以是其他的文字)用算术编码编码后再解码,有详细注释.给初学编码的朋友一些参考.谢谢.-Write matlab arithmetic coding procedure is to divide his name (of course also be other text) and then decode encoded using arithmetic coding, a detailed comment. Beginners en
  3. 所属分类:matlab

    • 发布日期:2014-05-03
    • 文件大小:1158
    • 提供者:chenbang
  1. erbm

    1下载:
  2. 利用java编程实现算术编码字母编码的编码与译码-Arithmetic coding using java programming code encoding and decoding letters
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:950
    • 提供者:扶滔
  1. arthCode

    0下载:
  2. 实现算术编码,有较强的适应能力,能够对较长文本进行编译码-Arithmetic coding to achieve, strong adaptability, longer text encoding and decoding can
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:667841
    • 提供者:Fun
  1. arithmetic_code_and_LZ_code

    0下载:
  2. 算术码和LZ碼的编码和解码,有MATLAB和C++两种程序,很好用。-Arithmetic code and the LZ code encoding and decoding, there are two MATLAB and C++ program, easy to use.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1028461
    • 提供者:xuhaixia
  1. suanshubianma

    0下载:
  2. 本程序是信息论与编码课程中常见的一种编码方式,即算术编码。这是一种最基本的简单编码-Information theory and coding of this procedure is a common curriculum in the encoding that the arithmetic coding. This is a basic simple coding
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4241
    • 提供者:lima
  1. xinxilun

    1下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3455243
    • 提供者:chengshuai
  1. arith

    0下载:
  2. Arithmetic算法用于数据编码解码,应用学科多媒体-Arithmetic algorithms for data encoding and decoding, applied science multimedia
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:377963
    • 提供者:pwb
  1. MPEG4-ASP

    0下载:
  2. 硕士毕业论文《MPEG4-ASP视频编码器算法设计 及DSP实现》:研究和实现了MPEG4-ASP视频编码标准的关键算法——运动估计和全局运动估计,掌握了视频压缩编码的核心技术以及在通用DSP平台上实现视频编码器的技术要点并实现了编码器的原型,为MPEG4-ASP编码在嵌入式领域的实际应用和开发奠定了基础。 -In chapter one and two, we mainly introduce the basic principle of video compression and t
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-27
    • 文件大小:443075
    • 提供者:刘洛丹
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com