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

搜索资源列表

  1. Huffman-

    0下载:
  2. 哈弗曼编码的问题,是用表的形式实现的,有具体问题的应用-Hafu Man coding problem, is implemented as a table, there are specific issues of application
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:63681
    • 提供者:许靖
  1. huffman

    0下载:
  2. 这个源代码中包含了有关哈夫曼树的定义,以及应用其来完成哈弗曼编码的功能。-
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1567
    • 提供者:李鸿
  1. c_huffma

    0下载:
  2. 哈弗曼编码,编写最优二叉树,完成最优二叉树的创建,检索等功能-Huffman coding, the preparation of optimal binary trees, complete binary tree of the best creation, retrieval and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4795
    • 提供者:xienaxin
  1. image-compression-based-on-Hufferman

    0下载:
  2. 一篇基于哈弗曼编码的数字图像压缩算法的实现的论文-a paper about image compression based on Hafferman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:123030
    • 提供者:赵壮
  1. haffum

    0下载:
  2. 哈弗曼编码译码 数据结构课程设计 有五个步骤,初始化函数,编码,译码,打印文件,打印哈弗曼树-the cpp is aboout haffum
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3734
    • 提供者:蛋蛋
  1. huffman

    0下载:
  2. 对输入字符串进行哈弗曼编码并显示编码结果-Encode the input string and display the encoded result in Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:143032
    • 提供者:曾怿竞
  1. huffman

    0下载:
  2. 哈弗曼编码器,最优二叉树,带权的路径最短,对二叉树上的节点进行编号-the code of huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1666
    • 提供者:周阳
  1. Huffman

    0下载:
  2. 信息理论基础 哈弗曼编码 作业-haffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:178892
    • 提供者:gdp
  1. huffman

    0下载:
  2. 基于C语言的最短编码--哈弗曼编码huffman(本人的信息论上机实验程序)-huffman encode
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:193600
    • 提供者:wangxun
  1. haffuman

    0下载:
  2. 1、 构造哈弗曼树然后按照一定的规则进行哈弗曼编码。 2、 用指向指针的指针把建成的树带回, 3、 所有的叶子节点的编码指定是不一样的。 -Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3206
    • 提供者:孙志雄
  1. HuffmanTree

    0下载:
  2. 读取LENA图片灰度值,统计出灰度值的统计特性,然后根据此来构造香农编码和哈弗曼编码。-Read the picture LENA, then construct the Shannon Code and Huffman Code.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:201838
    • 提供者:钟展威
  1. hfm

    0下载:
  2. 实现树的一些基本运算,同时实现哈弗曼编码-Achieve some of the basic tree operations, while achieving Hafu Man coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:779680
    • 提供者:lvyanjie
  1. Huffman-coding

    0下载:
  2. 哈弗曼编码。如果你想存储一些数据信息,可以通过此系统将其进行哈弗曼编码进行存储-Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:5556
    • 提供者:小强
  1. huffman

    0下载:
  2. 数据结构课程设计,哈弗曼编码课程设计,压缩文档-huffman tree code decode
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5723285
    • 提供者:魏源
  1. Huffman_coding

    0下载:
  2. 哈弗曼树的构建,迭代法实现对哈弗曼树的遍历及用哈弗曼编码实现简单文件压缩-Hafu Man tree, iterative method Hafu Man tree traversal and Hafu Man coding simple file compression.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2125724
    • 提供者:
  1. huffmanencode

    0下载:
  2. 哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:38002
    • 提供者:jygb007
  1. hf

    0下载:
  2. 实现数据结构中哈弗曼编码译码问题的求解。-data structure haffman code and decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2036
    • 提供者:yaoyao
  1. mtar_08_03

    0下载:
  2. 文件压缩软件,利用哈弗曼树的特点,把文件里的内容描绘成一棵哈弗曼树,利用哈弗曼编码,来存储文件,从而达到了文件压缩的效果。-File compression software, tree characteristics Hafu Man, depicts the contents of the file into a Ha Fuman tree using Hafu Man coding, to store the file, so as to achieve the effect of fil
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:6814
    • 提供者:wangan
  1. HuffCompress

    0下载:
  2. 哈弗曼编码算法,C语言实现!实现文件压缩。哈弗曼编码算法,C语言实现!-huffman code, write by c.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4593
    • 提供者:lj
  1. Haffman

    0下载:
  2. 哈弗曼编码 想必不用解释太多了吧 就是哈夫曼树啦-哈弗曼编码 想必不用解释太多了吧就是哈夫曼树啦
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:735
    • 提供者:李金祥
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 25 »
搜珍网 www.dssz.com