-
Fund6-StringViewer
文字统计的功能,利用MFC实现对文字的计算相拥的个数(Text statistics function, the use of MFC to achieve the calculation of the text of the number of embracing)
- 2009-05-12 15:50:14下载
- 积分:1
-
FANDISK
典型的点云数据fandisk,适合点云研究者进行仿真,六千多个点(Typical fandisk point cloud data, suitable for researchers point cloud simulation, more than six thousand points)
- 2014-12-22 19:31:17下载
- 积分:1
-
PROTEUSPfullPstudy
proteus经典培训教程,值得期待,值得收藏(proteus classical training course, worth the wait, worth collecting)
- 2013-12-02 20:56:34下载
- 积分:1
-
KillProcessByAPC
说明: APC强杀进程,内核开发,可以杀死大部分安全软件。(APC strong kill the process, kernel development, can kill most of the security software.)
- 2011-03-30 19:19:28下载
- 积分:1
-
032116
系统根据进程给出的标识符,找到相应的套接口结构,可以(According to the identifier given by the process, the system finds the corresponding socket structure, and can)
- 2019-04-23 19:26:20下载
- 积分:1
-
Submonitor
Using mirror driver as filter driver in capture desktop screen operation allow system run faster than using device context memory.
- 2020-06-26 14:20:01下载
- 积分:1
-
CxxCavaConverter03
convert C++ to C# by program demo
- 2013-07-28 03:59:11下载
- 积分:1
-
任意平面的裁切0.2
说明: 基于vtk的三维重构与裁切:
1.16位非压缩位图的读取与设置.
2.图像数据载入映射器
3.裁切平面的设置
4.边界的设置与显示
5.三维重构
注:需安装vtk4.0以上版本(It s about 3D reconstruct and clip based on VTK including reading and configration of 16 bits non_contracted bitmaps,the mapper for image data loading, configration of plane for clip,configration and display of borders and 3D reconstruct.(PS:VTK 4.0 or above version is needed))
- 2005-09-23 10:04:58下载
- 积分:1
-
telephone-management
c语言编写的电话簿管理系统,含可运行的程序,可参考《C语言程序设计案例精编》(c language phone book management system, including operable program, refer to " C Programming Language design case for fine" )
- 2011-11-22 21:10:55下载
- 积分: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