CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 最优二叉树

搜索资源列表

  1. huffman

    0下载:
  2. 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1860
    • 提供者:吕璐
  1. Tree

    0下载:
  2. 比较红黑树和最优二叉检索树在不同节点个数时的检索性能-as what i told above, in chinese
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1458
    • 提供者:wxw_s_life
  1. alg_2

    0下载:
  2. 最优查找二叉树和红黑树算法,可调整数据输入规模,打印树结构和总权值-Find the optimal binary tree and red-black tree algorithm, adjust the scale of data entry, printing tree structure and the total weight
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:28384
    • 提供者:linqingyang
  1. HuffmanCode

    0下载:
  2. 给定任意个不同权值,使用最优二叉树得到前缀码,实现赫夫曼编码-Given any number of different weights, the optimal binary tree of prefix codes, the Huffman coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:14084
    • 提供者:郑青青
  1. OptimalBinarySearchTree

    0下载:
  2. 程小东 计算机算法设计与分析 最优二叉树查找算法-Design and Analysis of Computer Algorithms chengxiaodong optimal binary search algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1100
    • 提供者:杨革
  1. suanfa

    0下载:
  2. 内含《算法设计与分析(王晓东)》第三章课本例题的0-1背包动态规划、跳跃点优化、电路分布问题动态规划、流水作业动态规划、最优二叉树动态规划问题cpp文件和可运行程序。-Contains " Algorithm Design and Analysis (Xiaodong)" Chapter III Textbook Example 0-1 knapsack dynamic programming, jumping point optimization, dynamic progr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:663588
    • 提供者:王墨迹
  1. the-minimum-cost-of-a-binary-tree

    0下载:
  2. 在二分检索树中,为了把动态规划应用于得到一颗最优二分检索树的问题,需要把构造这样的一个数看成是一系列决策的结果,而且要能列出求取最优决策序列的递推式,可以帮助你了解最优成本二叉树的实现-In a binary search tree, dynamic programming is applied in order to get the best question a binary search tree, we need to construct a number such as a resul
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:55599
    • 提供者:wanyang
  1. huffman

    0下载:
  2. 给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。-Structure and Huffman tree coding and decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1114988
    • 提供者:wanzi
  1. Hafuman-

    0下载:
  2. 给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。-Huffman source code tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1452
    • 提供者:黄国磊
  1. hafuman

    0下载:
  2. C++代码,目的是生成哈夫曼树。哈夫曼树又称最优二叉树,是一类带权路径长度最短的树。其构造可利用哈夫曼最早给出的哈夫曼算法来构造-C++ code is to generate Huffman trees. Huffman tree is also called the optimal two tree, is a class of weighted length of the shortest path tree. Its structure can be used to give the H
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1689094
    • 提供者:su
  1. 3781619

    0下载:
  2. 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的(Algorithm design of dynamic programming problem of the optimal binary search tree is written in vc + +)
  3. 所属分类:其他

  1. 哈夫曼树

    0下载:
  2. 哈夫曼树(Huffman tree),又名最优树,指给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。若将树中结点赋给一个有着某种含义的数值,则这个数值称为该结点的权。(Huffman tree (Huffman tree), also known as the tree, given n as n weights of the leaf node,
  3. 所属分类:其他

    • 发布日期:2018-11-14
    • 文件大小:29696
    • 提供者:yanhool
搜珍网 www.dssz.com