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

搜索资源列表

  1. huffman3

    0下载:
  2. 信息论中的Huffman编码的Malab代码,效率较高,代码简洁-Information Theory Huffman coding Malab code more efficient, concise code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1102
    • 提供者:魏武帝
  1. HuffmanCoding

    0下载:
  2. 这是使用Matlab实现的Huffman编码与绘图的程序。编码过程比较简单,是通过建立Huffman树,再进行简单的遍历得到。 主要贡献在绘图部分。这是迄今为止唯一一个画出Huffman生成树的Matlab程序。-This is a piece of Huffman coding and graphics program based on matlab. The encoding process is relatively simple, through the establishment of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3278
    • 提供者:anguswang
  1. ftw

    0下载:
  2. inftrees.c generate Huffman trees for efficient decoding.Build a set of tables to decode the provided canonical Huffman code. -inftrees.c generate Huffman trees for efficient decoding.Build a set of tables to decode the provided canonical Huffman
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5651
    • 提供者:lenmunki
  1. HuffmanCompress

    0下载:
  2. 一份大作业,基于Huffman(霍夫曼)编码实现的文本压缩,代码中对于Huffman树的创建、编码及压缩有详细的过程,包含一份文档-A great job, a text-based Huffman coding to achieve compression, Huffman code tree for creating, coding and compression process in detail, including a document
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1726912
    • 提供者:张稳龙
  1. yasuobi

    0下载:
  2. 本代码为了检测哈弗曼编码后的图像压缩比,并且给出了哈夫曼的编码与解码-The code in order to detect Huffman encoded image compression ratio, and gives Huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:尧新峰
  1. ztrees

    0下载:
  2. *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:11082
    • 提供者:ShichaoLiang
  1. ImageProcess

    0下载:
  2. 这是数字图像处理中Huffman编码的代码实现。-This is the digital image processing Huffman coding code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14798090
    • 提供者:kyc
  1. lodepng

    0下载:
  2. This source file is built up in the following large parts. The code sections with the LODEPNG_COMPILE_ #defines divide this up further in an intermixed way. -Tools for C and common code for PNG and Zlib -C Code for Zlib (huffman, deflate, ...)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:66641
    • 提供者:songbzlie
  1. MATLABHough

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码-MATLAB image processing Hough line detection Huffman source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:181836
    • 提供者:李丽
  1. AHC

    0下载:
  2. adaptive huffman 代码,压缩和解压,可正常运行,代码做相关注释,简单易懂。-Huffman adaptive code, compression and decompression, can be normal operation, the code to do the relevant notes, easy to understand.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1801445
    • 提供者:周伟
  1. compact

    0下载:
  2. Adaptive Huffman code input to output On - line algorithm. -Adaptive Huffman code input to output On - line algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2713
    • 提供者:kaciujo
  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. HuffmanPcodePinPmatlabPfo

    0下载:
  2. matlab project for huffman code for image compression that convert image to the binery and than create its treee and docode to reduce its size-matlab project for huffman code for image compression that convert image to the binery and than create its
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3917322
    • 提供者:ihtsfam
  1. Huffman_code

    0下载:
  2. 实现Huffman算法,对数据进行最优编码压缩。-huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2102
    • 提供者:tanghongwei
  1. haffman

    0下载:
  2. 哈夫曼编码在VS2015中的实现,注释非常清楚-Huffman code
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4527780
    • 提供者:cui
  1. huffman_code

    0下载:
  2. CODIFICATION SOURCE WITH HUFFMAN CODE FOR MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:755
    • 提供者:andypanda
  1. huffman101

    0下载:
  2. 此程序实现了huffman编码,程序开始输入信源个数,之后输入对应的概率,若概率值不属于0~1或概率和大于1则会要求重新输入,最终输出编码表。-This program implements the huffman coding, the program began to enter the number of sources, and then enter the corresponding probability, if not a probability or probability 0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1278
    • 提供者:mi84062
  1. huffmancode

    0下载:
  2. 设字符集为26个英文字母,设置其出现频度。先建哈夫曼树,显示每个字母的哈夫曼代码,在根据用户的输入翻译密码-The character set for the 26 English letters, set its frequency of occurrence. First built Huffman tree to display each letter Huffman code, based on user input password Translation
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:23363
    • 提供者:香雪海
  1. hw3_E24016629

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

    • 发布日期:2017-04-30
    • 文件大小:441643
    • 提供者:陳冠丞
  1. hfm

    0下载:
  2. 霍夫曼源代码,实现自动编码,计算平均码长,熵和编码效率。-Huffman source code, automatic coding, calculation of the average code length, and entropy coding efficiency.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:田永
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com