下載本文檔
版權(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. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 人工智能總經(jīng)理助理合同
- 簽約合同違約處理
- 家政公司保潔員錄用合同模板
- 房屋建筑施工合同代理
- 常州服裝批發(fā)市場租賃合同
- 油罐結(jié)構(gòu)加固協(xié)議
- 礦物加工工人合同
- 長沙市二手房贈送床合同
- 學校合同違約處理流程
- 餐飲服務合同管理準則
- 安寧護理個案
- (2024年)計算機安全培訓
- 城市地理學智慧樹知到期末考試答案2024年
- 部隊安全預防教案
- 20220226【案例分享】鋁加工行業(yè)SAP解決方案
- JB T 3929-2008通用懸掛輸送機
- 員工更替計劃
- 初三期末考試動員班會 (2)課件
- 抖音小店數(shù)據(jù)分析怎么做
- PFMEA制作指南課件
- 提高患者滿意度的導醫(yī)接待工作方法
評論
0/150
提交評論