搜索资源列表
DATALECTURE
- 数据结构 授课教案 本章主要介绍以下内容: 1.数据结构研究的主要内容 2.数据结构中涉及的基本概念 3.算法的概念、描述方法以及评价标准 栈和队列 1.树的定义和存储结构 2.二叉树的定义、性质、存储结构 3.二叉树的遍历、线索算法 4.树和二叉树的转换 5.哈夫曼树及其应用 -data structure templates teach this chapter introduces the follow
Huffman-tree
- 数据结构 1、算法思路: 哈夫曼树算法:a)根据给定的n个权值{W1,W2… ,Wn }构成 n棵二叉树的集合F={T1,T2…,T n },其中每棵二叉树T中只有一个带权为W i的根结点,其左右子树均空;b)在F中选取两棵根结点的权值最小的树作为左右子树构造一棵新的二叉树,且置新的二叉树的根结点的权值为其左、右子树上结点的权值之和;c)F中删除这两棵树,同时将新得到的二叉树加入F中; d)重复b)和c),直到F只含一棵树为止。
Huffman_java
- java huffman tree 实现,算法简单明白,包括注释-java huffman tree algorithm
DataCompress
- 实现哈夫曼树,可以动态演示,当输入一个字符型串,就可以生成哈夫曼树-Achieve Huffman tree can be dynamic presentation, when to enter a character string, you can generate Huffman trees
huffman
- huffman树的应用程序 源码以及功能说明-huffman tree-source applications, as well as function
HuffmanTree
- 根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
hfmtree
- 哈夫曼树最优搜索算法。欢迎使用haffman编/译码程序,本程序是对报文进行---①编码 ②译码 ③ 打印等 ,让我们开始吧-Optimal Huffman tree search algorithm. Welcome to haffman encode/decode process, the procedure is carried out packet decoding--- ① ② ③ encoding Print, etc. Let' s get started!!
huffman
- 该压缩包是描述数据结构与算法中的哈弗曼树的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in the Java source tree哈弗曼can be directly into Eclipse to see the effect of
huffman
- JAVA哈弗曼算法,对初学者有帮组,其实哈弗曼树比较容易懂。-JAVA Havermann algorithm, there are help groups for beginners, in fact, relatively easy to understand Havermann tree.
huffmantree
- 霍夫曼树 用C++编写的。 赠送有其它文档。-Huffman tree written in C++,. There are other documents presented.
HuffmanTree.java
- Java程序:哈夫曼树,文本中有源码,供Java学习者使用-Java program: Huffman tree, the text in source code for Java learners
project2
- 使用huffman tree实现的压缩工具,可以对多级文件夹进行压缩-Achieved using the huffman tree compression tool that can compress the multi-level folder
Test
- 哈夫曼树编码,输出文字出现次数及对应的哈弗曼编码-Huffman tree coding, the output frequency and the corresponding text appears encoding Hafu Man
huffman
- 哈弗曼编译码器,可编译码、查单词出现频率、显示哈夫曼树、显示编码表-Ha Fuman codec can be encoding and decoding, checking the frequency of the word, showing Huffman tree coding table shown
huffman
- 用霍夫曼树进行文件的压缩和解压缩。包括计算字符频率,构建霍夫曼树,进行文件压缩,文件解压缩-Compress file or decompress file with huffman tree. The code include frequency counting, huffman tree building, textzip, decompression.
yasuo
- 利用霍夫曼树实现的压缩txt文件的程序,将压缩结果存到txt文件中-Using Huffman tree txt file compression program, the compressed result is stored in the txt file
HUFFMAN
- 这是有关哈夫曼树的建立,基于JAVA数据结构而言的。-build HUffman tree
Hufferman-Tree-Translator
- 霍夫曼树的构建,可以添加元素,自动排出霍夫曼树的结构-Huffman tree is constructed, you can add elements
huffman
- 哈弗曼树的实现。数据结构实验课程安排。本人写的 可以使用过-huffman tree
Huffman tree generation
- 使用java语言编程,编写Huffman树的生成算法代码(Huffman tree generation)