CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Huffman tree

搜索资源列表

  1. shujujiegou

    1下载:
  2. a.HUFFMAN树及HUFFMAN编码 任务:由用户输入n个结点权值,建立HUFFMAN树并输出HUFFMAN编码。 b.二叉树建立及相关算法实现 任务:按照广义表表达法建立二叉树,并实现二叉树的层次、先序、中序与后序遍历,以及输出树中叶子结点的结点值及叶子结点的个数。( 用递归或非递归的方法都可以) 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立创建二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数、输出后序遍历序列的函
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:45546
    • 提供者:李珊珊
  1. sjm

    0下载:
  2. 哈夫曼码的编译码系统 打印哈夫曼码 打印哈夫曼树-Huffman codes Huffman coding and decoding system Print Print Huffman code tree
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:6332
    • 提供者:王良
  1. huffmancodingalgorithms

    0下载:
  2. 利用二叉树来实现哈夫曼编码算法,算法简洁且结构清晰-Binary tree to realize the use of Huffman coding algorithm and the structure of clear and concise
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:23870
    • 提供者:zjngjng
  1. heffuman

    0下载:
  2. 通过建立赫夫曼树,将码元如“ABC”编码成 “011001”形式,也可通过此赫夫曼树进行译码,而且编码形式为最小生成树形式,即在有权值情况下编码长度最短。-Through the establishment of Huffman trees, will be key element such as " ABC" code as " 011001" form can also be carried out through the Huffman decodi
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2395
    • 提供者:HouZhihua
  1. HuffmanCode

    0下载:
  2. 通过哈夫曼树对字符进行编码,并能把哈夫曼码解码成比特流-Through the Huffman coding tree for the characters, and can decode Huffman codes into a bit stream
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1840
    • 提供者:萧月
  1. hafuuanfashiyan

    0下载:
  2. 这是一个关于哈夫曼树算法的实现代码,我们算法课上的一个实验-This is a tree on the Huffman code algorithm, we have an algorithm class experiment
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7795
    • 提供者:李媛
  1. huofuman

    0下载:
  2. 设计一个哈夫曼编码/译码系统,对字符串进行编码/译码 要求: (1)从键盘输入字符串,以回车结束; (2)根据字符串中字符出现的概率进行哈夫曼编码;) (3)并输出编码结果和编码表;(4)根据编码结果和编码表还原字符串; (5)输出编码过程中构造的哈夫曼树。 -Design a Huffman encoding/decoding system, the string encoding/decoding requirements: (1) from the keyboard input st
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:302409
    • 提供者:陈云
  1. HoffmanEncoder

    0下载:
  2. 用C语言实现数据结构中的哈弗曼编译器。可以求出n个字符的赫夫曼编码。建立函数输入二叉树,输出其赫夫曼编码。用户输入n个字符在电文中的使用频率(扩大100倍),并输入这n个字符,确定后系统给出这n个字符的赫夫曼编码。-With the C language data structures Havermann compiler. You can find the n-character Huffman encoding. The establishment of a function input b
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:894
    • 提供者:常非
  1. HuffmanOptimalbinarytree

    0下载:
  2. 利用Huffman算法,构造最优二叉树,它是霍夫曼编码的基础。-Huffman algorithm is used to construct optimal binary tree, which is the basis of Huffman coding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:564
    • 提供者:花脸的猫
  1. huffmantree

    0下载:
  2. Huffman code tree generation with a given input bit stirng
  3. 所属分类:TreeView

    • 发布日期:2017-04-13
    • 文件大小:1936
    • 提供者:Archana
  1. shujujiegou

    0下载:
  2. 数据结构大型作业 包括三个实验 图的建立 城市最小生成树 赫夫曼书 有文档跟编译调试的代码 hubeiminyuan-Data structure diagram of large operations include the establishment of three pilot cities in the minimum spanning tree Huffman book has to compile a document with the code for debugging
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3498704
    • 提供者:shijie
  1. Houghman

    0下载:
  2. 霍夫曼编码的实现,主要应用在图像处理和一些数据处理中,生成树功能没有完全-Huffman coding was achieved primarily used in image processing and some data processing, spanning tree feature is not fully
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:7044
    • 提供者:王营
  1. cyuyanshixiandaima

    0下载:
  2. C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:228300
    • 提供者:jiao
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. HaffManTree

    0下载:
  2. 哈夫曼编码的C++实现,同样是数据结构中树的应用-Huffman coding C++, is also a tree data structure applications
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3371
    • 提供者:
  1. hefumanbianma

    0下载:
  2. 赫夫曼编码,用二叉树的方法来做哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。,-Huffman coding method of binary tree to do,
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1221
    • 提供者:cangsang
  1. datastructure

    0下载:
  2. 文件中包含一些算法,如哈夫曼算法,排序法,线索化二叉树等。还有迷宫问题。-File contains a number of algorithms such as Huffman algorithm, sorting method, Threaded binary tree and so on. There are mazes.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:8804
    • 提供者:piglet
  1. project

    0下载:
  2. 用matlab编写的HUFFMAN树的程序,按照要求输入输入,概率以及信号编号,就可以得到各个信号的Huffman编码。并且有课题报告附上。(编码是逆序输出的,若要改为正序,修改strcat内的两个参数顺序就好)-HUFFMAN prepared using matlab tree program, enter the requested input, probability, and signal numbers, each signal can be Huffman coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:49387
    • 提供者:陈鹏
  1. mytree

    0下载:
  2. HUffman的算法,包括以索引的方式树形输出-HUffman algorithms, including the way the index tree output
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1173235
    • 提供者:陈昕宇
  1. shcodec-1.0.1

    0下载:
  2. shcodec ver 1.0.1 - a fast and efficient Huffman coder. Using only 1280 bytes to 574 bytes of encoding and decoding is very fast. shcodec use an effective method for packaging the code tree and can easily be integrated with your program. This package
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:44521
    • 提供者:andrey
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com