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

搜索资源列表

  1. windlx

    0下载:
  2. 经统计,某机器14条指令的使用频度分别为:0.01,0.15,0.12,0.03,0.02,0.04,0.02,0.04,0.01,0.13,0.15,0.14,0.11,0.03。分别求出用等长码、Huffman码、只有两种码长的扩展操作码3种编码方式的操作码平均码长。 解: 等长操作码的平均码长=4位 Huffman编码的平均码长=3.38位 只有两种码长的扩展操作码的平均码长=3.4位。 9.若某机要求:三地址指令4条,单地址指令255条,零地址指令16条。设指令
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:144601
    • 提供者:lily
  1. gouzaoHUFFMAN

    0下载:
  2. 如何构造唯一的huffman树及唯一的huffman编码-how to construct only the Huffman tree and Huffman coding
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:254634
    • 提供者:dgsgd
  1. xinxilunshiyuanbaogao

    0下载:
  2. 信息论的课程实验报告实验一 信道容量的迭代算法程序设计………………….4 实验二 唯一可译码判决准则…………………………… 9 实验三 Huffman 编码方案程序设计…………………15 实验四 LZW编码方案程序设计…………………… 20 实验五 Shanoon编码方案程序设计………………… 23 实验六 循环码的软件编、译码实验…………………….27 实验七 BCH码最大似然译码器设计………………… 31 -Information theory course ex
  3. 所属分类:software engineering

    • 发布日期:2016-01-25
    • 文件大小:153600
    • 提供者:chenjjn
  1. zz00

    0下载:
  2. 哈夫曼编码的C程序代码 不知道是不是正确的 是我转载别人的程序-Huffman coding in C code do not know if I am correct procedures reproduced others
  3. 所属分类:Document

    • 发布日期:2017-11-26
    • 文件大小:1244
    • 提供者:zz
  1. hfm

    0下载:
  2. 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:307967
    • 提供者:张严明
  1. source_coding_guide.tar

    0下载:
  2. 德国大学用编码实验指导书,包括huffman,算术编码等-lanb guide from german university, in source coding area, including huffman, arithmatic coding, etc...
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:174353
    • 提供者:bin
  1. huffman

    0下载:
  2. 哈弗曼编码和解码的C程序,可用于图像的压缩处理-Havermann encoding and decoding of the C program can be used for image compression processing
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:9168
    • 提供者:李万欣
  1. norm2huff

    0下载:
  2. huffman编码的m文件编写,其中包含多个函数。-huffman code
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:1196
    • 提供者:mia
  1. Huffman

    0下载:
  2. 哈夫曼树和编码应用 源代码+课程设计 东华理工软件学院-Huffman tree and code application source code+ Course Design Institute of East China Institute of Software
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:771666
    • 提供者:卢凯宁
  1. Huffman-coding

    0下载:
  2. 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:59597
    • 提供者:郑华
  1. gzip

    0下载:
  2. 用lz77算法进行压缩,对得到的结果再使用huffman编码的方法进行压缩。分别对lz77和huffman编码的原理进行说明。 -Lz77 algorithm to compress the results obtained using huffman encoding method to compress. Lz77 and huffman encoding principle is described.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-09
    • 文件大小:6492
    • 提供者:wangfei
  1. hafuman

    0下载:
  2. 实现一个 huffman 编码系统,能够对传输报文进行编码,并且译码。-Achieve a huffman coding system, capable of transmission packets for encoding and decoding.
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1056530
    • 提供者:微眠眠
  1. 编码

    0下载:
  2. Huffman编码    任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;    要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
  3. 所属分类:编程文档

    • 发布日期:2012-12-23
    • 文件大小:27648
    • 提供者:loulei
  1. jpegencoding

    0下载:
  2. 该文档详细描述了JPEG编码过程,涉及色系变换、DCT变换、量化、Huffman编码等关键步骤,适合JPEG编码入门学习。-The document is a detailed descr iption of the JPEG encoding process involves color transform, DCT transform, quantization and Huffman coding key steps, learning portal for JPEG encoding.
  3. 所属分类:Document

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

    0下载:
  2. 建立哈夫曼函数,编码,翻译编码,分别用统计函数和排序函数来实现统计和排序的功能-To establish the the Huffman function, encoded, translated coding, statistical functions and sorting function statistics and sort functions
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:187392
    • 提供者:鼻祖
  1. huffman

    0下载:
  2. 哈弗曼编码,有详细的注释,很实用,用简单的方法就能实现,并没有用到树的知识-Huffman coding
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:26476
    • 提供者:惠惠
  1. huffman

    0下载:
  2. huffman编码在matlab中的实现-huffman coding
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:552
    • 提供者:only
  1. Huffman

    1下载:
  2. Huffman树 对输入的英文大写字母进行统计概率 然后构建哈夫曼树,输出是按照概率降序排序输出Huffman编码。 -Huffman tree on the input, uppercase letters and then build the statistical probability Huffman tree, the output is sorted in descending order according to the probability of the output
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1745
    • 提供者:王晨
  1. int-Huffman.docx

    0下载:
  2. 根据BMP图像的特点提出了基于Huffman编码的压缩方法分别采用RGB统一编码和RGB分别编码两种方式对图像进 行压缩和解压程序设计然后对多幅图像进行了压缩和解压实验最后对实验结果进行了相关的分析-Joint Optimization of Run-Length Coding, Huffman Coding, and Quantization Table With Complete Baseline JPEG Decoder Compatibility
  3. 所属分类:Software Testing

    • 发布日期:2017-04-24
    • 文件大小:13836
    • 提供者:lcq
  1. huffman

    0下载:
  2. 对给定字符建立哈夫曼树并解码和编码,手动输入权值和数量(Set up the Hoffman tree for a given character and decode and encode)
  3. 所属分类:软件工程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:y1244497807
« 12 3 »
搜珍网 www.dssz.com