搜索资源列表
huajdj
- 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
gouzaoHUFFMAN
- 如何构造唯一的huffman树及唯一的huffman编码-how to construct only the Huffman tree and Huffman coding
000
- 赫夫曼树的建造。。。。。。。。。赫夫曼编码。 -Huffman tree construction. . . . . . . . . Huffman coding.
sjm
- 哈夫曼码的编译码系统 打印哈夫曼码 打印哈夫曼树-Huffman codes Huffman coding and decoding system Print Print Huffman code tree
2
- 构造霍夫曼树,该压缩包包含该算法的源代码。。 是本人的实验代码,原创来的-Huffman tree construction, the compressed packet contains the source code of the algorithm. . Is my experimental code, original come. . .
Huffman
- 哈夫曼树和编码应用 源代码+课程设计 东华理工软件学院-Huffman tree and code application source code+ Course Design Institute of East China Institute of Software
HuffmanTreeDoc
- 设一段电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Set a message in the frequency of different characters, in order to enhance the message of the input and translation efficiency, we must have a brief charact
heffman
- 熟悉的赫夫曼树的C程序实现,插入,删除,自动生成最小赫夫曼树的程序-Familiar with the Huffman tree C program to achieve, insert, delete, automatically generated procedures for the smallest Huffman tree
hafuman
- 链式表的建立与实现,对广大学习者是很有帮助的,希望能帮助到一些人-Huffman tree establishment and implementation, hope that the majority of learners help, hope to help some people
HuffmanTree
- 哈弗曼数基本算法,通过哈弗曼树的生成等,以代码形式阐述哈弗曼树-Havermann number of the basic algorithm, Huffman tree generation, code form elaborate Havermann tree
Haffman
- 哈夫曼树的建立和编码(需将代码重新跑一次裁图)-huffman tree and huffman code
hefuman
- 赫夫曼树的建立 c实现文档 有源代码 还有设计流程-Huffman tree establishment c Document
codes.zip
- various codes in c++ on huffman,mst tree,various codes in c++ on huffman,mst tree
Huffman
- Huffman树 对输入的英文大写字母进行统计概率 然后构建哈夫曼树,输出是按照概率降序排序输出Huffman编码。 -Huffman tree on the input, uppercase letters and then build the statistical probability Huffman tree, the output is sorted in descending order according to the probability of the output
huffman
- 哈夫曼树实现文件的压缩和解压缩课程设计,开发环境:VC。内含有源文件、源代码和实验报告-Huffman tree for file compression and decompression of curriculum design, development environment: VC. Contains active files, source code and test reports
2Huffman
- 哈夫曼树,这个是我实现的哈夫曼树程序哈,大家多指教,看看行不-huffman TREE
7.15
- c++,哈夫曼树的建立与哈夫曼树的编码,数据结构,课程设计-c++, coding Huffman tree establishment and Huffman tree data structure, curriculum design
Huffman
- 数据结构完成哈弗曼树编码的具体程序以及实验要求-Huffman coding tree data structure to complete the specific procedures and test requirements
huffman
- 对给定字符建立哈夫曼树并解码和编码,手动输入权值和数量(Set up the Hoffman tree for a given character and decode and encode)