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

搜索资源列表

  1. 哈弗曼树6.0

    0下载:
  2. 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:4403200
    • 提供者:destinyuan
  1. 编码

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编码或译码系统。试为这样的信息发送站写一个哈夫曼码的编码系统。(Using Huffman coding for communication can greatly improve the channel utilization, shorten the transmiss
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:晌午v
  1. 哈弗曼树6.0

    0下载:
  2. Huffman编码及译码。 1.掌握二叉树的二叉链表存贮结构。 2.掌握Huffman算法。(Huffman tree building, encoding and decoding)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:4378624
    • 提供者:summerday
  1. 新建 Microsoft Word 文档

    0下载:
  2. 哈夫曼编码以及译码 C语言建立哈夫曼树 字符编码译码(Huffman encoding and decoding)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:614400
    • 提供者:吨吨
  1. 哈夫曼树

    0下载:
  2. 数据结构之哈夫曼树的编码解码,能够输出码表(Encoding and decoding of data structure Huffman tree, can output table)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:莱茵
  1. AdaptiveHuffman

    2下载:
  2. visual studio2015平台下使用C++语言进行的自适应哈夫曼编码和解码,课程作业,只对老师给的序列进行了编码和解码,不针对任意文章(Adaptive Huffman Encoding & Decoding)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:3645440
    • 提供者:yu_x
  1. 哈夫曼树

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。(The use of Huffman coding can greatly improve the utilization of channel, shorten the time of information transmission and re
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:荼靡花开
  1. JPEG

    4下载:
  2. 使用matlab实现的jpeg基本系统,输入为灰度图像,输出为使用‘0’‘1’字符表示的字符串。 包括dct编码与解码、量化与反量化,Huffman编码与解码(The JPEG basic system implemented with MATLAB is entered into a gray image, and the output is a string represented with a '0' '1' character. Including DCT coding and de
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:224256
    • 提供者:笨笨木木
  1. HuffmanCoding

    0下载:
  2. c语言基础上的哈夫曼编码和译码,包含简单的哈夫曼操作(Hoffman coding and decoding on the basis of C language, including simple Huffman operation)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:小飞fui
  1. 287301

    0下载:
  2. Rle and huffman of the centralized coding and decoding()
  3. 所属分类:网络编程

    • 发布日期:2018-04-29
    • 文件大小:35840
    • 提供者:LJFS%4021714
  1. 哈夫曼编码译码

    0下载:
  2. 哈夫曼编码译码,学习数据结构二叉树的一个应用,解压压缩软件的基础,哈夫曼编码(Huffman encoding and decoding, learning data structure, an application of two branch tree, decompressing the basis of compression software, Huffman coding.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:没看见过
  1. MATLAB读取JPEG图片的DCT系数

    1下载:
  2. jpg编解码,提取DCT系数,dc系数和ac系数的哈夫曼编码表等(Jpg coding and decoding, extracting DCT coefficients, DC coefficients and AC coefficients Huffman coding table, etc.)
  3. 所属分类:其他

    • 发布日期:2019-12-26
    • 文件大小:3159040
    • 提供者:coconut97
  1. Program3_1

    0下载:
  2. 哈夫曼编码和译码过程 信息论与编码作业 自定义输入(Huffman coding and decoding process)
  3. 所属分类:压缩解压

    • 发布日期:2020-04-08
    • 文件大小:3072
    • 提供者:lurwww
  1. 01

    1下载:
  2. dct变换,哈夫曼编码解码,量化,信源编码解码图片压缩,(DCT transform, Huffman coding and decoding, picture compression)
  3. 所属分类:通讯编程

    • 发布日期:2021-01-22
    • 文件大小:875520
    • 提供者:123home
« 1 2 ... 25 26 27 28 29 30»
搜珍网 www.dssz.com