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

studeNT

  • 在Visual C++中使用MSFlexGrid控件的几点改进

    在Visual C++中使用MSFlexGrid控件的几点改进,首先要配置ODBC数据源,添加一个ACCESS数据源命为studeNT Registration, 将数据库指向源程序目录下的studeNT.mdb。

    标签: MSFlexGrid Visual 控件

    上传时间: 2017-08-13

    上传用户:lindor

  • 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.

    标签: the function evaluate generate

    上传时间: 2017-08-19

    上传用户:CHINA526

  • 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.

    标签: the function evaluate generate

    上传时间: 2017-08-19

    上传用户:pompey

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

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

    标签: 程序 管理信息 管理系统

    上传时间: 2014-01-27

    上传用户:上善若水

  • 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

  • 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

  • 简单的计算器

    #include "studeNT.h"

    标签: 计算器

    上传时间: 2016-12-29

    上传用户:767483511