搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
LIS
- MFC写的使用贪心算法求最小递增子序列。-calculate the longest increaing sub-sequence.
linearregression
- MFC写得有界面的一元线性回归,可选择数据文件计算各种属性,并作出图形。-a linear regression with interface made by MFC ,you can select the data file calculate kinds of properties, and make a map.
beiyesi
- 用vc6.0编写的不确定性传递算法。要求给出P(E)以及LS,LN的值,算出P(H)以及P(H/E).用MFC编写的,有界面图形显示,很直观。-Written by vc6.0 uncertainty transfer algorithm. Required to give P (E) and LS, LN values, calculate P (H) and P (H/E). Written with MFC, a graphical display interface, very intu
Caculator
- 简易计算器,初学者适用,用MFC编程出的可以实现最简单的运算-easy calculator can calculate easy operations
Sha1_Test(201107281719)
- Sha1哈希算法的封装,对原有的例子进行改造,有MFC及控制平台等两种方试创建的代码,运用较方便。-Sha1 calculate,have Visaul C++ MFC and control two flat.
fangdaijisuanqi
- 计算房贷,可以计算各种两种房贷方式,本额本金和本额本息,界面是可视化的用mfc编写的,还可以自己修改利率-Calculation of the mortgage, the mortgage can calculate a variety of two kinds of ways, the principal amount and the amount of principal and interest, with a visual interface is written in mfc, but
Ex3_3
- 实现MFC中年月日的显示,并且可以计算出是星期几-MFC date display, and can calculate the day of the week
calculate
- 简单MFC计算器,实现加减乘除,复位,清零等一些简单的运算。-Simple MFC calculator, some simple operations of addition, subtraction, reset, clear, and so on.
Calcutor
- 可以实现连续计算的MFC计算器VC6.0编译-A simple calculator which can repeated calculate.It is compiled by VC++ 6.0 MFC
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d