Welcome![Sign In][Sign Up]
Location:
Search - CPerson

Search list

[ConsoleCPerson

Description: 这是一个基于控制台的Win32应用程序,可以显示学生基本信息.-This is a Win32 - based console application that shows students basic information.
Platform: | Size: 10435 | Author: duanyubo | Hits:

[Windows DevelopRational-roseedusystem

Description: Rational rose教务系统: -教务.mdl -教务系统.wsp -Rose生成代码.rar: ----educational.h ----educational.cpp ----edu.opt ----edu.ncb ----edu.dsw ----edu.dsp ----CTSec.h ----CTSec.cpp ----CTeacher.h ----CTeacher.cpp ----CStudent.h ----CStudent.cpp ----CRecruit.h ----CRecruit.cpp ----CPerson.h ----CPerson.cpp ----Restore.1 ----Debug-Rational rose academic system : - the Senate. mdl-academic system. wsp-Rose generated code. rar : ---- educational. h-educational. cpp ---- edu.opt - edu. ncb - edu. dsw - edu. dsp ---- CTSec. h-CTSec. cpp - CTeacher. h -- -- CTeacher. cpp - CStudent. h-CStudent . cpp - CRecruit. h-CRecruit. cpp-CP erson.h ---- CPerson. cpp .1 ---- ---- Restore D ebug
Platform: | Size: 29531 | Author: Aimee | Hits:

[ConsoleCPerson

Description: 这是一个基于控制台的Win32应用程序,可以显示学生基本信息.-This is a Win32- based console application that shows students basic information.
Platform: | Size: 204800 | Author: duanyubo | Hits:

[Windows DevelopRational-roseedusystem

Description: Rational rose教务系统: -教务.mdl -教务系统.wsp -Rose生成代码.rar: ----educational.h ----educational.cpp ----edu.opt ----edu.ncb ----edu.dsw ----edu.dsp ----CTSec.h ----CTSec.cpp ----CTeacher.h ----CTeacher.cpp ----CStudent.h ----CStudent.cpp ----CRecruit.h ----CRecruit.cpp ----CPerson.h ----CPerson.cpp ----Restore.1 ----Debug-Rational rose academic system :- the Senate. mdl-academic system. wsp-Rose generated code. rar :---- educational. h-educational. cpp---- edu.opt- edu. ncb- edu. dsw- edu. dsp---- CTSec. h-CTSec. cpp- CTeacher. h---- CTeacher. cpp- CStudent. h-CStudent . cpp- CRecruit. h-CRecruit. cpp-CP erson.h---- CPerson. cpp .1-------- Restore D ebug
Platform: | Size: 29696 | Author: Aimee | Hits:

[Otheremployee

Description: 利用类CPerson派生出类CEmployee(雇员),派生类CEmployee增加了两个新的数据成员,分别是部门,薪水-CPerson derived class using class CEmployee (employees), derived class CEmployee added two new data members, namely, department, salary ... ...
Platform: | Size: 229376 | Author: 李飞跃 | Hits:

[Education soft systemstuDB

Description: 一个学生管理系统的数据库封装,实现数据处理与界面分离,包括数据库操作类、CPerson CStudent CTeaher CAdmin类,后三者使用第一个进行操作的封装-A student management system database package for data processing and interface separation, including database operations class, CPerson CStudent CTeaher CAdmin class, the latter three operate using the first package
Platform: | Size: 755712 | Author: 王腾超 | Hits:

[CSharpCPerson

Description: 定义一个人员类CPerson,包括数据成员:姓名、编号、性别和用于输入输出的成员函数-define a class of a person including many members
Platform: | Size: 1024 | Author: 叶子 | Hits:

[Windows DevelopEx_Class

Description: 在CPerson基础上派生出学术类CStudent(增加成绩)和教师类CTeacher(增加教龄),并实现对学生和教师信息的输入输出。-In CPerson derived on the basis of academic CStudent (increased performance) and teacher class CTeacher (increasing seniority), and information for students and teachers to achieve input and output.
Platform: | Size: 1024 | Author: pinkymumu | Hits:

[Education soft systemclass

Description: 1. 编写程序,定义一个人员类CPerson,包括数据成员:姓名、编号、性别和用于输入、输出的成员函数。在此基础上派生出学生类Cstudent(增加成绩)和教师类Cteacher(增加教龄),并实现对学生和教师信息的输入、输出。 2. 编写程序,设计一个汽车类vehicle,包含的数据成员有车轮个数wheels和车重weigh,带参数的构造函数、拷贝构造函数、数据成员设置函数Set()、数据成员显示函数show()。 小车类car是vehicle的派生类其中包含载人数passenger_load。 卡车类truck是vehicle的派生类其中包含载人数passenger_load和载重量payload。 每个类都有相关数据的输出方法。 -A. Write a program, define a personnel class to CPerson, including the data members: name, number, gender, and member functions for input and output. Derived on this basis the students the class Cstudent (increase results) and teachers class Cteacher (increasing seniority), and students and teachers, information input and output. Two. Write programs, design a car class vehicle, including the data members of wheel re-weigh the number of wheels and car, with the parameters of the constructor, copy constructor, data member set function Set (), data members of the display function show (). The car class car is a vehicle derived class which contains manned number passenger_load program. The truck of the truck class derived class of vehicle which contains the manned the number passenger_load and the load of the payload. Each class has a data output method.
Platform: | Size: 46080 | Author: guosiqi | Hits:

[VC/MFCex12

Description: 编写一个程序实现那一个班级学生的学期成绩管理。个人信息类CPerson的数据成员有:姓名,年龄,性别;课程类CCourse的数据成员有:课程名,学分,成绩;学生类CStudent从CPerson类派生,并增加数据成员:学号,CCourse对象数据成员数组(大小为8),总成绩,总学分和平均成绩;班级类CClass类的数据成员有:CStudent类对象成员数组(大小由构造函数确定),班号,班级人数等。-Write a program that a class of students semester performance management. Personal information category of CPerson the data members: name, age, gender curriculum classes CCourse data members: course name, credits, grades the student class CStudent derived from CPerson class and increase data members: school, CCourse object data members array (size = 8), total score, total credits and grade point average the Class class CClass class data members: a member of the CStudent class object array (size determined by the constructor), class number, class size, and so on.
Platform: | Size: 1024 | Author: 李叶 | Hits:

[VC/MFCex09

Description: 定义一个人员类CPerson,包括数据成员:姓名,编号,性别和用于输入/输出的成员函数。在此基础上派生出学生类CStudent(增加成绩)和教师类CTeacher(增加教龄),并实现对学生和教师信息的输入/输出-Definition of a personnel class CPerson, including members of the data members: name, number, gender, and is used to input/output function. Derived on this basis the student class CStudent (increase scores) and the teachers class CTeacher (increase seniority), and input/output information on students and teachers
Platform: | Size: 1024 | Author: 李叶 | Hits:

[Console5_1

Description: 一个名为CPerson的类有以下4个private属性:姓名、性别、年龄和身高。请用C++语言定义这个类,并在保护派生类CStudent中增加 3个public 属性:学号、数学成绩、英语成绩,并为上述属性分别定义设置和显示的相应的方法,要求能分别在屏幕上设置和输出这些属性,增加成员函数成绩的录入和求平均,并能完成排序,键盘录入5个学生的信息,完成按照数学成绩的排序。-A class called CPerson following four private properties: name, gender, age and height. Please use the C++ language definition of this class, and in the protection of the derived class CStudent added three public properties: appropriate methodology numbers, math, English scores, and define the settings and display the above properties, respectively, require energy on the screen, respectively settings and output of these properties, increasing member function entry and averaging the results, and to complete the order, keyboard input 5 student information, sorted by completion of math achievement.
Platform: | Size: 259072 | Author: 陈蜕 | Hits:

CodeBus www.codebus.net