搜索资源列表

  1. 赫夫曼树和编码

    0下载:
  2. 最优二叉树及编码,能够实现给出一组频率构造最优二叉树且求出其编码,在通讯中具有很好的作用。-optimal binary tree and coding, to achieve a given frequency Construction Group optimal binary tree can get its coding, the newsletter has a very good role.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1372
    • 提供者:廖高
  1. 最优二叉搜索树

    0下载:
  2. 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的-algorithm design of dynamic optimal planning of two forks search tree problem by using VC + + prepared
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:163306
    • 提供者:ddd
  1. 源代码(vc++)

    0下载:
  2. 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of
  3. 所属分类:技术管理

    • 发布日期:2024-05-31
    • 文件大小:199680
    • 提供者:葛兴高
  1. 最优二叉搜索树

    0下载:
  2. 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的-algorithm design of dynamic optimal planning of two forks search tree problem by using VC++ prepared
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:162816
    • 提供者:ddd
  1. c&c++语言程序

    1下载:
  2. 数据结构中的 二叉树算法、快速排序双向链表、顺序文件合并、顺序广度搜索以及深度搜索最优解 的C&C++ 程序-C&C++ programme about data structure including binary tree algorithm, quick sorting based on doubly linked lists, merging ordinal files, best solution of orderly wi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-31
    • 文件大小:7168
    • 提供者:秦羽
  1. 赫夫曼树和编码

    0下载:
  2. 最优二叉树及编码,能够实现给出一组频率构造最优二叉树且求出其编码,在通讯中具有很好的作用。-optimal binary tree and coding, to achieve a given frequency Construction Group optimal binary tree can get its coding, the newsletter has a very good role.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:
  1. BestBST

    0下载:
  2. 该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
  3. 所属分类:C#编程

    • 发布日期:2024-05-31
    • 文件大小:205824
    • 提供者:杨锐
  1. huffman

    0下载:
  2. 课程设计: 任务 :建立最优二叉树函数。 要求:可以建立函数输入二叉树,并输出其赫夫曼树。 -Course Design : Mission : To establish the optimal binary tree function. Requirements : function can be established Binary Tree imported and exported its Hefuman tree.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:赵辉
  1. Huffman

    0下载:
  2. 数据结构中最优二叉树Huffman编码的实现,仅供参考-Optimal binary tree data structure of Huffman encoding realize, for reference only
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-31
    • 文件大小:38912
    • 提供者:xiexiaoyang
  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入
  3. 所属分类:压缩解压

    • 发布日期:2024-05-31
    • 文件大小:260096
    • 提供者:huangfeng
  1. HUFFMANHFMBMYMQ

    0下载:
  2. 摘 要 1 前 言 2 正 文 4 1. 采用类C语言定义相关的数据类型 4 2. 各模块的伪码算法 5 3. 函数的调用关系图 7 4. 调试分析 8 5. 测试结果 9 6. 源程序(带注释) 10 总结 29 参考文献 30 致谢 31 摘 要 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树—即最优二叉树,带权路径长度最小的二叉树,经常应
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:96256
    • 提供者:常亮
  1. huffman

    0下载:
  2. 实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:132096
    • 提供者:张娟
  1. 200811

    0下载:
  2. 此为最优二叉搜索树程序源码,属软件工程算法设计与分析类-This is the optimal binary search tree program source code, an algorithm for software engineering design and analysis of type
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:29696
    • 提供者:何妮
  1. hufman

    0下载:
  2. hufman树及编码,实现最优二叉树的生成-hufman trees and encoding, the generation of optimal binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:caicai
  1. Sub-optimalSearchTree

    0下载:
  2. 最优二叉搜索树 采用c语言编写的最优二叉搜索树算法。实现其的遍历及构造-Optimal binary search tree using c language of optimal binary search tree algorithm. Realize its Ergodic and tectonic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:76800
    • 提供者:李浩
  1. OPT

    0下载:
  2. 从输入文件中读取数据,构造最优二叉树,输入文件格式如下: 节点的值 出现概率 例如: A 0.001 B 0.25-Read from the input file data, the optimal binary tree structure, input file format is as follows: node probability value such as: A 0.001B 0.25
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:926720
    • 提供者:魏木木
  1. heffuman_code

    0下载:
  2. 该源码功能是实现赫夫曼编码,即构造最优二叉树,是字符界面的,自我感觉做的还不错,调试通过的,绝对好用-The source function is to realize Huffman coding, that is, the optimal tree structure is a character interface, and the sense of self, to do good, debugging adopted, the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:180224
    • 提供者:jiaojiao
  1. huffman

    0下载:
  2. huffman matlab 编程 最优二叉树-huffman matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:chenyuanhua
  1. 哈夫曼树

    0下载:
  2. 哈夫曼树,又叫最优二叉树,指的是对于一组具有确定权值的叶子结点的具有最小带权路径长度的二叉树。(The haffman tree, also known as the optimal binary tree, refers to a binary tree with a minimum path length for a set of leaf nodes with determinate weights.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-31
    • 文件大小:430080
    • 提供者:啊哈S
  1. 最优二叉搜索树

    0下载:
  2. 需要内设初始值,就可以计算任何最有二叉搜索树(jflasdj xvc fdsa dfsas)
  3. 所属分类:文档资料

    • 发布日期:2024-05-31
    • 文件大小:3838976
    • 提供者:七秒记忆1
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org