-
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,...
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem description : Let a message different frequency of the characters, in order to enhance the input and message translation efficiency, we must have a brief but no ambiguity of the characters code. Examination under Huffman algorithm, the message of characters, construct a Huffman tree for each character coding.
- 2022-10-09 01:35:04下载
- 积分:1
-
大话设计模式
大话设计模式这本书里面的C++源码,很全面和详细,看这本书的人可以结合看下,能更好得理解和学习书中的内容,在这基础上编写简单程序!
- 2022-04-09 14:25:56下载
- 积分:1
-
CodeBreakers5
CodeBreakers5
- 2023-01-08 05:45:03下载
- 积分:1
-
红外遥控式简单计算器演示程序 *
* 用红外遥控器做输入(适用新式遥控器) *
* *
* LCD1602显示方式:
* LCD第一行...
红外遥控式简单计算器演示程序 *
* 用红外遥控器做输入(适用新式遥控器) *
* *
* LCD1602显示方式:
* LCD第一行显示:CALCULATOR *
* LCD第二行显示:运算过程
* *
* 主要功能:
* 0-99两位数之间的加、减、乘、除整数运算-Simple calculator-style infrared remote control demo program** to do with infrared remote control input (the application of new remote control)**** LCD1602 display:* LCD display the first line: CALCULATOR** LCD second line shows: Operational process*** Main functions:* between 0-99 double-digit add, subtract, multiply, with the exception of integer calculations
- 2022-06-26 11:14:48下载
- 积分:1
-
贪心算法解决分割问题
给定一定的宽度,和N个输入(宽度)
得出最小的宽度...
贪心算法解决分割问题
给定一定的宽度,和N个输入(宽度)
得出最小的宽度-greedy algorithm to solve the segmentation problem must set the width and N input (width) reached the minimum width
- 2022-02-10 13:43:33下载
- 积分:1
-
此程序是模拟文件管理系统的磁盘空间管理,外存管理,目录管理(单级目录)的一个模拟程序,也是高校计算机操作系统课程设计的一个案例,仅供大家参考...
此程序是模拟文件管理系统的磁盘空间管理,外存管理,目录管理(单级目录)的一个模拟程序,也是高校计算机操作系统课程设计的一个案例,仅供大家参考-this procedure is simulated document management system disk space management, Disk Management, directory management (single-level directory) of a simulation program, as well as university computer courses on operating system design a case, we only reference
- 2022-03-13 19:37:49下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2023-03-18 08:25:03下载
- 积分:1
-
一个可以产生G72A和ILBC语音编解码动态库的工程
一个可以产生G72A和ILBC语音编解码动态库的工程-Can generate a G72A and ILBC voice codec DLL project
- 2022-02-16 10:18:02下载
- 积分:1
-
窗户Calcuter全面运作
这是一个Windows计算器用C ++编写。它,被写进了微软Visual Studio 2008中,Windows窗体应用程序。这个计算器是一个高仿版本的Windows7计算器和它的所有操作就是工作!最好的问候。
- 2023-01-19 13:20:04下载
- 积分:1
-
该程序实现了队列的基本性能,采用了循环单T
用循环单链表实现队列的基本操作,很好的展现了队列的优点-The program realizes the basic performances of the queue, using cycling single table, and make a good exhibition of the queue s advantages.
- 2022-10-17 23:00:03下载
- 积分:1