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

搜索资源列表

  1. huffman

    0下载:
  2. 哈夫曼编码的内核程序及说明,主要用于jpeg解码-huffman s kernel ,use jpeg decoding
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:15909
    • 提供者:zotion
  1. huffman-code-and-decode

    0下载:
  2. 哈夫曼编解码器 可顺利编码、译码、生成哈夫曼树、计算压缩比-huffman coding and decoding machine
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1567910
    • 提供者:lisijiang
  1. Huffman

    0下载:
  2. 用java图形界面实现的哈弗曼的编码与解码 原代码 各类之间的关系 非常详细-Using java graphical interface to achieve the Huffman encoding and decoding of the original code the relationship between various types of very detailed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:22980
    • 提供者:高会
  1. huffman-coding-and-decoding

    0下载:
  2. huffman encoding for image compression
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9545
    • 提供者:shalini
  1. huffman-code

    0下载:
  2. 该小程序为哈弗曼编码系统,带有一个小界面,主要执行的功能是对输入的数据进行编码,译码,构造并打印哈夫曼树。并且将输入的数据进行保存。-The applet is Felicity Huffman coding system, with a small interface, main function is performed on the input data encoding, decoding, construct and print a Huffman tree. Data entered
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1344
    • 提供者:樊璐
  1. Huffman

    0下载:
  2. 从文件中读取数据,统计各个字符情况,用赫夫曼码实现编码和译码。-Data read from the file, the statistics of each character, using the Huffman code encoding and decoding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:18024
    • 提供者:mengzhen
  1. Huffman

    1下载:
  2. 数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a Huffman tree program, create a text file, the statistical character frequency in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3574
    • 提供者:王龙飞
  1. Huffman-encoding-and-decoding

    0下载:
  2. 用c++实现了哈夫曼的编码和译码。C + + implementation of the Huffman encoding and decoding-C++ implementation of the Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:353125
    • 提供者:lhd
  1. mp3

    0下载:
  2. mp3格式的音频文件解码,包括imdct以及huffman解码程序-mp3 audio file decoding including imdct and huffman decoding procedure
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:90782
    • 提供者:wangxi
  1. Huffman-

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

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

    0下载:
  2. 对一段文本中的字符串进行霍夫曼编码和解码,并显示各个字符对应的编码结果,并对编码后的内容进行解码并显示。-Huffman coding and decoding section of the text string and displays the coding results corresponding to each character, and encoded, decoded and displayed.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:709
    • 提供者:zhongpeng
  1. Huffman-encoding-decoding-

    0下载:
  2. 通过C++来实现赫夫曼编码和译码函数的程序-Huffman encoding and decoding functions of the program through C++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-21
    • 文件大小:862
    • 提供者:lulu
  1. Huffman-codec

    0下载:
  2. 数据结构课设,赫夫曼编码译码,功能很强大,编码译码都很实现-Data structures class set, the decoding of the Huffman coding, is very powerful, the codecs are to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:217768
    • 提供者:王道
  1. Huffman-Coding

    0下载:
  2. 哈弗曼编译码,包含哈弗曼树、编码和解码过程。-Huffman Coding and Decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:3224
    • 提供者:xuefei
  1. hfm

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

    • 发布日期:2017-04-07
    • 文件大小:1961
    • 提供者:Gyy
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、 初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、 建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、 编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、 译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、 打印(Print):以直观
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:586614
    • 提供者:小咩
  1. (2-4-8)huffman

    0下载:
  2. 要实现五个功能:接收原始数据、编码、译码、将编码和译码存档。通过系统的提示建立赫夫曼树并对载入的原文件进行编码,并保存到指定的文件中。另一方面对原文件进行译码,并将译码的结果保存到指定的文件中。对于编码和译码的操作中的文件导入,分为键盘输入和文件输入两种。-coding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:11277114
    • 提供者:张立健
  1. Huffman

    0下载:
  2. Huffman编码、解码,主要适用于学生的课堂练习作业,内有注释,便于理解-Huffman encoding, decoding, mainly applicable to the student' s classroom practice assignment, with Notes, easy to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:4204
    • 提供者:camel
  1. Huffman

    0下载:
  2. 1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3739833
    • 提供者:Tracy
  1. Huffman-coding-and-decoding

    1下载:
  2. 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:16788
    • 提供者:Gary
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 29 »
搜珍网 www.dssz.com