Java的面向?qū)ο缶幊?掌握類的定義以及繼承機制,熟悉方法的多態(tài)性。1、 成下面父類及子類的聲明:(1)聲明Student類。屬性包括學(xué)號、姓名、英語成績、數(shù)學(xué)成績、計算機成績和總成績。方法包括構(gòu)造方法、get方法、set方法、toString方法、equals方法、compare方法(比較兩個學(xué)生的總成績,結(jié)果分大于、小于、等于)、sum方法(計算總成績)和testScore方法(計算評測成績,即平均成績
上傳時間: 2017-09-12
上傳用戶:ecooo
Signal and system with matlab computing and simulink modeling is a good book for communication student and engineer due to the methods and tools mentioned in the book
標(biāo)簽: communication and computing simulink
上傳時間: 2013-12-25
上傳用戶:liuchee
As a general rule, PhD students and their supervisors tend to focus primarily, or even exclusively, on the content of the research that will go into the doctoral thesis. Other issues are often taken for granted: how to organize your work, give a presentation, work in a team, cope with your supervisor, and how to effectively manage your time.When asked, former PhD students usually claim that the general experience of being a graduate student, which includes learning how to solve complex problems and work well with others, was of greater value to their careers than the actual topic of their thesis.
標(biāo)簽: exclusively supervisors primarily students
上傳時間: 2013-12-16
上傳用戶:qlpqlq
to become acquainted with a concept « cursor» language of SQL, by the types of cursors, to study the process of creation and application of cursors. To consider the examples of the use of cursors at creation of SQL of queries.
標(biāo)簽: acquainted language concept cursors
上傳時間: 2013-12-24
上傳用戶:libenshu01
DDSCAT 7.3 is a freely available open-source Fortran-90 software package applying the “discrete dipole approximation” (DDA) to calculate scattering and absorption of electromagnetic waves by targets with arbitrary geometries and complex refractive index. The targets may be isolated entities (e.g., dust particles), but may also be 1-d or 2-d periodic arrays of “target unit cells”, which can be used to study absorption, scattering, and electric ?elds around arrays of nanostructures.
標(biāo)簽: userguide
上傳時間: 2015-04-29
上傳用戶:499689361
An application that adds products to an electronic shopping cart. The application uses three classes: Product, ShoppingCart, and ShoppingCartApplication. Part of the work has been done for you and is provided in the student archive. You will implement the method in ShoppingCartApplication that reads product information from the keyboard and creates a Product object.
標(biāo)簽: Product ShoppingCart
上傳時間: 2015-11-12
上傳用戶:chengzi74
#include <iostream> using namespace std; class Student { public: Student(int, int); int num; int grade; }; Student::Student(int n, int g) { num = n; grade = g; } int maxGradeIndex(Student* s) { int maxGrade, index = 0, i = 0; maxGrade = s[0].grade; for (i = 0; i<5; i++) { if (s[i].grade > maxGrade) { maxGrade = s[i].grade; index = i; } } return index; } int main() { Student a[5] = { Student(1, 86), Student(2, 60), Student(3, 72), Student(4, 95), Student(5, 66) }; int maxGradeStNum = maxGradeIndex(a); cout << "成績最好學(xué)生的學(xué)號是:" << a[maxGradeStNum].num << endl; cout << "成績最好學(xué)生的成績是:" << a[maxGradeStNum].grade << endl; getchar(); return 0; }
上傳時間: 2016-04-23
上傳用戶:burt1025
在FLASH中,制作時鐘、日歷都不難。在網(wǎng)上搜索一下,也會有一大遍源碼等著你去下載。但不知是我孤陋寡聞,還是咋地。在網(wǎng)上還沒見過農(nóng)歷的代碼,在民族文化如此繁榮的中國。竟然沒有人來研究這個。實在是有點遺憾。花點時間,研究了一下。隨后把源碼附上。希望大家共同討論。 演示地址:http://www.taoshaw.com/taoshaw/study/jilishizhong/Taoshaw_Time.swf
上傳時間: 2016-06-02
上傳用戶:逍遙派0468
#include "student.h"
標(biāo)簽: 計算器
上傳時間: 2016-12-29
上傳用戶:767483511
Vhdl code for seven segment, in english made by university student
標(biāo)簽: sseg
上傳時間: 2017-04-23
上傳用戶:friede17
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1