365文库
登录
注册
2

北华航天工业学院c++课设代码

84阅读 | 3收藏 | 12页 | 打印 | 举报 | 认领 | 下载提示 | 分享:
2
北华航天工业学院c++课设代码第1页
北华航天工业学院c++课设代码第2页
北华航天工业学院c++课设代码第3页
北华航天工业学院c++课设代码第4页
北华航天工业学院c++课设代码第5页
北华航天工业学院c++课设代码第6页
北华航天工业学院c++课设代码第7页
北华航天工业学院c++课设代码第8页
北华航天工业学院c++课设代码第9页
北华航天工业学院c++课设代码第10页
北华航天工业学院c++课设代码第11页
北华航天工业学院c++课设代码第12页
福利来袭,限时免费在线编辑
转Pdf
right
1/12
right
下载我编辑的
下载原始文档
收藏 收藏
搜索
下载二维码
App功能展示
海量免费资源 海量免费资源
文档在线修改 文档在线修改
图片转文字 图片转文字
限时免广告 限时免广告
多端同步存储 多端同步存储
格式轻松转换 格式轻松转换
用户头像
长情 上传于:2024-06-29
#include using namespace std; #include #include class Student { protected: int num; string name; char sex; int Class; float English_score; float math_score; float program_score; public: friend class Student_manage; void input() { cout<<"请输入学生的学号,姓名,性别,班级,英语,数学和程序成绩:"<>num>>name>>sex>>Class>>English_score>>math_score>>program_score; } void show() { cout<<"学生的学号:"<=4000) { cout<<"已经超出系统的最大管理不能再添加:"<>j; break; } } if(i>=temp) { cout<<"你已添加成:"<>j; } } } } void Student_manage::Delete() { Student *pt=student; int th=0; int j; while(th==0) { if(temp==0) { cout<<"该系统中没有存储记录,不能执行该操作!"<>Class2>>name2>>num2; for(int i=0;i>ty; if(ty==0) { for(j=0;j=temp) { cout<<"经查无该学生!"<>th; } } } void Student_manage::Search() { Student *ph=student; int ch=0; while(ch==0) { if(temp==0) { cout<<"该管理系统中存储为空,无法进行查询!"<>tr; if(tr==1) { cout<<"请输入你要查询学生的班级和学号:"<>Class1>>num1; cout<<"正在查询请稍后……"<>Class2>>name1; cout<<"正在查询请稍后……"<>ch; } } void Student_manage::Show() { if(temp==0) { cout<<"该系统存储为空无法显示!"<>k; if(k==1) { for(int i=0;i>ban; for(int i=0;i>f; } } } void Student_manage::Edit() { Student *pr=student; int k=0; while(k==0) { if(temp==0) { cout<<"该系统没有存储记录,无法进行该操作!"<>Class3>>name3>>num3; for(int i=0;i>dr; if(dr==0) { pr[i].input(); for(int j=0;j=temp) { cout<<"修改成功!"<=temp) { cout<<"查无此人!"<>k; } } void Student_manage::total() { if(temp==0) { cout<<"该系统没有存储记录,无法进行该操作!"<>th; if(th==1) { cout<<"请输入你要统计的班级的班号:"<>Class4; int a=0; for(int i=0;i>yk; float d=0,b=0,c=0; for
tj