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
    • 文件大小:108.69kb
    • 提供者: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
    • 文件大小:1.73kb
    • 提供者:熊杰
  1. huofumanj

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

    • 发布日期:2017-04-02
    • 文件大小:111.27kb
    • 提供者:曾啸
  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-14
    • 文件大小:2.96kb
    • 提供者: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
    • 文件大小:24.68kb
    • 提供者:yxj
  1. hfm

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

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

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

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

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

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

    0下载:
  2. Huffman编码译码,带图形界面,画Huffman树,读取,保存文件。查找替换内容-Huffman coding and decoding, with a graphical interface, drawing Huffman tree, read, save the file. Search and Replace content
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:4.95mb
    • 提供者:liuxiao
  1. Haffmancode2

    0下载:
  2. 利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。-Algorithm using Huffman coding and decoding system, repeated display and process the following items until the opt-out so far.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1.54kb
    • 提供者:pamier
  1. Huffmer

    0下载:
  2. 通过统计文件中各字符的出现频率,建立Huffman树,再通过建立的已经Huffman的树,对文件中各字符进行编码,将结果存入新的文件中,然后从文件中读取Huffman编码,进行解码,结果存入新的文件中,并与源文件进行比较。 -Through statistical document the frequency of each character, the establishment of Huffman trees, and through the already established
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:8.99kb
    • 提供者:棒棒
  1. huffmancoding

    0下载:
  2. 霍夫曼編碼: 編解碼等功能 霍夫曼編碼: 編解碼等功能-Huffman coding: Huffman coding and decoding functions: encoding and decoding functions
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者: 張天彥
  1. Huffman-

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

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:leqr
搜珍网 www.dssz.com