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

搜索资源列表

  1. huftest

    0下载:
  2. 测试哈夫曼编码源程序 软件工程中重要的一部分,即软件测试。该例给出了如何测试哈夫曼编码及解压源程序的方法。-test Huffman coding source software projects important part of that is software testing. The cases are given how to test and Huffman coding method of extracting the source.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:33.05kb
    • 提供者:song
  1. huajdj

    0下载:
  2. 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:sonfj
  1. xinxilunbianma

    0下载:
  2. 香农编码,费诺编码,霍夫曼编码,这是一个演示软件(原工程)-Shannon coding, Connaught fee coding, Huffman coding, this is a demo software (original works)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:112.02kb
    • 提供者:赵俭
  1. huffman

    0下载:
  2. huffman coding using matlab programming
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4.42kb
    • 提供者:ramesh kumar
  1. huffman

    0下载:
  2. huffman coding and detaqil -huffman coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4.3kb
    • 提供者:kevin
  1. adaptivehuffman.m.tar

    0下载:
  2. Adaptive Huffman Coding and Decoding for Data Compression in MATLAB
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:3.72kb
    • 提供者:Ibraham
  1. huff

    0下载:
  2. its the file for huffman coding implemented in matlab for encryption purposes
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:515byte
    • 提供者:junaid Anees
  1. Huffman-coding

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

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

    0下载:
  2. its a huffman coding
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:1.17kb
    • 提供者:Karthik
  1. huffman

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

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

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

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

    0下载:
  2. 霍夫曼编码过程和编码过程中一些步骤的思想及其含义-Huffman coding process and the number of steps in the encoding process ideas and their meanings
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:37.9kb
    • 提供者:张亚杰
  1. Huffman

    0下载:
  2. 哈弗曼编码 利用二叉树来设计二进制的前缀编码,从根结点到叶子结点的路径上分支字符组成的字符串作为该叶子结点字符的编码。-huffman coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1.68kb
    • 提供者:eiffee
  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
    • 文件大小:1.7kb
    • 提供者:王晨
  1. huffman

    0下载:
  2. This the program for huffman coding-This is the program for huffman coding
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:716byte
    • 提供者:edalanand
  1. Huffman

    0下载:
  2. 数据结构完成哈弗曼树编码的具体程序以及实验要求-Huffman coding tree data structure to complete the specific procedures and test requirements
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:12.39kb
    • 提供者:Rebecca
  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
    • 文件大小:13.51kb
    • 提供者:lcq
  1. Huffman

    0下载:
  2. 根据赫夫曼编码的原理,编写一个程序建立英文字母的赫夫曼编码。下面是英文字母使用频率表( ): A 8.19 B 1.47 C 3.83 D 3.91 E 12.25 F 2.26 G 1.71 H 4.57 I 7.10 J 0.14 K 0.41 L 3.77 M 3.34 N 7.06 O 7.26 P 2.89 Q 0.09 R 6.85 S 6.36 T 9.41 U 2.58 V 1.09 W 1.59 X 0.21 Y 1.58 Z 0.08 -Accord
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:lipei
  1. HUFFMAN-CODING

    0下载:
  2. huffman coding in verilog
  3. 所属分类:Project Design

    • 发布日期:2017-04-30
    • 文件大小:8.12kb
    • 提供者:cpads
  1. Huffman-coding-and-decoding

    0下载:
  2. 输入一组数据,并基于哈夫曼算法进行编码,显示,然后基于哈弗曼编码的算法进行解码并且显示-Enter a set of data, and based on the Huffman algorithm for encoding, display, and then based on the Haverman coding algorithm to decode and display
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:5.47mb
    • 提供者:顾庆佳
« 12 3 »
搜珍网 www.dssz.com