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

搜索资源列表

  1. 赫夫曼译码与编码

    0下载:
  2. 此程序为数据结构赫夫曼编码与译码程序,具有简单实用的优点-Written for Huffman Coding and Encoding of data constrution, easy and useful.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:龙巨波
  1. [C++]哈夫曼编码及译码

    1下载:
  2. [C/C++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC //将结果存入 hufTree.txt-[C / C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC / / results deposited hufTree.txt
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.9kb
    • 提供者:无间
  1. HuffmanTree.c

    0下载:
  2. 赫夫曼编码,它具体点说明了编码的步骤,让初学者一看就明了.-Hefuman coding, it shows a specific encoding step for a beginner can understand it.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:yandong
  1. wxc_Huffman

    0下载:
  2. 数据结构算法(C++实现)赫夫曼树与赫夫曼编码。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:吴强
  1. hfm

    0下载:
  2. 赫夫曼编码
  3. 所属分类:C#编程

    • 发布日期:2014-01-17
    • 文件大小:846byte
    • 提供者:哈哈哈
  1. file

    0下载:
  2. 二叉树上结点的路径,航班信息的查询与检索,赫夫曼编码的应用3个数据结构里比较实际的编程例子,自己写的
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.89kb
    • 提供者:李日
  1. file

    0下载:
  2. 二叉树上结点的路径,航班信息的查询与检索,赫夫曼编码的应用,AOE网,大整数计算5个数据结构里比较实际的编程例子,自己写的
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9.2kb
    • 提供者:李日
  1. (赫夫曼编码)

    0下载:
  2. 赫夫曼编码,实现压缩编码,字符码长 察看权值,以此构建二叉树-Huffman coding, achieving compression coding, characters yards long to see the right value, this Binary Tree Construction
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8.27kb
    • 提供者:张柯
  1. 赫夫曼压缩

    1下载:
  2. 图像处理中的赫夫曼编码 经典算法的实现
  3. 所属分类:GDI/图象编程

  1. myprojects

    0下载:
  2. 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:920.15kb
    • 提供者:shijunqi
  1. hefumanbianma

    0下载:
  2. 这个程序是用c#编的赫夫曼编码,相信对很对有用-This procedure is used c# Series of Huffman coding, I believe it to be useful
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:10.11kb
    • 提供者:史习云
  1. hufuma

    0下载:
  2. 赫夫曼编码-利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。-Huffman coding- the use of Huffman coding can greatly improve the communication channel utilization, reduce the information transmission time, lower transmission costs.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:5.12kb
    • 提供者:lujinjin
  1. hfmtree

    0下载:
  2. 我自己写的一个赫夫曼编码器/译码器程序,实现了初始化、编码、译码、打印赫夫曼树等功能。-I wrote it myself as a Huffman encoder/decoder program to achieve the initialization, encoding, decoding, printing features such as Huffman trees.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4.88kb
    • 提供者:lzj
  1. Huffman

    0下载:
  2. 本程序主要是来实现赫夫曼编码的问题。用户可以输入键盘中的任意字符,长度为任意长,字符输入顺序不限,且允许出现重码,可以对任意长的字符串可进行编码 按顺序打印出对应输入字符串的哈夫曼编码-This procedure is mainly to achieve the Huffman coding problem. Users can enter any keyboard characters, the length of arbitrary long input sequence of cha
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:11.57kb
    • 提供者:尹素芳
  1. hafumanbianma

    0下载:
  2. 本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意 -This program implements the use of Huffman coding compression data input string of string sourceCode- to facilitate understanding, being asked a string contains only uppercase let
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2.79kb
    • 提供者:openxxx
  1. hafuman

    0下载:
  2. 实现简单赫夫曼编码,对简单的txt文件进行编译和统计-To achieve a simple Huffman coding, to compile a simple txt file and statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3.02kb
    • 提供者:许文举
  1. hh

    0下载:
  2. 这是香浓费罗埃利斯赫夫曼编码程序(严蔚敏数据结构在c++语言的实现。-This is the Shannon fees Luoailisi Huffman coding procedures (Yan Wei-min data structure in c++ language implementation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1.09kb
    • 提供者:张位
  1. hfuman

    0下载:
  2. 赫夫曼编码的应用 赫夫曼编码的应用 赫夫曼编码的应用-huffman huffman huffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:187.23kb
    • 提供者:lxd
  1. huffman

    0下载:
  2. 赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 -Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the desti
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17.47kb
    • 提供者:刘军
  1. 赫夫曼编码实现

    0下载:
  2. 赫夫曼编码实现代码,对于数据结构初学者有较大的借鉴意义(Huffman encoding code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:42kb
    • 提供者:海职院
« 12 3 »
搜珍网 www.dssz.com