-
encoding
该代码基于VC开发平台,能演示三中编码方法:香农,霍夫曼,费诺编码,经过测试,运行稳定!(code based on the VC development platform, which can display three coding method : Shannon, Hoffman, Connaught fee coding, After testing, operation stability!)
- 2007-04-01 17:16:12下载
- 积分:1
-
uC-GUIv31408
uc gui v3.14源码 vc6.0编译通过(uc gui v3.14 compile source vc6.0)
- 2006-10-18 09:34:42下载
- 积分:1
-
d792
本次课程设计的任务是:针对大学的计算机系本科课程,根据课程之间的依赖关系,制定课程安排计划,并满足各学期课程数日大致相同。按照用户输入的课程数,学期数,课程间的先后关系数目以及课程间两两间的先后关系,程序执行后会给出每学期应学的课程。(The task of curriculum design: for the University Department of Computer Science undergraduate courses, according to the dependencies between the courses, the development of curriculum programs and courses meet the needs of the semester a few days or less the same. Courses in accordance with the user input the number of semesters the number of courses has the relationship between the number of inter-course sequence of 22 relations, program execution will be given each semester school curriculum.)
- 2009-04-16 09:41:29下载
- 积分:1
-
20076350750861
Excel的“录制宏”功能,是VBA编辑应用的良好载体。结合在DOS里学过的一点点BASIC语言基础,就能编写VBA程序,解决我们工作中的一些具体问题。(Excel s Record Macro function, VBA is a good vector editing applications. In conjunction with DOS Lane learned a little bit of BASIC language base, can be prepared by VBA procedures to address in our work a number of specific issues.)
- 2008-01-06 03:16:45下载
- 积分:1
-
Difine-Msgbox-code
自定义Msgbox窗体图标代码,外观精美。(User-define Msgbox)
- 2012-04-29 23:57:15下载
- 积分:1
-
mode
一个文本搜索的console程序,可以从一个txt文本文件中查找数据 不错的(A text search console procedures, can look for data a TXT text file)
- 2017-04-29 20:03:36下载
- 积分:1
-
hlc_2
this is cataloge my company
- 2015-08-26 13:01:06下载
- 积分:1
-
8756746
多媒体预约管理,VB+Access,有需要的就下载吧。(Multimedia reservation management, VB+Access, there is a need to download it.)
- 2013-08-03 22:44:25下载
- 积分:1
-
STK_MFC
基于MFC开发的一个STKX简单示例程序,实现了新建场景,添加地面站并鼠标点击设置位置,添加飞机等简单功能。STK官方的例子是用Windows forms application,这里用MFC重新实现了另一个例子。(STKX based MFC developed a simple example program that implements the new scene, add ground station and mouse clicks to set position, adding aircraft and other simple functions. STK official example is Windows forms application, re-implemented using MFC here another example.)
- 2020-09-17 09:47:54下载
- 积分: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