-
ASK_Pro
说明: 基于MFC的调幅数字通信系统的仿真,界面等都是自己做的(Based on MFC am digital communication system simulation, oneself make interface, etc)
- 2012-04-25 14:03:05下载
- 积分:1
-
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
-
SkinShow
换肤程序小例程,里面实现了程序换皮肤的基本方法,注意,如果程序找不到图片的话,请把pic文件夹放入Debug文件夹。(Skin small routine procedure, which the realization of the procedures for the skin s basic method, note that if not able to locate the picture, please put pic folder Add Debug folder.)
- 2008-12-22 21:39:16下载
- 积分:1
-
1
说明: VC++编写上位机串口通信界面,原创VC++编写串口通信上位机界面 本人做接口实验时上位机部分 (VC++ write PC serial communication interface, the preparation of original VC++ serial communication interface, PC interface, I do some PC experiments)
- 2010-08-30 11:15:53下载
- 积分:1
-
w_ipp-sample-cPP_p_5.1.006
ipp-sample-c++,错误快速检测代码,可以迅速定位程序错误,另外杜绝缓冲区溢出,提供X86 CPU的函数库(ipp-sample-c++, fast error detection code, you can quickly locate bugs, the other to prevent buffer overflow, the library provides X86 CPU)
- 2011-10-07 20:01:16下载
- 积分:1
-
bin2inc
Binary to C include file
- 2020-06-25 07:00:02下载
- 积分:1
-
IEC104_Tool
104规约调试工具,模拟104主控站,方便104规约的理解(104 Statute of the debugging tools, analog 104 master station to facilitate the understanding of the Statute of 104)
- 2012-07-02 21:33:55下载
- 积分:1
-
fingerprint
基于Visual c++ 的指纹识别系统(fingerprint Visualc++)
- 2009-12-29 09:27:04下载
- 积分:1
-
123
辐射网潮流计算程序,直接在文档中修改参数即可(Radiation Net flow calculation procedures)
- 2012-05-14 15:02:06下载
- 积分:1
-
VLCDemo
MFC调用VLC的动态库libvlc.dll实现简单播放器,支持播放、暂停、停止、进度显示和进度控制、声音控制、支持中文路径的文件名字。VC6.0环境,可直接运行。(MFC calls VLC dynamic library libvlc.dll simple player, play, pause, stop, schedule display and schedule control, sound control, support Chinese path of the file name. VC6.0 environment, can be directly run.)
- 2013-07-15 09:41:10下载
- 积分:1