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

搜索资源列表

  1. source coding

    2下载:
  2. 中文熵统计实验,卷积码,循环码,香农编码,线性分组码,费诺编码,霍夫曼编码(Chinese entropy statistical experiment, convolution code, cyclic code, shannon coding, linear block code, fano coding, Huffman coding.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-25
    • 文件大小:109568
    • 提供者:Jonny-Li
  1. Zigzag

    0下载:
  2. 实现8*8图像块内的Z字形扫描,霍夫曼编码,JPEG压缩。可用于图像处理(图像压缩,JPEG压缩中DCT变换,量化后的Z字形扫描,进而编码)(Implementation of 8*8 image block in the shape of Z scanning)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:暖阳阳123
  1. Huffman

    0下载:
  2. 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci
  3. 所属分类:压缩解压

    • 发布日期:2017-12-29
    • 文件大小:10240
    • 提供者:花零。
  1. 123

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计(MATLAB Hoffman Huffman encoding and decoding GUI interface design)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:祝祥亚
  1. bianma

    0下载:
  2. 香农编码代码,霍夫曼编码等各种编码代码,适用于图像处理,信息论等各种学科实验报告(Shannon coding code, Hoffman encoding and other coding code, suitable for image processing, information theory and other disciplines experimental report)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:zdlu
  1. encode

    0下载:
  2. 信息论中的霍夫曼编码以及费诺编码的基础编码(HUOFUMAN encode Fanocode)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:yaodongqing
  1. Huffman_GUI

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman encoding and decoding GUI interface design source code)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:13312
    • 提供者:sunsy
  1. Trie_and_Huffman

    0下载:
  2. 功能1:使用一种树型结构来实现我们的单词计数功能——Trie树 功能2:Huffman树进行编码 程序输入: 第一行为一个正整数n,表示输入单词的总数。 接下来的n行,每行为一个单词,单词由不超过10个的小写英文字母组成。 接下来的一行为一个正整数m,表示查询的次数。 接下来的m行,每行为一个数字和一个查询,当数字为1时,查询为单词,输出该单词出现的次数(可以为0);当数字为2时,查询为Huffman编码,输出对应的单词(该Huffman编码对应的单词确定存在)。(Function
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:functiondy_dx
  1. uxqmxc26

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,压缩包止包括源程序文件,再vc中运行,()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:guadantae
  1. MATLABHoug

    0下载:
  2. MATLAB图像处理+Hough霍夫曼直线检测+源程序代码,简单实用,非常好用,(MATLAB image processing +Hough Hoffman linear detection + source code, simple and practical, very easy to use)
  3. 所属分类:图形图象

    • 发布日期:2018-01-04
    • 文件大小:181248
    • 提供者:wang_xian
  1. cnuv

    0下载:
  2. 霍夫曼树的构造,密码的生成;堆的构造,排序等!()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:46080
    • 提供者:flagwwfu
  1. code

    1下载:
  2. 信源编码,包括经典的香农信源编码、费诺信源编码、霍夫曼信源编码(Source coding, including the classical Shannon code, Fano code, and Huffman code.)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:大哥割
  1. pixel_coder

    1下载:
  2. 霍夫曼编码;量化到8位字节每个像素编码及解码(Write a MATLAB function [zipped, info] = pixel_coder(X) that takes an image X and using the Huffman coder above applied in the pixel domain quantized to 8 bits per pixel returns the coded sequence zipped along with the header
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Jessicapu
  1. huffman coding

    0下载:
  2. 利用霍夫曼编码进行图像压缩处理,此程序为霍夫曼编码的示例(The performance of a Huffman code is a function of the entropy of the signal distribution and therefore can be highly dependent in the transform domain in which the code is applied. For example, JPEG partitions an image
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:Jessicapu
  1. rwquirementsdot

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,压缩包止包括源程序文件,再vc中运行,()
  3. 所属分类:网络编程

    • 发布日期:2018-04-23
    • 文件大小:3072
    • 提供者:Valektine
  1. huffman

    0下载:
  2. 霍夫曼编码的压缩解压,获得码长方法是moffat法。(The encode and decode with huffman code.)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-23
    • 文件大小:2048
    • 提供者:圆圆16138
  1. huofuman

    0下载:
  2. 图像的霍夫曼编码,MATLAB程序,可以直接运行,求图像的平均码长,信息熵(The Huffman code of the image, MATLAB program, can run directly, the average code length of the image, information entropy.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:48128
    • 提供者:君羊木
  1. 循环编解码

    0下载:
  2. matlab实现图像的循环编解码 霍夫曼编解码(Cyclic codec Hoffman codec for image implementation by MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:阿夜12138
  1. gneeqaz

    0下载:
  2. 霍夫曼树的构造,密码的生成;堆的构造,排序等!()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:46080
    • 提供者:pemqbfb
  1. huffman

    0下载:
  2. 使用C++语言实现了huffman的编码和解码功能,对于霍夫曼树和加密解密有深入的了解(Using the C++ language to implement the coding and decoding functions of Huffman, we have a deep understanding of the Hoffman tree and encryption decryption)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-30
    • 文件大小:445440
    • 提供者:Burylight
« 1 2 ... 33 34 35 36 37 3839 »
搜珍网 www.dssz.com