搜索资源列表

  1. 编码

    0下载:
  2. 图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5796
    • 提供者:dz
  1. ssbm

    0下载:
  2. 算术编码,matlab实现编码与译码,而且不考虑其精度-Arithmetic coding, matlab coding and decoding achieve, and do not take into account their accuracy
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:扶滔
  1. suanshu

    0下载:
  2. 本程序描述了算数编解码,首先实现了,图像的读取与显示。以及算术编码的实现,与哈夫曼编码相比较,实现了整体的编码-suan shi bian ma zhu yao shi xian le dui zheng ge maliu de bian ma ,bu zhi zhi dui mei ge fu hao de bian jie ma
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4117504
    • 提供者:gegelaogong
  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例程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:lima
  1. ArithmeticCode

    0下载:
  2. 算术编码是图像压缩的主要算法之一。 在给定符号集和符号概率的情况下,算术编码可以给出接近最优的编码结果。使用算术编码的压缩算法通常先要对输入符号的概率进行估计,然后再编码。这个估计越准,编码结果就越接近最优的结果-Arithmetic coding algorithm was a major one compressed image. In a given symbol set and symbol probability case,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:
  1. bc

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

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:damien
  1. Arithmetic_coding

    0下载:
  2. 基于上下文的算术编码,用于图像压缩中的熵编码环节。-Arithmetic coding for entropy coding in image compression link.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:lili
  1. suanshubianma

    0下载:
  2. 算术编码的实现 对于初学者来说还是比较好用的 -算术的实现 对于初学者来说还是比较好用的
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈浩
  1. Arithmetic-coding

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:郜智方
  1. suanshubianma

    0下载:
  2. 算术编码, 将被编码的一则消息或符号串(序列)直接编码成[o,1)区间上的一个浮点小数。 -Arithmetic coding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:左思敏
  1. 123

    0下载:
  2. 信息论与编码中的自适应算术编码的程序,希望有帮助!-Information theory and coding of adaptive arithmetic coding process, want to help!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:文志
  1. arthcode

    0下载:
  2. 此文档为算术编码,简单的编码解码,希望大家喜欢-arthcode
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:许家胜
  1. Arithmetic coding

    0下载:
  2. 算术编解码,利用MATLAB实现信息论与编码中的算术编码。(Arithmetic coding, which uses MATLAB to implement arithmetic coding in information theory and coding.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:开水烫
  1. Arithmetic coder

    0下载:
  2. 完整,实用,高效的数据及字符算术编码和解码器(Full and practical data and character arithmetic encoding and decoding)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1389568
    • 提供者:伟少侠
  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 the
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:花零。
  1. CACM_Moffat_2017125132440649

    0下载:
  2. 实现算术编码与解码,进行文件的压缩,并伴有上界溢出与下界溢出的处理(Implement arithmetic coding and decoding, and compress files)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:6312960
    • 提供者:zed12138
  1. 算术编码实验

    0下载:
  2. 算数编码,包括: 对文件符号进行概率统计,生成编码表; 对文件进行压缩编码; 对文件进行解压缩,比较原始数据和解压后的数据之间是否有损耗。(Arithmetic coding, including: The probability statistics of the file symbols are carried out and the coding table is generated. Compress and enco
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:sjnhj
  1. AC

    0下载:
  2. 算数编码的程序。python。实现算术编码(An arithmetic coding program. Python. Arithmetic coding)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:超小猪
  1. suanshubianam

    0下载:
  2. 一种算术编码, 可以进行压缩,图像对比的过程,信息前后对比(An arithmetic coding, Can be compressed, image contrast process, information before and after comparison)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:啦啦啦1啦1
  1. code

    0下载:
  2. 用Java语言编程实现行程编码压缩算法和算术编码(Stroke coding compression algorithm and arithmetic coding in Java programming)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:zsddm00
« 1 2 3 4 5 6 78 9 10 11 12 ... 36 »

源码中国 www.ymcn.org