學生成績基礎(chǔ)管理系統(tǒng)源代碼_第1頁
學生成績基礎(chǔ)管理系統(tǒng)源代碼_第2頁
學生成績基礎(chǔ)管理系統(tǒng)源代碼_第3頁
學生成績基礎(chǔ)管理系統(tǒng)源代碼_第4頁
學生成績基礎(chǔ)管理系統(tǒng)源代碼_第5頁
全文預覽已結(jié)束

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、#include #include #include #include struct student 構(gòu)造體定義int num;char name10;char birthday10;int Cyuyan;int shujujiegou;struct student *next;struct student *creat_by_input();struct student *get_last_student(struct student *head);struct student *Print_menu_main()主菜單printf(“*n);printf(| 1輸入學生信息|n);prin

2、tf(| 2輸出學 生信息| n);printf(| 3.查找學生信息n);printf(| 4.修改學生信息n);printf(| 5.插入學生信息n);printf(| 6.刪除學生信息n);printf(| 7.排序?qū)W生信息n);printf(|0.退出系統(tǒng)n);printf(|_ _ _ _n);struct student *print_table_head()printf(+n);printf(|學號|姓名|出生日期| c成績|數(shù)據(jù)構(gòu)導致績 |n);printf(+n);struct student *print_table_row(struct student *p)printf

3、(l%10dl%10sl%10sl%10dl%10dln”,p-num,p-name,p-birthday,p-Cyuy an,p-shujujiegou);void print_table_bottom()printf(+n);struct student * Creat_stu_record() /建立鏈表struct student *plaststu=NULL,*pnewstu;char continue_input=N;struct student *head=NULL;while(1)if(head=NULL)head=creat_by_input();print_table_he

4、ad();print_table_row(head);print_table_bottom();elsepnewstu=creat_by_input();print_table_head();print_table_row(pnewstu);print_table_bottom();plaststu=get_last_student(head);plaststu-next=pnewstu;printf(與否繼續(xù)輸入學生信息?(Y繼續(xù),N返回菜單)n);getchar();continue_input=getchar();if(continue_input=n|continue_input=N)

5、system(cls);Print_menu_main();break;return head;struct student *creat_by_input()struct student *pnewstu=(struct student *)malloc(sizeof(struct student);printf(請輸入學生信息n);printf(學號:);scanf(%d”,&pnewstu-num);printf(姓名:);scanf(%s,pnewstu-name);printf(出生年月:”);scanf(%s”,pnewstu-birthday);printf(-請輸入學生成績n);printf(C 語言:);scanf(%d,&(pnewstu-Cyuyan);printf(數(shù)據(jù)構(gòu)造:);scanf(%d,&(pnewstu-shujujiegou);pnewstu-next=NULL;return pnewstu;struct student *get_last_student(struct student *p )if(p-next=NULL)return p;elsereturn get_last_student(p-next);void Print_Stu_Doc(struct student *head)struct s

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論