虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

study-student

  • Java的面向对象编程 掌握类的定义以及继承机制

    Java的面向对象编程 掌握类的定义以及继承机制,熟悉方法的多态性。1、 成下面父类及子类的声明:(1)声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩和总成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法、compare方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方法(计算总成绩)和testScore方法(计算评测成绩,即平均成绩

    标签: Java 对象 定义 编程

    上传时间: 2017-09-12

    上传用户:ecooo

  • Signal and system with matlab computing and simulink modeling is a good book for communication stude

    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

    标签: communication and computing simulink

    上传时间: 2013-12-25

    上传用户:liuchee

  • As a general rule, PhD students and their supervisors tend to focus primarily, or even exclusively,

    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.

    标签: exclusively supervisors primarily students

    上传时间: 2013-12-16

    上传用户:qlpqlq

  • to become acquainted with a concept « cursor» language of SQL, by the types of cursors, to

    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.

    标签: acquainted language concept cursors

    上传时间: 2013-12-24

    上传用户:libenshu01

  • DDA使用教程

    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 fields around arrays of nanostructures.

    标签: userguide

    上传时间: 2015-04-29

    上传用户:499689361

  • Shop Cart

    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.

    标签: Product ShoppingCart

    上传时间: 2015-11-12

    上传用户:chengzi74

  • c语言程序源

    #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 << "成绩最好学生的学号是:" << a[maxGradeStNum].num << endl; cout << "成绩最好学生的成绩是:" << a[maxGradeStNum].grade << endl; getchar(); return 0; }

    标签: c语言 程序

    上传时间: 2016-04-23

    上传用户:burt1025

  • 农历FLASH源码

    在FLASH中,制作时钟、日历都不难。在网上搜索一下,也会有一大遍源码等着你去下载。但不知是我孤陋寡闻,还是咋地。在网上还没见过农历的代码,在民族文化如此繁荣的中国。竟然没有人来研究这个。实在是有点遗憾。花点时间,研究了一下。随后把源码附上。希望大家共同讨论。 演示地址:http://www.taoshaw.com/taoshaw/study/jilishizhong/Taoshaw_Time.swf

    标签: FLASH 农历 源码

    上传时间: 2016-06-02

    上传用户:逍遥派0468

  • 简单的计算器

    #include "student.h"

    标签: 计算器

    上传时间: 2016-12-29

    上传用户:767483511

  • sseg code vhdl for stopwatch

    Vhdl code for seven segment, in english made by university student

    标签: sseg

    上传时间: 2017-04-23

    上传用户:friede17