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

搜索资源列表

  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. huffman coding and detaqil -huffman coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4399
    • 提供者:kevin
  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. An-Efficient-Huffman-Decoding-Method-Using-Concur

    0下载:
  2. An Efficient Huffman Decoding Method Using Concurrent Execution in ARM
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:86909
    • 提供者:Gopi
  1. A-Fast-and-Memory-Efficient-Huffman-Decoding-Meth

    0下载:
  2. A Fast and Memory Efficient Huffman Decoding Method for the MPEG-4 AAC Standard
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:718104
    • 提供者:Gopi
  1. Huffman-coding

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

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

    0下载:
  2. huffman algorithm in csharp
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:135184
    • 提供者:saber
  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. 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
    • 文件大小:38808
    • 提供者:张亚杰
  1. Huffman

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

    • 发布日期:2017-04-02
    • 文件大小:1722
    • 提供者: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
    • 文件大小:1745
    • 提供者:王晨
  1. Huffman

    0下载:
  2. Huffman code developed in c-Huffman code developed in c++
  3. 所属分类:software engineering

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

    1下载:
  2. 哈夫曼树实现文件的压缩和解压缩课程设计,开发环境:VC。内含有源文件、源代码和实验报告-Huffman tree for file compression and decompression of curriculum design, development environment: VC. Contains active files, source code and test reports
  3. 所属分类:software engineering

  1. Huffman

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

    • 发布日期:2017-03-28
    • 文件大小:12691
    • 提供者: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
    • 文件大小:13836
    • 提供者:lcq
  1. huffman-compression

    0下载:
  2. huffman compression text file-huffman compression text file
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:419441
    • 提供者:Xubair Shoumik
  1. HUFFMAN-CODING

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

    • 发布日期:2017-04-30
    • 文件大小:8310
    • 提供者: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
    • 文件大小:5736617
    • 提供者:顾庆佳
« 12 3 4 »
搜珍网 www.dssz.com