-
objective-CPP
C++面向对象编程的宝典,深刻分析C++面向的特性,外国的编程人士实在是让人佩服呀。(C++ object-oriented programming book, profound analysis C++ oriented features, foreign programming who really admire it.)
- 2013-05-23 16:59:11下载
- 积分:1
-
vb2008.net-downloadfile-WebClient
使用vs2008.net 中webclient 下载文件,可以获得文件下载进度(Vs2008.net in webclient download files, you can get the file download progress, fully available)
- 2012-02-20 21:31:23下载
- 积分:1
-
chapter03
Windows驱动开发技术详解 第三章源码(Detailed Windows driver development techniques Chapter Source)
- 2010-12-22 16:19:45下载
- 积分:1
-
example75_81
VC 编程150例 75-81.全部OK(VC 150 cases 75-81. All OK)
- 2007-02-08 16:06:28下载
- 积分:1
-
diskinfo
Get Disk Free Space for Visual basic.
- 2013-07-21 17:29:41下载
- 积分:1
-
FileFilter
说明: 一个功能强大且操作性极强的文件浏览、管理程序,只是界面丑一点。(a powerful and strong operational document browsing, management procedures, interface is ugly.)
- 2006-01-25 12:40:59下载
- 积分: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
-
Windows_Rootkit
学习rootkit很有用的资料,对于在windows下学习rootkit很有帮助(Learning rootkit useful information, for learning in the windows rootkit helpful)
- 2012-01-29 18:06:04下载
- 积分:1
-
Program-2015.06.02
电子围栏监控源代码.基于MFC编写,登入名称和密码都是admin.(Electronic fence monitoring source code based MFC write.)
- 2015-06-10 20:39:57下载
- 积分:1
-
code
一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。(A use of hard disk serial number from the development of software for simple and efficient encryption registration method is not applicable to the amount released, especially not publicly released a dedicated engineering software. The main purpose: to enable software developers to use not to be arbitrarily copied, each user needs to install a machine to developers informing the user number and request a registration number. Rationale: The hard disk serial number as user numbers do after the operation, developers can take advantage of the scientific calculator, directly calculated by the license is returned to the user based on the user notification of user numbers and only you know the key client without RI, developers also need a decoder, and after successful registration Windows system will automatically save the future without re-registration, software upgrades without having to re-register. There annexed VC source code implementation and detailed notes.)
- 2014-03-25 17:57:13下载
- 积分:1