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

搜索资源列表

  1. huffmanGUI1

    0下载:
  2. 霍夫曼编码及解码详细程序,实现图像显示与相应的计算-Huffman coding and decoding process in detail, realizes the image display and corresponding calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:423494
    • 提供者:张媛
  1. HafuManCode

    0下载:
  2. 霍夫曼编码解码算法的实现;及运行结果截图-Theme and operating results to achieve Huffman encoding and decoding algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:43618
    • 提供者:吴如是
  1. MATLAB-tuxiangchuli-Hough-jaince-

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码,欢迎大家下载-MATLAB image processing Hough line detection Huffman source code, welcome to download
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:190316
    • 提供者:
  1. DCT-compress

    2下载:
  2. 把图像分成8x8的图像块进行DCT变换压缩,再用霍夫曼编码,其中DCT变换未调用matlab 的函数,可以满足一些作业的要求-The image is divided into 8x8 image blocks of compressed DCT transform, then Huffman coding, which is not the DCT matlab function calls, meet some of the requirements of the job
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:37081
    • 提供者:朱兆琪
  1. 07375357ezw

    0下载:
  2. 用霍夫曼编码,零树小波算法解码,图像处理过程-huffman encode ,ezw decode
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:24964
    • 提供者:陈琳
  1. huffmam

    0下载:
  2. 霍夫曼编码实现文件 构建霍夫曼树 编码与解码 需要511个节点才能构成霍夫曼树-Huffman Coding file to build the Huffman tree encoding and decoding require 511 nodes in order to constitute a Huffman tree
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3463
    • 提供者:萧然
  1. huffman-coding

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffman coding (Huffman Coding), also known as Huffman coding is an encoding, Huffman coding is a var
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:311442
    • 提供者:ANDY
  1. information-processing-encoding

    0下载:
  2. 各种信息处理编码解码源代码,包括霍夫曼编码、算术编码等-各种信息处理编码解码源代码,包括霍夫曼编码、算术编码等 All kinds of information processing encoding decoding the source code, including Hoffman encoding, encoding, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7422
    • 提供者:苏政豪
  1. infor_huffman

    0下载:
  2. 自己编写的霍夫曼编码。使用了MATLAB的编程思维,与C或C++的方法不同,不需要建立树结构。很容易理解,而且运算效果丝毫不逊于MATLAB自带的霍夫曼编码函数。-Write your own Huffman coding.Using the MATLAB programming thinking, unlike C or C++ method, do not need to build a tree structure.It is easy to understand, and operati
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:862
    • 提供者:郑翔
  1. ex

    2下载:
  2. MATLAB编写的编码GUI,包括文件分析、频数统计、编码列表等。编码方法包括霍夫曼、香农、费诺、改进费诺等。GUI中还包括各编码方法的比较。GUI界面非常美观漂亮。-MATLAB code GUI, including documents analysis, frequency statistics, code list, etc.The encoding methods including hoffman, shannon, fees, and GaiJinFei etc.The compa
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-12-08
    • 文件大小:319488
    • 提供者:郑翔
  1. Hoffman-Coding

    0下载:
  2. 霍夫曼编码-Hoffman Coding
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4494273
    • 提供者:小飞侠
  1. Huffman

    0下载:
  2. 哈夫曼编码。霍夫曼编码被广泛使用的一种非常有效的编码方法,用于数据文件的压缩。基于字符的频率进行编码。出现频率高的字符的编码较短,出现频率较低的字符的编码较长。 -Huffman coding. Huffman coding is widely used in a very efficient coding method data file compression. Huffman coding algorithm based on the frequency of characters a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:Lateefah
  1. Haffman

    0下载:
  2. 北航数字图像与结构算法大作业的霍夫曼编码-Huffman coding digital image and structure algorithms Northern Great job
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:858329
    • 提供者:赵蒙
  1. huffman

    0下载:
  2. 霍夫曼编码的代码,代码读取一个名为1的txt文本并对其中的各个字母出现的次数进行统计,然后生成哈夫曼树并并返回哈夫曼编码-Huffman coding code, the code to read a txt text a number of times which is named and the letters appearing statistics, Huffman tree and then generates and returns Huffman coding
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2299
    • 提供者:王云初
  1. huffmancoding100

    0下载:
  2. 霍夫曼编码,实现对字符和汉字的最优编码。-Huffman encoding, characters and Chinese characters to achieve the optimal coding.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4201
    • 提供者:te382359
  1. workTP1PARTIE1453

    0下载:
  2. Matlab 霍夫曼变换圆检测,能求出最大圆半径及坐标-Huffmam transform for circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:919
    • 提供者:LIU SIYAO
  1. Huffman

    0下载:
  2. 霍夫曼编码,自己写的,不一定好,但可以参考-Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2192152
    • 提供者:wyc
  1. huffmans

    0下载:
  2. 霍夫曼编码的技术研究与matlab算法实现-Research and Huffman coding algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:172946
    • 提供者:杨乐
  1. My_Huffman_coding

    0下载:
  2. 数据压缩霍夫曼编码实验源代码,算法详细解析-data compression huffman coding
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2086777
    • 提供者:
  1. hw3_E24016629

    0下载:
  2. 霍夫曼編碼(Huffman Coding)是一種編碼方式,是一種用於無損數據壓縮的熵編碼(權編碼)算法。 在計算機數據處理中,霍夫曼編碼使用變長編碼表對源符號(如文件中的一個字母)進行編碼,其中變長編碼表是通過一種評估來源符號出現機率的方法得到的,出現機率高的字母使用較短的編碼,反之出現機率低的則使用較長的編碼,這便使編碼之後的字符串的平均長度、期望值降低,從而達到無損壓縮數據的目的。-Huffman coding (Huffman Coding) is an encoding, data co
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:441643
    • 提供者:陳冠丞
« 1 2 ... 30 31 32 33 34 3536 37 38 39 »
搜珍网 www.dssz.com