-
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;...
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
-a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
- 2022-03-06 12:21:16下载
- 积分:1
-
一个修改游戏参数的小程序,和金山游侠差不多.是对内存的操作的...
一个修改游戏参数的小程序,和金山游侠差不多.是对内存的操作的-a revised parameters of small game procedures, and almost Jinshan drifter. The memory of the operation
- 2022-06-15 00:00:47下载
- 积分:1
-
点对点客服端源码,下面上传服务器端可执行文件及源码
点对点客服端源码,下面上传服务器端可执行文件及源码-failed to translate
- 2022-01-22 17:48:54下载
- 积分:1
-
文件管理器
应用背景文件浏览器来查看你的系统的本地系统的驱动文件方便快速。关键技术使用此应用程序的Visual Studio 4.5,C #和Web服务。
- 2022-03-26 17:49:31下载
- 积分:1
-
Visual Basic for beginner
Visual Basic for beginner
- 2022-02-13 16:23:52下载
- 积分:1
-
I2C Simulator Communication
i2c通信模拟器。模拟一个内存芯片到i2c的eeprom估计,该芯片的实现是可能的,并写入eeprom
- 2022-02-07 05:14:04下载
- 积分:1
-
补偿器编辑器
包括控制器块的输出换能器的作用,我们定义
Gc(s) = Gt¯Gc(s)
我们还考虑直接的参考 r 的具有相同的测量单位的
受控的输出 c
我们考虑扰动 n 和 d 直接作为相应块的输出:
我们必须记住这些信号是输出的动力系统
我们定义等价的框图,移动的入口点的 n,现在是
减去至误差 e = r
- 2022-03-03 12:27:48下载
- 积分:1
-
语音录制和播放系统,带有G729A和ILBC编解码
语音录制和播放系统,带有G729A和ILBC编解码-Voice record and playback system, with G729A and ILBC codec
- 2022-02-07 04:48:39下载
- 积分:1
-
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。
---- 1. 在你的视中,实现OnEditPaste来处理用户从编辑菜单选择粘贴命令的操作。
---- 2. 在OnEditPaste函数中,建立一个COleDataObject对象并且访问它的AttachClipboard成员函数来将这个对象绑定到剪贴板。
---- 3. 访问COleDataObject::IsDataAvailable函数来检查是否可以使用特殊的格式。当然,你也可以通过循环使用COleDataObject::BeginEnumFormats来寻找其它格式直到你找到了最适合的格式。
---- 4. 粘贴数据。
-paste data replication more complicated than that because you need to choose paste format.---- 1. Depending on your, and realize OnEditPaste to users from the edit menu select paste ordered the operation.---- 2. In OnEditPaste function, the establishment of a visit COleDataObject object and its function AttachClipboard members will be bundled with the object to the clipboard.---- 3. Visit COleDataObject : : IsDataAvailable function can be used to check whether a special format. Of course, you can also cycle through the use of COleDataObject : : BeginEnumFormats to find other formats until you find the most suitable format.---- 4. Pasting data.
- 2023-04-03 21:55:03下载
- 积分:1
-
基于Android的家用电器管理系统
项目目标:一款用于帮助用户管理家电信息,清洗报修家用电器的管理系统采用的技术:Android、java、js、css、html完成情况:成品可通过扫描二维码,拍照等方式记录家电信息,对家电进行分类,进行清洗维修预约等方面。
- 2022-03-12 09:56:50下载
- 积分:1