搜索结果
找到约 487 项符合
study-student 的查询结果
Java编程 Java的面向对象编程 掌握类的定义以及继承机制
Java的面向对象编程 掌握类的定义以及继承机制,熟悉方法的多态性。1、 成下面父类及子类的声明:(1)声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩和总成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法、compare方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方 ...
通讯编程文档 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
其他书籍 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 superviso ...
SQL Server 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.
Linux/uClinux/Unix编程 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., ...
Java书籍 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 rea ...
Linux/uClinux/Unix编程 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)
...
Java编程 农历FLASH源码
在FLASH中,制作时钟、日历都不难。在网上搜索一下,也会有一大遍源码等着你去下载。但不知是我孤陋寡闻,还是咋地。在网上还没见过农历的代码,在民族文化如此繁荣的中国。竟然没有人来研究这个。实在是有点遗憾。花点时间,研究了一下。随后把源码附上。希望大家共同讨论。
演示地址:http://www.taoshaw.com/taosha ...
源码 sseg code vhdl for stopwatch
Vhdl code for seven segment, in english made by university student