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

搜索资源列表

  1. JAVA闹钟

    0下载:
  2. 数据结构上机实验的一些源代码。包含哈弗曼编码译码器,二叉树的遍历,算术表达式求值,拓扑排序等。
  3. 所属分类:文档资料

  1. HuffmanTree

    0下载:
  2. 哈弗曼编码可以用来实现 哈弗曼编码的部分功能 运用基础知识-huffman
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:迟学健
  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. shiyanbaogao

    0下载:
  2. 产生哈弗曼、费诺、香农信源序列的实验报告,内含有实验结果和代码。-Produce Havermann, Fenaux, Shannon experimental report the source sequences, containing experimental results and code.
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:93350
    • 提供者:郭维新
  1. hafuman

    0下载:
  2. 通过用C++来编写哈弗曼编码,对输入的字符串编码,输出编码串,建立哈弗曼树对输入的字符串进行左一右零的编码-By using C++ to write Havermann coding, the input string encoding, the output code string, to establish Havermann tree on the input string left right zero coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1076
    • 提供者:叶晨曦
  1. wanglubo

    0下载:
  2. 哈弗曼编码 c++平台 可以使用 哈哈哈哈啊-ddddddddd
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:7509
    • 提供者:王湾
  1. hafaman-yasuojieya

    0下载:
  2. 用哈弗曼算法编写的文件压缩解压程序,复制到编译器上可运行,C++语言编写-Documents prepared by Ha Fuman compression decompression algorithm program can be copied to run the compiler, C++ language
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:15176
    • 提供者:zhouxuecheng
  1. Brief-instructions-of-JPEG

    0下载:
  2. 里面是JPEG的标准变换过程,含有离散余弦变换,哈弗曼编码和行程编码-Inside the JPEG standard transform, DCT, Hafu Man coding, run length encoding
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:477244
    • 提供者:wudi
  1. Standard-of-JPEG

    0下载:
  2. 里面是JPEG的标准变换过程,含有DCT变换,哈弗曼编码-Inside the JPEG standard transform, DCT, Hafu Man coding, run length encoding
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:131859
    • 提供者:wudi
  1. assignment

    0下载:
  2. 香农哈弗曼编码的相关实验及C++程序-about huffuman code and something about it
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:102532
    • 提供者:sunforever
  1. 1

    0下载:
  2. 信息论代码,包括哈弗曼实验完整代码、CRC实验完整代码-Information theory, code, including the complete code of the Ha Fuman experiment, CRC experiments complete code
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:10485
    • 提供者:洛洛
  1. 06290623

    0下载:
  2. 哈弗曼压缩代码的实现,是用vc2010写的,简单易懂并且有很详细的功能说明。-Ha Fuman achieve compression code is written using vc2010, easy to understand and very detailed functional descr iption.
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5257756
    • 提供者:zhuxuan
  1. HuffmanTree

    0下载:
  2. 哈弗曼数基本算法,通过哈弗曼树的生成等,以代码形式阐述哈弗曼树-Havermann number of the basic algorithm, Huffman tree generation, code form elaborate Havermann tree
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:1365
    • 提供者:木子
  1. huffman

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

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

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

    • 发布日期:2017-04-02
    • 文件大小:1722
    • 提供者:eiffee
  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. Hoffman-code

    0下载:
  2. 计算机系统结构——哈弗曼树用C++实验 包括需求分析、总体设计、详细设计、心得总结-C++ experiment Havermann tree structure of computer system Including demand analysis, overall design, detailed design, experience summary
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:131820
    • 提供者:王心怡
  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
    • 提供者:顾庆佳
搜珍网 www.dssz.com