CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 哈夫曼数

搜索资源列表

  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:148649
    • 提供者:Bob
  1. JPG

    0下载:
  2. 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2843992
    • 提供者:徐晓明
  1. bianyi

    0下载:
  2. 用C编程实现对26个字母用于电报打字的优先权进行编程,生成哈夫曼数,并可实现对某一语句的编码,译码。本文举例此语句为:this program is my favorite.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3239
    • 提供者:梁娟
  1. hafuman

    0下载:
  2. 输入一个有n个叶结点的权植构造一棵哈夫曼树:(例如:n=8,权植为 5 29 7 8 14 23 3 11)根据哈夫曼树构造哈夫曼编码,用指向字符串的指针数组来存放,用叶子到树根逆向求每个结点的哈夫曼编码.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1259
    • 提供者:wangshujing
  1. arith-n.zip

    0下载:
  2. Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供,Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression procedures, because it is used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:12606
    • 提供者:王丛知
  1. Hf

    0下载:
  2. 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-07
    • 文件大小:2066
    • 提供者:lxw
  1. hf

    0下载:
  2. 哈夫曼树是一种带权路径长度最短的树。 所谓路径长度就是某个端结点到树的根结点的距离,等于该端结点的祖先数,或该结点所在层数减1,用lk表示。-Huffman tree is a weighted length of the shortest path tree. The so-called path length is a client node to the tree root node of the distance, equal to the end of the ancestors of
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2299
    • 提供者:豆豆
  1. tree

    0下载:
  2. 数据结构C实现对二叉树的操作,有遍历二叉树的算法,统计叶子数,构造哈夫曼树。-C data structures to achieve the operation of binary tree, a binary tree traversal algorithms, statistical leaves the number of Huffman tree structure.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3638
    • 提供者:韩杰
  1. huffman

    0下载:
  2. 哈夫曼树的建立与编码,对于给出的一组关键值,计算其权数-Huffman coding tree establishment and, for given a set of key values, to calculate their weights
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:119701
    • 提供者:lee
  1. Huffmatreeofdatastructure

    0下载:
  2. 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N个权值Wi(i=1,2,...n)构成一棵有N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,...n)。可以证明哈夫曼树的WPL是最小的。-Huffman tree is also called the op
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1422
    • 提供者:刘正朝
  1. 29

    0下载:
  2. 数据结构中的哈夫曼树的建立,使用了结构体,在子函数中建立哈夫曼数-Data structure of the Huffman tree in the establishment of the structure used in the establishment of Function in the number of Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1014
    • 提供者:lu qing
  1. huffman

    0下载:
  2. 用c语言给出了哈夫曼树的实现代码。已经编译通过。输入节点数和权值后,可以生成huffman 树-Using c language gives the Huffman code tree to achieve
  3. 所属分类:Data structs

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

    0下载:
  2. 实现哈夫曼编码译码,可以实现,本实验可以实现编码,译码,打印哈夫曼数,等-There is a chance to appreciate different ways of life.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3317
    • 提供者:张华
  1. hafuman

    0下载:
  2. 建立哈夫曼树的c/c++程序算法 根据字母出现频率作为权值而建立的哈夫曼树,字母的出现频率存在数组里面-The establishment of Huffman tree c/c++ program algorithm based on letter frequency as the weights established Huffman tree, the frequency of letters exists inside the array
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1077
    • 提供者:王贺岁
  1. HUFMM

    0下载:
  2. 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路长度记为WPL=(W1*L1+W2*L2+W3*L3+…+Wn*Ln),N个权值Wi(i=1,2,…n)构成一棵N个叶结点的二叉树,相应的叶结点的路径长度为Li(i=1,2,…n)。可以证明哈夫曼树WPL是最小的。-Huffman tree is also called the optimal bina
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:96181
    • 提供者:再次
  1. huffman

    0下载:
  2. 哈夫曼树的建立和编码 输入组成二叉树的各个叶子值和权值,建立最优二叉树,并输出最优二叉树的数组存储形式。-Huffman coding tree for the establishment and composition of binary input values of all the leaves and weight, the establishment of the optimal binary tree, and store the output array of the best
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1063
    • 提供者:李城
  1. huffman

    0下载:
  2. 本程序可实现哈弗曼数的建立,并对输入的数据和权值进行赫夫曼编码和译码-This procedure enables the establishment of several Hafu Man, and the input data and weights for Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2333
    • 提供者:侯志
  1. 数据结构中哈夫曼数的生成实现算法

    0下载:
  2. 数据结构中哈夫曼数的生成实现算法,数据结构中经典算法-Huffman algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-10-31
    • 文件大小:1316
    • 提供者:王嘉竞
  1. huffman

    0下载:
  2. 数据结构中哈夫曼数实现的详细代码,很有用,对学习很有帮助。-Detailed code of Huffman number in the data structure, very useful, very helpful for learning.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:203887
    • 提供者:ch
  1. DS

    0下载:
  2. 一点常见的数据结构及其实现,如二叉树、哈夫曼数及其编码、图的dfs(some commonly used data structures)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:compi
« 12 »
搜珍网 www.dssz.com