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

搜索资源列表

  1. Huffman-Coding

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

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

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

    • 发布日期:2017-05-03
    • 文件大小:586614
    • 提供者:小咩
  1. HuffmanTree

    0下载:
  2. 使用C++完成哈夫曼树的实现,可以实现简单的编码解码功能-Use C++ complete realization of the Huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:223789
    • 提供者:一路向北
  1. h13102555364u

    0下载:
  2. huffman 编码C++版,,霍夫曼编码是音视频编解码的基础 -the the huffman coding C++ Edition, Huffman coding is the basis of video and audio codecs
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:103150
    • 提供者:高尚
  1. HFUMEncodeANDDecode

    0下载:
  2. 哈夫曼编码与解码程序,在“passageIN.txt”中输入要进行编码的字符串,运行程序,输入:1,进行编码解码!-Huffman encoding and decoding procedures, to be entered in the " passageIN.txt" encoded string, run the program, enter: 1 codec!
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:204053
    • 提供者:刘志
  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. jpeg2000

    1下载:
  2. 用matlab实现jpeg2000编解码,包括小波变换、huffman编码等,适合初学者-Jpeg2000 codec, including wavelet transform, huffman coding using matlab for beginners
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:194671
    • 提供者:freddy
  1. -imagecompress-encod-

    0下载:
  2. 图片的压缩和编码解码程序,含多种方法,包括哈弗曼编码,行程编码,lzw编码和jpeg编码-Image compression and encoding and decoding process, including a variety of methods, including Huffman coding, run length coding, lzw encoding and jpeg encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:235756
    • 提供者:黄小菲
  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. HuffmanTree

    0下载:
  2. 用最小堆构造Huffman树并实现Huffman编码和解码-Minimum the heap structure Huffman tree and Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:4716088
    • 提供者:Even Lin
  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. hafuman1

    0下载:
  2. 哈夫曼树编码解码实验,有需要的童鞋可下载-Huffman tree the codec experiments need children' s shoes can be downloaded
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:135480
    • 提供者:高君
  1. Huffman-encoding

    0下载:
  2. 基于哈夫曼编码的数据压缩/解压程序:将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件)和哈夫曼树文件;反过来,可将一个压缩文件解码还原为一个文本文件。-Data compression based on Huffman encoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:4565
    • 提供者:徐小龙
  1. huffman

    0下载:
  2. 利用霍夫曼编码对图像进行编码及解码,计算霍夫曼编码效率-huffman encode and decode
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:1269
    • 提供者:Ji Tong
  1. Compress

    0下载:
  2. 预测法去除图像间的数据相关性,然后用区域等长法进行编码解码,期中包括与霍夫曼编码的对比-Prediction method to remove the image data, and then use the area as long as law codec, mid-term, including comparison with Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:5763
    • 提供者:xixihaha
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码解码程序,Visual C++ 2010编译环境,2008也可以-Huffman encode and decode
  3. 所属分类:.net

    • 发布日期:2017-12-08
    • 文件大小:7902
    • 提供者:YI
  1. Huffman-encoding

    0下载:
  2. 哈弗曼编码,解码,仿真通信系统,c语言,二叉树-The Huffman encoding, decoding, simulation of communication systems, c language, binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:2328
    • 提供者:木子清
  1. HuffmanTree2

    0下载:
  2. 哈夫曼算法,VS2010环境下,C++编写。有编码解码过程。从文件读取消息并进行统计与编码,然后可以进行解码验证。-Huffman algorithm, VS2010 environment, C++ write. Encoding the decoding process. Reads the message from the file and statistical encoding, decoding can then be verified.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-03
    • 文件大小:7526850
    • 提供者:郭晨
  1. 1

    0下载:
  2. 霍夫曼编码解码,实用程序,源程序,只用好用,通用。-Huffman encoding and decoding, utilities, source code, using only easy to use, universal.
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:3383
    • 提供者:王尼玛
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com