-
hafuman
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。
2) 输出形式:
输出相应的编码压缩文件和解码原文件
3) 程序所能达到的功能:
利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。
4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果)
测试输入或者输出文本框是不是有空的,是不是不是有效路径。进行条件判断,实现错误处理。
比如要压缩:c:a.txt 文件路径就是:c:a.txt。如果输入框是空的,就判断,然后用MessageBox处理信息。
如果文件路径和文件的输出路径都写正确的话,就会输出相应的压缩或者解压文件,否则用函数MessageBox提示错误。然后进行更正。
二 . 概要设计:
1) 哈夫曼树的特点
a) 是二叉树的一种,而且是一种没有度数是1的二叉树
b) 一棵树有n个叶子,就会用2n-1个节点
c) 一种“最优”二叉树,由于树的带权路径(WPL)最小
d) 由于它是由下到上顺序构造的,使得分支节点和叶子节点从下到上,权值都是从小到大的顺序排列的
()
- 2007-07-16 22:04:12下载
- 积分:1
-
DoubleNetUDP
UDP方式双网冗余程序,一网卡断开,另一网卡自动连接,从而保证通讯正常(UDP mode dual-network redundancy procedures, disconnect a network card, another card to connect automatically to ensure the normal communication)
- 2009-07-15 21:57:13下载
- 积分:1
-
ccnvecixntapplication
A MATLAB application, very convenient!
- 2017-05-11 13:06:42下载
- 积分:1
-
Create_Line_Arc_fillet
UG二次开发,创建直线、圆弧、圆角,显示数据跾等命令实现,可直接打开编译,生成DLL文件(UG secondary develpment,create line,arc,fillet,show informating,you can directly open it and compile it)
- 2015-03-26 16:26:10下载
- 积分:1
-
VB_Net_Demo
QRCode font package can print QRCode barcode as a font, Win32 DLL encoder and .NET class library encoder are provided, the encoders are different for the trial version package and the full version package, the trial version encoders append "MW6 Demo" to the string encoded with QRCode.
- 2012-06-01 17:41:02下载
- 积分:1
-
player
利VS2008+VLC制作简单的播放器,播放,暂停,停止,录像等功能(The VS2008+ (VLC making simple player, play, pause, stop, video, and other functions
)
- 2011-08-19 13:23:08下载
- 积分:1
-
qtcefclient-master
在qt上嵌入cef框架,学习如何在qt环境下开发cef。(Cef framework embedded in the qt, learn how to develop cef in qt environment.)
- 2020-08-26 10:18:13下载
- 积分:1
-
flower
MFC、数据库的简单运用,适合初学者
功能模块
1)管理员模块有密码保护和身份验证等功能,有超级管理员和普通管理员等。
2)用户(顾客)可操作性:标准统一的用户界面;方便快捷的数据查询、交互式信息渠道;安全可靠的用户档案、定单信息跟踪与管理。
3)提供最新商品介绍、价格等资料;方便快捷的后台商品维护、统计报表和用户定单管理;多用户实时数据库访问。
4)鲜花预定模块,实现在规定日期里能够预定鲜花。
5)零售鲜花和批发鲜花的功能要分清。(MFC, the database is simple to use, suitable for beginners
Functional modules
1) The administrator module has password protection and authentication features such as super administrator and administrator.
2) users (customers) operability: the standard unified user interface convenient data queries, interactive information channel safe and reliable user files, order tracking and management.
3) to provide the latest products, the price information convenient background commodities maintenance, statistical reports and user order management multi-user real-time database access.
4) flowers scheduled modules, to achieve the specified date to pre-flowers.
5) the function of the retail flowers and wholesale flowers to distinguish.)
- 2012-04-14 11:37:57下载
- 积分:1
-
NewCuteFTP
说明: 一款与CuteFTP软件相媲美的源代码,非常值得下载,学习和参考Ftp工具VC++编程必不可少的源码,学习和使用FTP的朋友不仿下载一看!(A match with the CuteFTP software source code, very worth the download, Ftp tools for learning and reference VC++ Indispensable source programming, learning and use FTP to download the friend does not like a look!)
- 2008-11-19 14:12:13下载
- 积分:1
-
usbcode
一个的usb源码,提供给大家参考一下,有什么问题请指教(a source of usb, to refer to, what issues please enlighten)
- 2006-10-25 16:55:13下载
- 积分:1