CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 哈夫曼树 C

搜索资源列表

  1. HuffmanCodeTest

    0下载:
  2. 贪心法实现哈夫曼树,C++实现,可直接运行-a realization of HuffmanTree
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:349413
    • 提供者:Victor Smith
  1. haffman

    0下载:
  2. 这是一个实现哈夫曼树的算法。是用C语言实现的。-This is an implementation Huffman tree algorithm. Is to use C language implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:276800
    • 提供者:邓扬
  1. Huffman_tree

    0下载:
  2. 用C++写的一个哈夫曼树的算法,可以用在C++或课程设计上-With C++ write a Huffman tree algorithm can be used in the the C++ or curriculum design
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:19587
    • 提供者:wangliang
  1. haffuman

    0下载:
  2. 这是个用C语言实现的哈夫曼树算法,若有错误,还请谅解、-This is a Haffuman
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1160
    • 提供者:liuhong
  1. huffman

    0下载:
  2. 哈夫曼树编码,C语言,数据结构,已经验证通过-Huffman tree code, C language, data structure
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-11
    • 文件大小:1367
    • 提供者:白露
  1. main

    0下载:
  2. 数据库2哈夫曼树课程设计代码,用c++实现的,有存储结构,有编码-Curriculum design database 2 Huffman code, using c++ achieve, a memory structure, coding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1505
    • 提供者:xiaoman
  1. huffmantree

    0下载:
  2. 采用哈夫曼树结构的C语言程序,数据结构练习-Huffman tree structure using C language program, data structure exercises
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-30
    • 文件大小:1243
    • 提供者:在于
  1. hafumanshu

    0下载:
  2. c语言实现哈夫曼树,并计算带权哈夫曼树的最终值,题目来源于九度在线测试-c language Huffman tree and calculate the weighted Huffman final value, the title comes from the nine degrees online test
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1038795
    • 提供者:王仁
  1. The-code-of-Taffman_tree

    0下载:
  2. 数据结构(C)里哈夫曼树之自己的理解,以及其代码的实现,对想学习这部分内容的友友有帮助。-Huffman tree introduction and implementation of their code
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6631
    • 提供者:lianglin
  1. HUFFMAN

    0下载:
  2. 用C语言实现哈夫曼树的创建及哈夫曼编码的生成-Huffman tree using C language to create and generate Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:891
    • 提供者:骆天宇
  1. 7.15

    0下载:
  2. c++,哈夫曼树的建立与哈夫曼树的编码,数据结构,课程设计-c++, coding Huffman tree establishment and Huffman tree data structure, curriculum design
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:107217
    • 提供者:胡磊
  1. hafuman

    0下载:
  2. 哈夫曼树的代码,用c++写的,传上来大家参考下-Huffman code, using c++ to write, pass up your reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4220577
    • 提供者:韦豪
  1. Huffman-Tree-and-Coding

    0下载:
  2. 哈夫曼树编码完整程序,编码主要是依照数据结构一书上的伪C代码,有调整,有完整-Huffman coding complete program, coding mainly in accordance with the data structure of a pseudo-C code book, there are adjustments, there is a complete
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:545253
    • 提供者:yiyi
  1. huffuman

    0下载:
  2. 哈夫曼树实现中英文文本压缩 c++ MyEncode.exe压缩 MyDecode.exe解压-Huffman tree to achieve Chinese English text compression c++ MyEncode.exe MyDecode.exe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:744111
    • 提供者:litiantian
  1. hufferman

    2下载:
  2. 用下表给出的字符集和频度的实际统计数据建立哈夫曼树,并实现以下报文的编码和译码:“THIS PROGRAM IS MY FAVORITE”字符 A B C D E F G H I J K L M 频度 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1-The actual statistics of the character set a
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3103
    • 提供者:梁耀燊
  1. Haffman

    0下载:
  2. 严蔚敏 数据结构 C++ 哈夫曼编码 哈夫曼树-YanWeiMin Huffman Huffman tree data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1050808
    • 提供者:周牒岚
  1. huffmancode

    5下载:
  2. 利用最小堆编程实现给定权值集合下构造相应霍夫曼树的算法,并解决以下问题: 有一电文共使用五种字符a,b,c,d,e,其出现频率依次为4,7,5,2,9。 (1)构造对应的编码哈夫曼树(要求左子树根结点的权小于等于右子树根结点的权)。 (2)给出每个字符的哈夫曼编码。 (3)译出编码系列11 00 011 10 00 10 10 11的相应电文。 -With a minimum heap programming under a given set of weights to c
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-30
    • 文件大小:2048
    • 提供者:DawnMao
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. haffuman-for-students-imformation

    0下载:
  2. 数据结构内容,使用哈夫曼树存储学生信息,适用于VC 和C-Data structure of the content, use the Huffman tree to store student information for VC and C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1522
    • 提供者:ZX
  1. Huffman

    0下载:
  2. 构造哈夫曼树的c++实现代码,非常基础易懂,适合初学者学习。-Huffman tree structure to achieve the c++ code, very basic and easy to understand, suitable for beginners to learn.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1200
    • 提供者: u6D45 u5BFB
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com