搜索资源列表
shujujiegousuanfahuffamn
- 输入一段文本,统计其中字符出现的频率 设计相应的哈夫曼码 并完成对该段文本的编码与译码-input section of the text, statistics on the frequency of characters designed corresponding Huffman code and the complete text of the coding and decoding
aluo2.rar
- 拿“优”的数据结构课程设计:运动会分数统计。 里头包括源代码、exe文件、课程设计报告,非常全,值得下载 值得参考!,Get " excellent" curriculum of the data structure design: Games Score Statistics. Inside, including source code, exe files, curriculum design report, very wide, it is worth making r
DataStructerCode
- 数据结构课程设计:运动会分数统计。压缩包里包括全部的源代码和试验报告。拿出来大家一起分享啊-Data Structure Course Design: Games Score Statistics. Compression bag, including all the source code and test report. Out to share ah
aluo3
- 数据结构课程设计:(1)民航航班信息服务系统 (2)运动会分数统计 包括源代码、EXE文件、课程设计报告!比较全。-Curriculum design data structure: (1) Civil Aviation Flight Information Service System (2) Games fraction statistics, including source code, EXE files, curriculum design report! Comparison o
tongji(1)
- 统计一篇英文中每个字符的个数,并作为权值建立赫夫曼树,翻译成代码文件,然后再译码-Statistics for each character in an English number and value as the right to establish a Huffman tree, translated into code files, and then decode
HuffmanCode
- 本程序是数据结构中常见的哈弗曼编码的实现,通过统计文本文件中的字符出现次数,在另一个文本文件中输出统计次数及对应编码,在两一个文本文件中可以给出英语短文对应的翻译编码。-This procedure is common Havermann data structure encoded to achieve, through the statistics text file in the number of characters that appear in another text file i
chengxu
- 从键盘输入若干字符,统计每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出每个字符及对应的哈夫曼编-Enter the number of characters from the keyboard, statistics, the frequency of each character, the character frequency of occurrence as the node weights to build the Huffm
huffman
- 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. 基本要求:一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -Section for any input in Eng
HufmanCode
- 【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin
Huffman
- 运用赫夫曼编码的最优前缀码的贪心算法构造huffman树: 首先扫描输入文件,统计出现的字符以及每个字符出现的次数。每次取出现次数最小的那两个节点(node)合并成一个节点(node),并且将累计数值相加作为新的接点的累计数值,最顶层的是根节点(root) -Huffman coding using optimal prefix code of the greedy algorithm constructs huffman tree: First, scan the input file,
quciksort
- 数据结构中关于快速排序的课程设计,本课程设计分析了快速排序及其优化的三种方案的运行效率。本文件包含源码、测试覆盖率报告、测试数据统计和课程设计报告,对正在研究快速排序的同学有一定帮助。-Data structures on a quick sort of curriculum design, the course design and analysis of Quicksort and its optimized operating efficiency of the three program
Huffman
- 从文件中读取数据,统计各个字符情况,用赫夫曼码实现编码和译码。-Data read from the file, the statistics of each character, using the Huffman code encoding and decoding.
zifufenleitongji-
- 实现字符的分类统计,代码简洁,占内存少,数据结构-Character classification and statistics, simple code, accounting for less memory, and data structures
Count_words
- 使用 树形结构 编写的应用于单词字符数量统计代码-Use tree structure to write used in word character quantity statistics code
zhongshu
- 众数问题,半数集问题。还有算法书本2.5 2.9习题 每个问题代码均有运行时间统计代码在里面-Plural, half of the episodes. 2.5 2.9 Exercises algorithm books each code are run-time statistics code inside
sudoku
- //一个解数独的程序,纯C编写,不依赖特殊库,移植容易。个人原创! //采用的回溯法,剪枝程序采用动态规划思想进行了大量优化,比一般数独程序可以统计用多少步,中间碰到多少分支,侧面反映题目难度,虽然不能和人的技巧相比,也可以参考一下。 //对于研究数独方法或许没有帮助,但是可以帮助验证结果,统计难度。对于出题时可以去掉的项,也可用其验证。有代码,看懂后可以随便修改。 //解世界上最难数独大概1s左右 //程序作者:原建业-Sudoku @ a program written in
1
- 某文本文件由 字符 组成, 字符 被 分割符 分割为 单词 。 要求程序接受指定文件,分析出其有哪些 单词 组成,并统计每一个 单词 的出现次数, 最后根据出现次数由少到多排序,输出 单词 列表。 //文件包含源码、详细解题报告等-A text file by the " character" component, " character" was " delimiter" split " the word."
Huffman
- Huffman编码与解码(Huffman编码、二叉树) [问题描述] 对一篇英文文章(大于2000个英文字符),统计各字符出现的次数,实现Huffman编码,以及对编码结果的解码。 [基本要求] (1) 输出每个字符出现的次数和编码,其中求最小权值要求用堆实现。 (2) 在Huffman编码后,要将编码表和英文文章编码结果保存到文件中,编码结果必须是二进制形式,即0 1的信息用比特位表示,不能用字符’0’和’1’表示。 (3) 提供读编码文件生成原文件的功能。 -Hu
xueshengzheng
- 这是我的C++课程设计,主要功能是实现一个学生证的信息管理,包括添加、修改、统计、查询一个学生的信息等功能,内含源代码-This is my C++ curriculum design, the main function is to achieve a student card information management, including add, modify, statistics, query functions such as a student information, inc