搜索结果

找到约 161 项符合 Student 的查询结果

数据库系统 在Visual C++中使用MSFlexGrid控件的几点改进

在Visual C++中使用MSFlexGrid控件的几点改进,首先要配置ODBC数据源,添加一个ACCESS数据源命为Student Registration, 将数据库指向源程序目录下的student.mdb。
https://www.eeworm.com/dl/523/477310.html
下载: 56
查看: 1069

其他 Array function. Read data from the text file and generate the output. This program evaluate the gred

Array function. Read data from the text file and generate the output. This program evaluate the gred for student mark.
https://www.eeworm.com/dl/534/479862.html
下载: 123
查看: 1053

编译器/解释器 Array function. Read data from the text file and generate the output. This program evaluate the gred

Array function. Read data from the text file and generate the output. This program evaluate the gred for student mark.
https://www.eeworm.com/dl/628/479866.html
下载: 131
查看: 1069

数据库系统 程序名称:学生管理信息管理系统 可以增加

程序名称:学生管理信息管理系统 可以增加,删除,查找学生的资料。或者以格式化形式输出在print.txt这个文件中。学生资料以二进制储存在datadase.dat中。 程序分为三个文件:student.h ,student.cpp, database.cpp 类Student.可以设置名字(包括firstName和lastName)还有id,岁数(age),score(评价).每个data member都有分别 ...
https://www.eeworm.com/dl/523/484034.html
下载: 46
查看: 1080

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

Java的面向对象编程 掌握类的定义以及继承机制,熟悉方法的多态性。1、 成下面父类及子类的声明:(1)声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩和总成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法、compare方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方 ...
https://www.eeworm.com/dl/633/488816.html
下载: 68
查看: 1055

通讯编程文档 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
https://www.eeworm.com/dl/646/489411.html
下载: 28
查看: 1059

其他书籍 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 ...
https://www.eeworm.com/dl/542/489748.html
下载: 34
查看: 1090

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 ...
https://www.eeworm.com/dl/508136.html
下载: 1
查看: 24

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) ...
https://www.eeworm.com/dl/510573.html
下载: 1
查看: 29

源码 简单的计算器

#include "student.h"
https://www.eeworm.com/dl/513827.html
下载: 2
查看: 59