搜索资源列表
银行储蓄系统
- MFC写的银行储蓄系统,功能完善,自动分配帐号,有密码功能,debug里有exe文件,运行即可,源码在外面,加了注释了!-MFC wrote savings bank system, complete functions, automatic allocation account, password function, debug there are exe files, run can be, the source code on the outside, plus a footnote!
STUDENTINFORMATION
- 1、设计一个学生类Student,包括姓名,学号,性别,籍贯,年龄,出生日期和住址,其中“出生日期”定义为一个“日期”类(具有属性:year(年),month(月),date(日))内嵌子对象。 2、具有数据的录入、显示、保存、查询(按学号或姓名查询)、修改和删除功能。 3、对Student类重载"=="运算符和"="运算符,"=="运算符判断两个Student类对象的id属性是否相等;"="运算符实现Student类对象的赋值操作。 4、对给出的程序源代码要给出各部分的详细注释。