- 72.50 KB
- 26页
- 1、本文档共5页,可阅读全部内容。
- 2、本文档内容版权归属内容提供方,所产生的收益全部归内容提供方所有。如果您对本文有版权争议,可选择认领,认领后既往收益都归您。
- 3、本文档由用户上传,本站不保证质量和数量令人满意,可能有诸多瑕疵,付费之前,请仔细先通过免费阅读内容等途径辨别内容交易风险。如存在严重挂羊头卖狗肉之情形,可联系本站下载客服投诉处理。
- 文档侵权举报电话:19940600175。
.-#include#include#include#includeconstintTMAX=50;usingnamespacestd;classPerson{public:intnum;//编号stringname;//XXstringsex;//性别intage;//年龄doublewater;//用水量doublepower;//用电量public:Person(intn=0,stringnm="",strings="",inta=0,doublew=0.0,doublep=0.0)//初始化{num=n;name=nm;sex=s;age=a;water=w;power=p;};virtualvoidInput(){};virtualvoidOutput(){};intGetNum(){returnnum;}//获取编号stringGetName(){returnname;}//获取XXdoubleGetWater(){returnwater;}//获取用水量doubleGetPower(){returnpower;}//获取用电量};classTeacher:virtualpublicPerson//教师{-.word.zl
.-public:stringdepart;//工作部门doublewatermoney;//教师水费doublepowermoney;//教师电费intchoice1;intchoice2;public:Teacher(intn=0,stringnm="",strings="男",inta=0,stringd="普通教师",doublew=0.0,doublep=0.0,doublewm=0.0,doublepm=0.0):Person(n,nm,s,a,w,p),depart(d)//构造函数{watermoney=wm;powermoney=pm;};voidInput(){cout<<"请输入编号:"<>num;cout<<"请输入XX:"<>name;cout<<"请选择性别:";cout<<"(1.男2.女)"<>choice2;switch(choice2){case1:sex="男";break;case2:sex="女";break;default:cout<<"输入错误。"<>age;cout<<"请选择工作部门:"<>choice1;-.word.zl
.-switch(choice1){case1:depart="普通教师";break;case2:depart="教务处";break;case3:depart="财政处";break;case4:depart="创业办公室";break;default:cout<<"输入错误。"<>water;cout<<"请输入本月的用电量"<>power;watermoney=0.5*water;powermoney=0.5*power;}voidOutput(){cout<<""<>num;cout<<"请输入XX:"<>name;cout<<"请选择性别:";cout<<"(1.男2.女)"<>choice2;switch(choice2){case1:sex="男";break;case2:sex="女";break;default:cout<<"输入错误。"<>age;cout<<"请选择所在班级:"<>choice1;switch(choice1){case1:bj="计科1班";break;case2:bj="计科2班";break;case3:bj="计科3班";break;case4:bj="计科4班";break;-.word.zl
.-default:cout<<"输入错误。"<>water;cout<<"请输入本月的用电量"<>power;watermoney=0.5*(water-10);powermoney=0.5*(power-10);}voidOutput(){cout<<""<=TMAX){cout<<"用户已满"<>choice;switch(choice){case1:{cout<<"请输入要查找的XX"<>name;cout<<""<<"学号"<<""<<"XX"<<""<<"性别"<<""<<"年龄"<<""<<"班级"<>water;cout<<""<<"学号"<<""<<"XX"<<""<<"性别"<<""<<"年龄"<<""<<"班级"<>power;cout<<""<<"学号"<<""<<"XX"<<""<<"性别"<<""<<"年龄"-.word.zl
.-<<""<<"班级"<>num;for(inti=0;i>choice;switch(choice){case1:{cout<<"请输入编号:";intnum;cin>>num;for(inti=0;i>choice;switch(choice){case1:{for(intj=i;j>name;for(inti=0;i>choice;switch(choice){case1:{for(intj=i;j>choice;switch(choice){case1:{doublezwater=0.0,zpower=0.0;for(inti=0;i>Stu[i].num>>Stu[i].name>>Stu[i].sex>>Stu[i].age>>Stu[i].bj>>Stu[i].water>>Stu[i].power>>Stu[i].watermoney>>Stu[i].powermoney){i++;top++;}cout<<"翻开成功!"<=TMAX){cout<<"用户已满"<>choice;switch(choice){case1:{cout<<"请输入要查找的XX"<>name;cout<<""<<"编号"<<""<<"XX"<<""<<"性别"<<""<<"年龄"<<""<<"部门"<>water;cout<<""<<"编号"<<""<<"XX"<<""<<"性别"<<""<<"年龄"<<""<<"部门"<>power;cout<<""<<"编号"<<""<<"XX"<<""<<"性别"<<""<<"年龄"<<""<<"部门"<>num;for(inti=0;i>choice;switch(choice){case1:{cout<<"请输入编号:";intnum;cin>>num;for(inti=0;i>choice;switch(choice){case1:{for(intj=i;j>name;for(inti=0;i>choice;switch(choice){case1:{for(intj=i;j>choice;switch(choice){case1:{doublezwater=0.0,zpower=0.0;for(inti=0;i>Tea[i].num>>Tea[i].name>>Tea[i].sex>>Tea[i].age>>Tea[i].depart>>Tea[i].water>>Tea[i].power>>Tea[i].watermoney>>Tea[i].powermoney){i++;top++;}cout<<"翻开成功!"<教师水电费管理 2=>学生水电费管理 0=>退出系统"<>choice;switch(choice){case1:TeaMenu();break;case2:StuMenu();break;case0:cout<<"
您已平安退出系统."<>choice;switch(choice){case1:t.Add();break;case2:t.Search();break;case3:t.Edit();break;case4:t.Delete();break;case5:t.Show();break;-.word.zl
.-case6:t.Save();break;case7:t.Read();break;case8:t.Total();break;case0:cout<<"退出成功!"<>choice;switch(choice){case1:s.Add();break;case2:s.Search();break;case3:s.Edit();break;case4:s.Delete();break;case5:s.Show();break;case6:s.Save();break;case7:s.Read();break;case8:s.Total();break;case0:cout<<"退出成功!"<