搜索资源列表

  1. hafuman2

    0下载:
  2. 此霍夫曼编码可根据自己输入的字符集及频度构建霍夫曼树,利用建好的哈夫曼树生成哈夫曼编码.-This Huffman code can be entered in accordance with their own character set and the frequency of Huffman tree constructed using built Huffman tree generated Huffman.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:jj
  1. HuffmanExp

    0下载:
  2. HuffmanExp 编码 C/C++语言编写灰度图象霍夫曼编码的程序1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 - MICROSOFT FOUNDATION CLASS LIBRARY : HuffmanExp ===========================
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2156544
    • 提供者:俊俊
  1. haffuman

    1下载:
  2. 图像处理中压缩编码部分的霍夫曼编码应用实例:MATLAB版源代码-Image Processing coding part of the Huffman code application examples: MATLAB version of the source code
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:刘兰芳
  1. huffman_me

    0下载:
  2. 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:cindy
  1. Huffman

    0下载:
  2. 利用霍夫曼编码对图像的冗余度进行压缩,以利于传输。采用霍夫曼编码来得到比较好的压缩比。-Use Huffman code redundancy of images compressed in order to facilitate transmission. Huffman code used to get relatively good compression ratio.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:939008
    • 提供者:liuyaxin
  1. mp3analysis

    0下载:
  2. 国外硕士论文,有关mp3编解码技术研究的,对各部分功能如子带分解滤波,霍夫曼编码,心理声学模型等都作了详解,也提出了算法上的一些改进-paper for master degree,it specifies the mp3 encoding and decoding processing,and in some way suggests advanced algorithm at some blocks.
  3. 所属分类:mpeg/mp3

    • 发布日期:2024-05-21
    • 文件大小:2069504
    • 提供者:
  1. huffman

    0下载:
  2. 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:yang long
  1. Huffman

    0下载:
  2. 霍夫曼编码全代码,完全描述了编码的全过程,还包括几个实例研究-Huffman code the whole code, a full descr iption of the encoding of the entire process, including several case studies
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Leonard
  1. huffmandecode

    0下载:
  2. 霍夫曼编码的MATLAB程序 对简单序列的编码 -huffman code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:甘木予
  1. 12

    0下载:
  2. 用VC++编的图像编码,有霍夫曼编码、算术编码,位平面编码等-Using VC++ for image coding, and Huffman coding, arithmetic coding, bit-plane coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3436544
    • 提供者:高群
  1. huffman

    0下载:
  2. 霍夫曼编码,输入字符,然后给出对应字符的权值和编码,用窗口界面展现出来-Huffman code, enter the characters, and then the corresponding characters are given the right values and the code shown by the window interface
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1976320
    • 提供者:chenzhengjun
  1. matlabcodingtoachieve

    0下载:
  2. 霍夫曼编码、算术编码和行程编码的matlab实现-Huffman coding, arithmetic coding and routing matlab coding to achieve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:邓勇
  1. huffman

    0下载:
  2. 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:liugang
  1. Huofuman

    0下载:
  2. 霍夫曼编码算法: 霍夫曼编码译码算法,请大家多多指教-Huffman Coding Algorithm: Huffman code decoding algorithm, the exhibitions please
  3. 所属分类:STL

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:周杰
  1. ImageCompressed

    0下载:
  2. 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大-The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infi
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:168960
    • 提供者:tianjieyu
  1. HuffmanCoding

    0下载:
  2. 霍夫曼编码实现,在文件中输入一个字符串,即可在结果文件中获得编码-Huffman coding to achieve, type a string in the file can be encoded in the outcome document
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:王彦如
  1. huffmanencode

    0下载:
  2. 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:tom
  1. Cpp1

    0下载:
  2. C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:诸葛孔亮
  1. Huffman

    0下载:
  2. 霍夫曼编码,根据给定权值创建赫夫曼编码,显示每一步如何进行及所得编码-Huffman coding, according to the weight given to create Huffman codes, showing how each step and the resultant code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张三
  1. Lossless_decoding

    0下载:
  2. 自己编的基于霍夫曼编码以及解码的程序,供大家分享-Own compilation based on Huffman coding and decoding procedures for share
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:51200
    • 提供者:陈濛
« 1 2 3 45 6 7 8 9 10 ... 36 »

源码中国 www.ymcn.org