搜索资源列表
Delphi-Tutorial-Amazing-Delphi-Contents
- ELPHI TUTORIAL Amazing Delphi CONTENTS This tutorial is part of a book "Borland delphi Amazing Component" CopyRights 1997 by Software Mission Co.,Ltd. All Rights reserved. No part of this book and its accompanying source code shall be reproduced by a
1
- 汽车设计软件ADVISOR的一些重要MATLAB源程序,非常值得学习-advisor soft
t1
- 1. 从people类派生出student类,添加属性:班号char classNO[7];从people类派生出teacher类,添加属性:职务char principalship[11]、部门char department[21]。从student类中派生出graduate类,添加属性:专业char subject[21]、导师teacher advisor;从graduate类和teacher类中派生出TA(助教)类,注意虚基类的使用。用成员函数实现对人员信息的录入和显示。附:people