(比較簡單,建議非計算機專業參考)
@月亮警察 哈哈
#include#includevoid xiugai(); /*修改*/
void xianshi(); /*顯示*/
void luru(); /*錄入*/
void shanchu(); /*刪除*/
void gongneng(); /*功能選擇*/
void read_txt(); /*讀入資料*/
void chaxun(); /*查詢*/
int number = 0;//計數
/******************學生結構體*****************/
typedef struct student
typel;
typel stu[10];
/********************主函式*****************/
int main()
switch(a)
}return 0;
}/***************************從檔案讀入資料****************************/
void read_txt()
}return;
}/***************************錄入-【增加功能】****************************/
void luru()
else
else if(k == number-1) //說明已經遍歷所有資料,未重複}}
}printf("恭喜,錄入學生成績成功!\n");
xianshi();
}/******************成績的刪除*****************/
void shanchu()
if(i == number) /*檢索結束未找到資訊*/
}for(int j=i; j <= number; j++)
number--;//資料組總數減一
xianshi();
printf("刪除成功!\n");
return;
}/******************顯示成績*****************/
void xianshi()
}/******************成績查詢*****************/
void chaxun()
if(p == number)
}printf(">>查詢成功!\n");
printf("%10s %16s %12s\n", "學號", "姓名", "成績");
printf("%10d %20s %10d\n", stu[p].id, stu[p].name, stu[p].score);
return;
}/*******************成績修改******************/
void xiugai()
if(q == number)
}printf("請輸入學號:");
scanf("%d",&stu[q].id);
printf("請輸入姓名:");
scanf("%s",&stu[q].name);
printf("請輸入成績:");
scanf("%d",&stu[q].score);
xianshi();
printf("修改成功!\n");
}
課程設計 學生資訊管理系統
煙台大學計算機與控制工程學院 檔名稱 lulu.cpp 完成日期 2015年12月31日 版本號 v1.o 問題描述 學生資訊管理系統 include include include include include xinxi.h using namespace std int main head1...
課程設計 學生資訊管理系統設計
煙台大學計算機與控制工程學院 題目 學生資訊管理系統設計 ifndef head h included define head h included using namespace std typedef struct student elemtype class list 定義結構體,第乙個結構體...
c程式課程設計(學生資訊管理系統)
最近學校在c語言程式設計,選了個學生管理系統,花乙個小時寫了一寫,有的地方寫的不好見諒哈 include include include typedef struct studentstudent student add student root,student tem file f fopen d...