CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 数据结构 哈弗曼

搜索资源列表

  1. hfm

    0下载:
  2. 树形结构的应用 ——哈弗曼编码/译码1.程序的功能: 输入明文,通过统计不同字符出现的频率作为权值,生成哈弗曼树,并存于文件中;编码生成暗文,存于文件中;再由暗文生成明文,存于文件中。 2.输入输出的要求: 仅能输入英文字母作为明文,输出0、1组成的暗文。 3.测试数据: (1)asdjfas (2 ) dkfskjdfcijj (3 ) ovenmkjovi-1. Program features: input plaintext, t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:7.5kb
    • 提供者:lting
  1. CBuilder

    0下载:
  2. C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.32mb
    • 提供者:南才北往
  1. huffmantree

    0下载:
  2. 数据结构课程设计 哈弗曼树 哈夫曼树应用-Data structure tree curriculum design applications Huffman tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:716.29kb
    • 提供者:刘玮
  1. DataConstructure

    0下载:
  2. 学习数据结构的一本宝典,各个章节详细的PPT内容,还包括了递归、哈弗曼编码、链表、树、图、栈与队列等的Flash动画演示,让我们能够更好的感官理解数据结构的机理。对于数据结构的学习很有帮助。-Data Constructure
  3. 所属分类:Other systems

    • 发布日期:2017-05-31
    • 文件大小:12.25mb
    • 提供者:孙守明
  1. huffman

    0下载:
  2. 数据结构作业同学们可能需要哈弗曼编码源程序加实验报告-Havermann source code plus Experimental Report
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:254.64kb
    • 提供者:王帅韬
  1. hafumanshu

    0下载:
  2. 本程序实现了数据结构中哈弗曼树的今本结构-This program implements the data structure in the Havermann the structure of this tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:167.14kb
    • 提供者:裴广战
  1. huffman

    0下载:
  2. 哈弗曼编码,运用数据结构中的二叉树实现,用于信息论与编码中的哈弗曼编码运用-huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.28kb
    • 提供者:jin
  1. Huffman

    0下载:
  2. 数据结构 哈弗曼编码 C++6.0 控制台应用程序,具体操作说明可以参看程序内部。-Hufman, structure of data.Code with Visual c++6.0
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:亮子
  1. hfmdiguizuoye

    0下载:
  2. 数据结构哈弗曼算法的经典实现,还有递归跟非递归的,拓扑排序等1-Data structure algorithms Classical Havermann there with non-recursive recursive, topological sorting, etc. 1
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:866.65kb
    • 提供者:江苏
  1. huffman

    0下载:
  2. 哈弗曼树的课程设计,数据结构课程项目,实现哈弗曼树的查询等功能。-Havermann curriculum design, tree data structures course project, query and other functions of the Huffman tree.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:189.92kb
    • 提供者:lee
  1. huffman-tree

    0下载:
  2. 数据结构,树,哈弗曼树。带权路径长度最小的二叉树-Data structures, trees, Huffman tree. Minimum weighted path length binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.32kb
    • 提供者:TKD
  1. HuffmanTree

    0下载:
  2. 根据严蔚敏版的《数据结构》书上的哈弗曼树算法写的,运行环境是VC。-According to Huffman tree algorithm YanWeiMin version of "data structure" book written operating environment is VC.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:25.93kb
    • 提供者:凯莉
  1. Hafuman

    0下载:
  2. 这个文档是,哈弗曼树的基础简介,和代码实现。是基础的数据结构,代码简单,易懂。-This document is the basis for the Huffman tree profile, and code. Is the basis of the data structure, the code is simple, easy to understand.
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:651byte
    • 提供者:任磊
  1. software-design-I

    0下载:
  2. c++实现的非常详细的数据结构与算法代码,队列,链表,三元组,哈弗曼树,树的各种递归,非递归遍历算法,树与森林相互转化算法,图的深度,广度优先搜索算法,双连通算法,强连通算法,拓扑排序算法,最短路径算法,哈希,快速排序,归并排序等等。-C++ very detailed data structure and algorithm code, queues, linked lists, three tuple Havermann tree, various recursive tree, non r
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:7.41mb
    • 提供者:田印
  1. hafumanbianma

    0下载:
  2. 数据结构课程实验-定义数据结构实现哈弗曼编码功能-Achieve Hoffman coding function defined data structure
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:黄润超
  1. huffman

    0下载:
  2. 用模板类实现哈弗曼编码,及二叉树的基本数据结构操作。-Template class that implements the Huffman coding, and basic binary tree data structure operations.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:214.85kb
    • 提供者:林子昂
  1. Huffman

    0下载:
  2. 简单的哈弗曼排序 数据结构课程设计 VC6.0 debug-easy huffman rankings
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.09mb
    • 提供者:Dasiree
搜珍网 www.dssz.com