-
大小: 29.66MB文件類(lèi)型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-07-09
- 語(yǔ)言: C/C++
- 標(biāo)簽: C++大作業(yè)??
資源簡(jiǎn)介
C++大作業(yè)學(xué)生信息管理系統(tǒng)C++大作業(yè)學(xué)生信息管理系統(tǒng)C++大作業(yè)學(xué)生信息管理系統(tǒng)C++大作業(yè)學(xué)生信息管理系統(tǒng)C++大作業(yè)學(xué)生信息管理系統(tǒng)C++大作業(yè)學(xué)生信息管理系統(tǒng)
代碼片段和文件信息
#include?“BasicInformation.h“
BasicInformation::BasicInformation(string?name?string?gender?int?age?
string?ID?string?birthday?
string?birthplace?
string?address?string?phoneNumber)
{
setName(name);
setGender(gender);
setAge(age);
setID(ID);
setBirthday(birthday);
setBirthplace(birthplace);
setAdress(address);
setPhoneNumber(phoneNumber);
}
BasicInformation::BasicInformation()
{
setName(“x“);
setGender(“x“);
setAge(0);
setID(“x“);
setBirthday(“x“);
setBirthplace(“x“);
setAdress(“x“);
setPhoneNumber(“x“);
}
string?BasicInformation::getName()
{
return?name;
}
string?BasicInformation::getGender()
{
return?gender;
}
int?BasicInformation::getAge()
{
return?age;
}
string?BasicInformation::getID()
{
return?ID;
}
string?BasicInformation::getBirthday()
{
return?birthday;
}
string?BasicInformation::getBirthplace()
{
return?birthplace;
}
string?BasicInformation::getAddress()
{
return?address;
}
string?BasicInformation::getPhoneNumber()
{
return?phoneNumber;
}
void?BasicInformation::setName(string?name)
{
this->name?=?name;
}
void?BasicInformation::setGender(string?gender)
{
this->gender?=?gender;
}
void?BasicInformation::setAge(int?age)
{
this->age?=?age;
}
void?BasicInformation::setID(string?ID)
{
this->ID?=?ID;
}
void?BasicInformation::setBirthday(string?birthday)
{
this->birthday?=?birthday;
}
void?BasicInformation::setBirthplace(string?birthplace)
{
this->birthplace?=?birthplace;
}
void?BasicInformation::setAdress(string?address)
{
this->address?=?address;
}
void?BasicInformation::setPhoneNumber(string?phoneNumber)
{
this->phoneNumber?=?phoneNumber;
}
BasicInformation::~BasicInformation()
{
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????51880??2017-09-04?20:23??實(shí)訓(xùn)報(bào)告文檔\項(xiàng)目設(shè)計(jì)說(shuō)明書(shū).docx
?????文件???????17682??2017-09-04?20:23??實(shí)訓(xùn)報(bào)告文檔\使用說(shuō)明書(shū).docx
?????文件??????142659??2017-09-04?20:23??實(shí)訓(xùn)報(bào)告文檔\安裝說(shuō)明書(shū).docx
?????目錄???????????0??2017-09-04?20:47??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\x64\Debug\Informat.6DC2D1A7.tlog\
?????目錄???????????0??2017-09-04?20:47??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\x64\Debug\
?????目錄???????????0??2017-09-04?20:47??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\x64\
?????文件????????1279??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Time
?????文件????????5394??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Time
?????文件????????2913??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\StudentInformation.h
?????文件????????7487??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\StudentInformation.cpp
?????文件?????????861??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Student.h
?????文件???????27967??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Student.cpp
?????文件?????????459??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Schedule.h
?????文件?????????326??2017-09-04?20:24??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Schedule.cpp
?????文件??????692224??2017-09-04?20:25??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\vc141.pdb
?????文件?????1212909??2017-09-04?20:26??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Time
?????文件?????1225569??2017-09-04?20:27??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\StudentInformation.obj
?????文件?????1419328??2017-09-04?20:27??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Student.obj
?????文件??????799168??2017-09-04?20:27??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Schedule.obj
?????文件?????1888408??2017-09-04?20:28??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Manage.obj
?????文件??????968346??2017-09-04?20:27??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Main.obj
?????文件?????????433??2017-09-04?20:27??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\InformationManagementSystem.log
?????文件???????????0??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\unsuccessfulbuild
?????文件????????2208??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\li
?????文件???????????2??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\li
?????文件????????3536??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\li
?????文件???????13466??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\InformationManagementSystem.write.1u.tlog
?????文件?????????240??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\InformationManagementSystem.lastbuildstate
?????文件???????10794??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\CL.write.1.tlog
?????文件???????????2??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\CL.read.1.tlog
?????文件????????7802??2017-09-04?20:30??實(shí)訓(xùn)報(bào)告文檔\InformationSystemManagement\源代碼文件\Release\Informat.6DC2D1A7.tlog\CL.command.1.tlog
............此處省略90個(gè)文件信息
評(píng)論
共有 條評(píng)論