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

搜索资源列表

  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. huffman

    0下载:
  2. C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:20166
    • 提供者:梁小强
  1. Huffman

    0下载:
  2. 哈夫曼编码和解码,利用文件输入进行哈夫曼编码并解码到文件-Huffman coding and Decoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:373098
    • 提供者:xiaohan
  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-13
    • 文件大小:6118
    • 提供者:mary
  1. luvcview_arm

    1下载:
  2. 很给力的usb摄像头捕捉成像,带有huffman解码,可以读取mjpeg格式视频流-Is to force usb camera capture imaging, with the huffman decoding, you can read the the mjpeg format of video flow
  3. 所属分类:Video Capture

    • 发布日期:2016-09-30
    • 文件大小:152576
    • 提供者:chan
  1. huffman

    0下载:
  2. 分别为16位,32位哈夫曼编码与解码实现 ,数字图像处理课程设计-16 32 Huffman encoding and decoding implementations, digital image processing course design
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:232661
    • 提供者:朱朴宁
  1. mp3-decoding-VHDL-program

    0下载:
  2. 完整的MP3解码程序,报告huffman解码,IMDCT,滤波。还附有一些说明-mp3 decode
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-08
    • 文件大小:117760
    • 提供者:蔡李福
  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. huff_C_exp2

    0下载:
  2. 霍夫曼解码,应用二叉树原理,可以下载直接运行-Huffman decoding, the application binary tree principle, you can download directly run
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:241675
    • 提供者:cjm
  1. huffmanDecoding

    0下载:
  2. 霍夫曼解码,二叉树原理,含有丰富注释,帮助你不仅拥有程序,而且容易看懂程序!-Huffman decoding binary tree principle, rich in notes, to help you not only has the program, and easy to understand program!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-29
    • 文件大小:336534
    • 提供者:cjm
  1. BCBHUFFDecod

    0下载:
  2. 用BCB编程的哈夫曼解编码程序,进行哈夫解压缩程序源码-BCB programming Huffman decoding and encoding procedures, for Huff solution compression program source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-27
    • 文件大小:16259
    • 提供者:prodav
  1. huffman3

    0下载:
  2. huffman解码程序,输出至文本,计算解码时间。-Huffman decoding process, and the results output to a text. Calculating time.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:22524
    • 提供者:李涵
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »
搜珍网 www.dssz.com