搜索资源列表
-
0下载:
用delhi做的程序实现了哈夫曼编码,做的还不错。-DELHI do with the program of Huffman coding, so good.
-
-
1下载:
利用Huffman编码法做的一个文本文件压缩程序,仅支持英文的文本文档,压缩效率在10%~50%,DOS界面,欢迎讨论。-Huffman coding method used to do a text file compression program, supports only English text files, the compression efficiency of 10% to 50%, DOS interface, welcomed the discussion.
-
-
0下载:
编写一个程序,根据输入节点的权值,建立哈夫曼树并实现哈夫曼编码,同时输出哈夫曼编码.-Write a program, according to the input node weights, establish and implement Huffman coding Huffman tree, and output the Huffman coding.
-
-
0下载:
用c写的一个 求赫夫曼编码 程序 出自严蔚敏写的数据结构-With c write a program for Huffman coding
-
-
0下载:
此程序是数据结构中哈夫曼树的应用,实现电文的编码译码-This program is in the Huffman tree data structure applications, achieving coding and decoding messages
-
-
0下载:
程序可以实现哈弗曼自动编码功能!很详细的!很有参考价值!-Program can be Havermann automatic coding features! Very detailed! A good reference!
-
-
0下载:
VC++控制台程序,实现huffman编码。在控制台中输入编码字符数及响应的权重,即能得到相应的编码。-VC++ console program, to achieve huffman coding. Enter the code in the console characters and respond to the weight that can be coded accordingly.
-
-
1下载:
数据结构基本算法演示程序实现:
1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解)
2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。
要求数据结构基本算法演示程序具有菜单选择,算法要
-
-
0下载:
数据结构是很重要的一门课程,此为数据结构课程设计实验时3个算法衍生的小程序:哈夫曼编码,交通咨询系统设计,通讯录管理。对初学数据结构的人很有帮助。-Data structure is very important to a course, this is the data structure of curriculum design experiments three algorithms derived from a small program: Huffman coding, the tra
-
-
0下载:
自己编写的数据文件的哈夫曼编码算法压缩程序,纯C语言编写,应该可以直接使用。-Write my own data file compression program Huffman coding algorithm, written in pure C, should be used directly.
-
-
0下载:
霍夫曼编码的程序,可以任意输入a-z字符串,建立霍夫曼树-Huffman coding of the program, you can string any input az, the establishment of Huffman tree
-
-
0下载:
赫夫曼编码的程序,读入各个符号及其权值,建立哈夫曼树;利用建立的哈夫曼树对各符号进行编码,输出编码结果。
-Huffman coding of the program that reads the value of the various symbols and their right to build the Huffman tree used to establish the Huffman coding tree for each symbol, the output encodin
-
-
0下载:
根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。
可实现以下功能:
(1)输入一段字符串,统计其中每个字符的频度
(2)求每个字符的HUFMAN-CODE
(3)对(1)中的字符串译码
(4)对(3)中的译码再解码.-huffman coding and decoding program
-
-
0下载:
哈夫曼编码是哈夫曼树(最优二叉树)在通信编码中的应用。在本程序中,只定义了5个数据的哈夫曼编码,分别输入五个数据的权值,就可以得出最终的哈夫曼编码。-Huffman coding is Huffman tree (the optimal binary tree) in the communication code of the application. In this program, only the data defined Huffman 5, respectively, the weig
-
-
0下载:
哈夫曼编码 用MFC写的小程序 可以实现画图和现实功能-Huffman coding with MFC to write a small program can be functional and realistic drawing
-
-
0下载:
程序说明: 课程项目,本程序采用哈夫曼编码算法,对给定文件的内容进行处理,生成编码文件和解码文件-Program Descr iption: This program uses a Huffman coding algorithm, given the contents of the file, generate the encoded file and decode files
-
-
0下载:
本程序用C语言编写的哈夫曼编码(Huffman Coding),该方法依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码-Huffman coding (Huffman, from Coding) this program written in C, the average probability to construct different prefix length of the shortest codeword in accordance with the chara
-
-
1下载:
数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a Huffman tree program, create a text file, the statistical character frequency in the
-
-
0下载:
信息论程序中的霍夫曼编码程序,喜欢的就速度抱走吧-Huffman coding procedures in the information theory in the program, like the speed of which go
-
-
0下载:
哈夫曼树编码完整程序,编码主要是依照数据结构一书上的伪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
-