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

搜索资源列表

  1. huffman(c)

    0下载:
  2. huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8451
    • 提供者:
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1739
    • 提供者:冯灿科
  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. huffman.rar

    1下载:
  2. 实现用huffman编码的编码译码器,用C++和vc6.0实现,With implementation of the huffman encoding codecs
  3. 所属分类:Compiler program

    • 发布日期:2014-12-08
    • 文件大小:1038370
    • 提供者:张文宇
  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. hafumanbianma

    0下载:
  2. 哈夫曼编码的实现,用C++编写的。操作系统课设时做的,可以正确的运行-Huffman encoding implementation, using C++ prepared. When the operating system to do for the class, you can run the right
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1708
    • 提供者:李利芳
  1. hfm

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

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

    0下载:
  2. 经典的赫夫曼编码,自己写的代码,希望对大家有点用处-Classic Huffman encoding, write your own code, and hope we are a bit useless
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1711
    • 提供者:fu
  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. huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:4829
    • 提供者:lijing
  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. huff

    0下载:
  2. huffman编码、译码,数据结构课程设计-huffman encoding, decoding, data structure course design
  3. 所属分类:assembly language

    • 发布日期:2017-12-09
    • 文件大小:2107
    • 提供者:刘丽杰
  1. 1

    0下载:
  2. 基于delphi开发环境的哈弗曼编码解码程序-Development environment based on delphi Huffman encoding and decoding procedures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:179789
    • 提供者:李林
  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. 利用得到的权值构建huffman树、并输出每个字符对应的huffman编码,另外动态演示该哈夫曼树的生成过程。-Right to use the output value to construct the Huffman tree, and each character corresponding Huffman encoding, and dynamic display the generation process of the Huffman tree .
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:893695
    • 提供者:墨菲
  1. huffman

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

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