搜索资源列表
lunwen001
- 一种嵌入式文件系统的设计与实现 研究生论文-Embedded File System Design and Implementation of graduate theses
lunwen002
- 文件系统及磁盘管理实现机制深入研究 研究生论文-file system and disk management mechanisms to achieve in-depth study postgraduate thesis
how_to_study
- 本文是美国麻省理工大学人工智能研究生的一篇介绍如何更有效地展开学习的文章-this is the University of Massachusetts graduate of an AI on how to carry out more effective learning article
RecordManager_bemjh
- 用java写的一个研究生班级通讯录程序,可从文件导入及导出,界面美观.-java with a graduate writing class directories, may import from and export documents, beautiful interface.
yanjiushbidu
- 这是几篇关于一个研究生如何在其2年半的时间里,如何成为一个优秀的人的文章。可以借鉴一下-This is one of several graduate students in its two years of time, how to be an outstanding person in the article. Can draw on! !
student_system
- 本代码为asp+sql2000实现的研究生管理系统,原创代码,对学习asp和sql技术的初学者相信会有一定的帮助,大家一起交流进步-code for the realization of the asp sql2000 postgraduate management system, original code, asp and learning sql technical beginners believe will be of some help and we can work togethe
kechengsheji
- 大连理工大学研究生矩阵与数值分析课程设计实验报告
GUI
- 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,GUI部分.
SECURITY
- 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,SECURE部分.
exception
- 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,exception部分.
UDP
- 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,multicast部分.包括server , client.
biolgy
- 这册高级生态学是安徽大学生命科学院上课的相关老师的课件,可供生态学以及资源与环境相关学科的本科生和研究生的学习。如果要报考安徽大学的研究生,更值得参阅。
middlemare
- 精选的相关中间件论文,对于要研究中间件方向的研究生来说,是不可多得的论文集。
1212
- 这是研究生设计的好玩的个人网站,实用方便,爱好的同学可以试试看
EC
- 这是一个山东大学电子商务教程(研究生教程)非常不错的。-This is an e-commerce tutorials Shandong University (Graduate Course) is very good.
stu
- java实验 研究生分数过线查询 平时上课实验-java experimental fraction in lane inquiries postgraduate classes in peacetime experiment
2
- 定义一个大学生类Graduate,保护数据成员:姓名,学号,校名,并为它定义带参数的构造函数、拷贝构造函数、析构函数和输出数据成员值的print( )公有成员函数,另定义研究生类Postgraduate,它以公有继承方式派生于类Graduate,新增加“研究方向、导师名”两个私有数据成员,并定义带参数的构造函数,拷贝构造函数、析构函数和输出研究生数据的print( )公有成员函数,另外,要求学号自动增加,且Graduate和Postgraduate的学号起始值不同。在主函数中定义派生类对象进行测
Polymorphism
- 假设某班级里既有本科生又有研究生,请编写程序统计出全班学生的成绩等级并显示出来。-Suppose a classroom, there are both undergraduate students, please write a program the statistics class student achievement levels and display them.
gradute
- 定义一个Student类,其中包括学号、姓名、性别、出生年月等属性以及init( )——初始化各属性、display( )——显示各属性、modify( )¬ ——修改姓名等方法。实现并测试这个类。 从上题的Student类中派生出Graduate(研究生)类,添加属性:专业subject、导师adviser。重载相应的成员方法 -Define a Student class, including the Student ID, name, gender, date of birt
Polymorphism.java
- 请设计 3 个类 , 分别是学生类 Student, 本科生类 Undergaduate, 研究生类 Postgraduate, 其中 Student 类是一个抽象类 , 它包含一些基本的学生信息如姓名、所学课程、课程成绩等 , 而 Undergraduate 类和 Postgraduate 都是 Student 类的子类 , 它们之间的主要差别是计算课程成绩等级的方法有所不同 , 研究生的标准要比本科生的标准高一些-Polymorphism.java