CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 3D图形编程

文件名称:Entropy-coding-source-program

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-03-16
  • 文件大小:
    17.82mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母,根节点代表使用的位元。除这个对每个要编码的数据产生一个特别的表格的方法外还有使用固定的编码表的方法。比如加入要编码的数据中符号出现的机率符合一定的规则的话就可以使用特别的变长编码表。这样的编码表具有一定的系数来使得它适应实际的字母出现机率。-Entropy coding (entropy encoding) is a kind of use data of statistical information compression without semantic data flow of nondestructive coding. This chapter first introduces the basic concept of entropy, and then introduce Shannon- occupies (Shannon- Fano) coding, Huffman (Huffman) coding, arithmetic coding (arithmetic coding), stroke encoding (RLE) and LZW encoding used entropy coding method. Huffman encoding suggest a bit carry into integer algorithm, but this algorithm in specific cases not to achieve the best results. Therefore some improved, providing the best integer bit number. This algorithm using binary tree to set up a code. The binary tree terminal node representing the code letters, on behalf of the root node used bits. In addition to this for each to coded data to create a special form of the method and use fixed code table method. Such as join to coding data symbols appear probability accord with certain rules words can use special variable ChangBian chart. This code
(系统自动生成,下载前可以参看下载内容)

下载文件列表

熵编码源程序/
熵编码源程序/ACDialog.cpp
熵编码源程序/ACDialog.h
熵编码源程序/AC_De.h
熵编码源程序/AC_En.h
熵编码源程序/code_example/
熵编码源程序/code_example/bird.acc
熵编码源程序/Debug/
熵编码源程序/Debug/ACDialog.obj
熵编码源程序/Debug/ACDialog.sbr
熵编码源程序/Debug/BuildLog.htm
熵编码源程序/Debug/entropyCoding.bsc
熵编码源程序/Debug/entropyCoding.exe
熵编码源程序/Debug/entropyCoding.exe.embed.manifest
熵编码源程序/Debug/entropyCoding.exe.embed.manifest.res
熵编码源程序/Debug/entropyCoding.exe.intermediate.manifest
熵编码源程序/Debug/entropyCoding.ilk
熵编码源程序/Debug/entropyCoding.obj
熵编码源程序/Debug/entropyCoding.pch
熵编码源程序/Debug/entropyCoding.pdb
熵编码源程序/Debug/entropyCoding.res
熵编码源程序/Debug/entropyCoding.sbr
熵编码源程序/Debug/entropyCodingDoc.obj
熵编码源程序/Debug/entropyCodingDoc.sbr
熵编码源程序/Debug/entropyCodingView.obj
熵编码源程序/Debug/entropyCodingView.sbr
熵编码源程序/Debug/HuffencodeDialog.obj
熵编码源程序/Debug/HuffencodeDialog.sbr
熵编码源程序/Debug/MainFrm.obj
熵编码源程序/Debug/MainFrm.sbr
熵编码源程序/Debug/mt.dep
熵编码源程序/Debug/RunlengthDialog.obj
熵编码源程序/Debug/RunlengthDialog.sbr
熵编码源程序/Debug/StdAfx.obj
熵编码源程序/Debug/StdAfx.sbr
熵编码源程序/Debug/vc60.idb
熵编码源程序/Debug/vc60.pdb
熵编码源程序/Debug/vc90.idb
熵编码源程序/Debug/vc90.pdb
熵编码源程序/entropyCoding.aps
熵编码源程序/entropyCoding.clw
熵编码源程序/entropyCoding.cpp
熵编码源程序/entropyCoding.dsp
熵编码源程序/entropyCoding.dsw
熵编码源程序/entropyCoding.h
熵编码源程序/entropyCoding.ncb
熵编码源程序/entropyCoding.opt
熵编码源程序/entropyCoding.plg
熵编码源程序/entropyCoding.rc
熵编码源程序/entropyCoding.sln
熵编码源程序/entropyCoding.suo
熵编码源程序/entropyCoding.vcproj
熵编码源程序/entropyCoding.vcproj.XD01.Administrator.user
熵编码源程序/entropyCodingDoc.cpp
熵编码源程序/entropyCodingDoc.h
熵编码源程序/entropyCodingView.cpp
熵编码源程序/entropyCodingView.h
熵编码源程序/HuffencodeDialog.cpp
熵编码源程序/HuffencodeDialog.h
熵编码源程序/huff_de.h
熵编码源程序/huff_en.h
熵编码源程序/MainFrm.cpp
熵编码源程序/MainFrm.h
熵编码源程序/openfile.h
熵编码源程序/ReadMe.txt
熵编码源程序/res/
熵编码源程序/Resource.h
熵编码源程序/res/entropyCoding.ico
熵编码源程序/res/entropyCoding.rc2
熵编码源程序/res/entropyCodingDoc.ico
熵编码源程序/res/Toolbar.bmp
熵编码源程序/RunlengthDialog.cpp
熵编码源程序/RunlengthDialog.h
熵编码源程序/Runlength_en.h
熵编码源程序/StdAfx.cpp
熵编码源程序/StdAfx.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com