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

搜索资源列表

  1. huftree_CODE_SYSTEM

    0下载:
  2. 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:111303
    • 提供者:wangyuliang
  1. huffmen

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接受将传来的数据进行译码。-use Huffman coding can be greatly improved communication channel utilization, shorten information transmission time and reduce transmission costs. However, this require
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1769
    • 提供者:熊杰
  1. HUFFMAN

    0下载:
  2. 题 目: 哈夫曼编码的程序设计 初始条件: 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:120779
    • 提供者:陈宗浩
  1. 原代码2

    0下载:
  2. 霍夫曼编码译码程序-Huffman encoding decoding procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:郭巨海
  1. huofumanj

    0下载:
  2. 霍夫曼解码 给出码表的 编码的结果就是使每一个字符的编码都与另一个字符编码的前一部分不同.不可能出现像a:00,b:001这种情况.这样就不会遇到莫棱两可的情况了. 这是由二叉树的特点决定的,编码是由从根结点到一个叶子的路径决定的.不同的叶子对应的这种路径不可能出现像a:00,b:001这种情况.你可以画画二叉树图,就懂了. -Huffman decoding code table is given
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:113942
    • 提供者:曾啸
  1. Huffman

    0下载:
  2. 用c语言实现哈夫曼树的编码与解码 编译器为c-fr-Encoding and decoding of the Huffman tree using c language Compiler for c-free
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:17196
    • 提供者:倪佳华
  1. beta3

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,实现哈夫曼的编码译码-The use of Huffman coding to communicate can greatly improve channel utilization, shorten the transmission time information and reduce transmission costs, implementation Huffman encoding decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:3029
    • 提供者:yan
  1. huffmancoding

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行. -This is a source of Hoffman codec, you can use it to achieve efficient coding Huffman decoding, notes in detail, better readability. Compressed packet including the source file only, an
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:25268
    • 提供者:yxj
  1. hfm

    0下载:
  2. 哈夫曼的编码和译码 功能是用哈夫曼进行编码和译码工作-Huffman encoding and decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:2062
    • 提供者:韦家
  1. haffmankechengsheji

    0下载:
  2. 哈夫曼编码/译码器的课程设计!我查过 网上很少有的哦-Huffman encoding/decoding device course design! I checked online rare Oh! !
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:218096
    • 提供者:hey
  1. Huffman

    0下载:
  2. 赫夫曼编译码的C++程序 内有使用说明-Huffman encoding and decoding of the C++ programs using the instructions within the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6123
    • 提供者:金秋十月
  1. AdaptiveHuffman

    0下载:
  2. Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13161
    • 提供者:阿毛
  1. Huffman-

    0下载:
  2. 哈弗曼编码系统,实现哈弗曼编码,译码等功能-Hafu Man coding system Hafu Man coding, decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1733
    • 提供者:leqr
  1. hfm

    0下载:
  2. 哈夫曼编码译码 输入字符和权值可编码成哈夫曼码 也可反向译码-Huffman decoding
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1961
    • 提供者:Gyy
  1. Huffman-coding-and-decoding

    0下载:
  2. 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:6118
    • 提供者:mary
  1. huffman

    0下载:
  2. 通过输入字符集和其对应权值来对某个文件中的所有字符进行编码,然后再译码输出。-By the input character set and the corresponding right value to all the characters in a file encoding and then decoding output.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-24
    • 文件大小:4317
    • 提供者:三一紫馨
  1. huff2mat

    0下载:
  2. 在数字图像处理中,运用MATLAB中的函数huff2mat可以实现图像的哈夫曼解码-In digital image processing, use the MATLAB functions huff2mat can achieve image Huffman decoding
  3. 所属分类:source in ebook

    • 发布日期:2017-11-15
    • 文件大小:5847
    • 提供者:璐璐
  1. Huffman

    0下载:
  2. 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至txt文件中,构建的霍夫曼树也将被保存至txt文件中。-Achieve Huffman coding and Huffman decoding and statistical frequency of each character in the original document that appears to save the characters and their frequency of occur
  3. 所属分类:Editor

    • 发布日期:2017-05-23
    • 文件大小:7668192
    • 提供者:
  1. huffman

    0下载:
  2. huffman编码器解码器,能采用huffman编码并对编码反译码-huffman encoder decoder can employ huffman encoding and decoding coded anti-
  3. 所属分类:Compiler program

    • 发布日期:2017-06-10
    • 文件大小:17891983
    • 提供者:wx
  1. huffman

    0下载:
  2. Matlab program for Huffman encoding and decoding
  3. 所属分类:语音合成与识别

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:Hebah
« 12 »
搜珍网 www.dssz.com