搜索资源列表

  1. 《哈夫曼树》

    0下载:
  2. 根据哈夫曼算法创建的哈夫曼树,求树中每个外部结点的编码-under Huffman algorithm to create the Huffman tree for each tree node external coding
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5194
    • 提供者:陈烈城
  1. 哈夫曼算法

    0下载:
  2. c语言编写的哈夫曼程序,运行通过的!根据输入构建哈夫曼树.-prepared by Huffman, the running through! According to the importation of construction Huffman tree.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3235
    • 提供者:zbing0203
  1. 哈夫曼算法源程序

    0下载:
  2. 哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University's book algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2009
    • 提供者:范铮
  1. JPEG哈夫曼算法

    0下载:
  2. 这个是JPEG的C++语言编写的简单程序,是通过哈夫曼算法实现的-JPEG is the C language the simple procedure, through the Huffman Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10876
    • 提供者:cong
  1. 哈夫曼压缩解压算法

    0下载:
  2. 哈夫曼压缩解压算法-Huffman compression decompression algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:大康
  1. 哈夫曼算法

    0下载:
  2. c语言编写的哈夫曼程序,运行通过的!根据输入构建哈夫曼树.-prepared by Huffman, the running through! According to the importation of construction Huffman tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:zbing0203
  1. 用于文件压缩的huffman算法

    0下载:
  2. 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using Huffman compression of the program's source code, on-line election.
  3. 所属分类:C#编程

    • 发布日期:2024-06-04
    • 文件大小:13312
    • 提供者:张雷
  1. 哈夫曼算法源程序

    0下载:
  2. 哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University's book algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:范铮
  1. JPEG哈夫曼算法

    0下载:
  2. 这个是JPEG的C++语言编写的简单程序,是通过哈夫曼算法实现的-JPEG is the C language the simple procedure, through the Huffman Algorithm
  3. 所属分类:图片显示浏览

    • 发布日期:2024-06-04
    • 文件大小:10240
    • 提供者:cong
  1. 哈夫曼树编码

    0下载:
  2. 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩-Compress data by Huffman coding
  3. 所属分类:Windows编程

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:何为
  1. 综合实验哈夫曼编码

    0下载:
  2. 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:yy
  1. 算法设计与分析实验

    0下载:
  2. 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
  3. 所属分类:数据库编程

    • 发布日期:2024-06-04
    • 文件大小:20480
    • 提供者:无有
  1. 《哈夫曼树》

    0下载:
  2. 根据哈夫曼算法创建的哈夫曼树,求树中每个外部结点的编码-under Huffman algorithm to create the Huffman tree for each tree node external coding
  3. 所属分类:C#编程

    • 发布日期:2024-06-04
    • 文件大小:5120
    • 提供者:陈烈城
  1. Haffmancode

    0下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:550912
    • 提供者:赵刚
  1. 哈夫曼编码

    0下载:
  2. 哈夫曼编码的实现,数据结构课程中的经典算法(c code for Huffman which is a critical algorithm in data construction)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:19456
    • 提供者:冬夏小梦
  1. 哈弗曼

    0下载:
  2. 设计程序以实现的哈夫曼算法。求解所构造的哈夫曼树的带权路径长度()
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:472064
    • 提供者:mew
  1. 哈夫曼树和编码include

    0下载:
  2. 学习了解哈夫曼树和编码,更好到学算法与数据结构(Learn Huffman tree and coding, better to learn algorithm and data structure)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:17408
    • 提供者:御千尘
  1. Huffman_decode

    0下载:
  2. 该程序是用于解压利用哈夫曼算法压缩的文件,编程语言是C++,平台是windows。(The program is used to unzip the files compressed using the Huffman algorithm, the programming language is C++, and the platform is windows.)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-04
    • 文件大小:2859008
    • 提供者:Forestman
  1. 哈夫曼英文文章编码解码示例

    0下载:
  2. 自己写的哈夫曼算法 C语言实现示例 编码 解码 哈夫曼树(An example of the Huffman algorithm C language)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:
  1. 哈夫曼压缩晓晓

    0下载:
  2. 哈夫曼压缩算法编码是无损压缩当中最好的方法。它使用预先二进制描述来替换每个符号,长度由特殊符号出现的频率决定。常见的符号需要很少的位来表示,而不常见的符号需要很多为来表示。   哈夫曼算法在改变任何符号二进制编码引起少量密集表现方面是最佳的。然而,它并不处理符号的顺序和重复或序号的序列。(Huffman compression algorithm coding is the best method of lossless compres
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-04
    • 文件大小:894976
    • 提供者:南絮
« 12 3 4 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org