c語言課程設(shè)計(jì)學(xué)生檔案管理系統(tǒng)_第1頁
c語言課程設(shè)計(jì)學(xué)生檔案管理系統(tǒng)_第2頁
c語言課程設(shè)計(jì)學(xué)生檔案管理系統(tǒng)_第3頁
c語言課程設(shè)計(jì)學(xué)生檔案管理系統(tǒng)_第4頁
c語言課程設(shè)計(jì)學(xué)生檔案管理系統(tǒng)_第5頁
已閱讀5頁,還剩5頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

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

文檔簡介

程序設(shè)計(jì)基礎(chǔ)課程設(shè)計(jì)實(shí)驗(yàn)報告書目錄1.設(shè)計(jì)題目2正文2.1系統(tǒng)簡介2.2選題背景2.3設(shè)計(jì)內(nèi)容2.4設(shè)計(jì)思路2.5算法(條列式或流稈圖)2.6稈序清單與運(yùn)行結(jié)果2.7總結(jié)設(shè)計(jì)題目學(xué)生信息管理系統(tǒng)設(shè)計(jì)正文系統(tǒng)簡介學(xué)生信息包括:學(xué)號,姓名,年齡,性別,出生年月,地址,電話,E-mail等。試設(shè)計(jì)學(xué)生信息管理系統(tǒng),使之能提供以下功能:1、系統(tǒng)以菜單方式工作2、學(xué)生信息錄入功能(學(xué)生信息用文件保存)--輸入3、學(xué)生信息瀏覽功能--輸出4、學(xué)生信息查詢功能--按學(xué)號查詢、按姓名查詢、5、學(xué)生信息的刪除與修改(可選項(xiàng))要求:使用文件方式存儲數(shù)據(jù)。選題背景經(jīng)典計(jì)算機(jī)問題,設(shè)計(jì)學(xué)生信息管理系統(tǒng),可以進(jìn)行多項(xiàng)系統(tǒng)信息管理功能。

2.3設(shè)計(jì)內(nèi)容設(shè)計(jì)學(xué)生信息管理的各個功能。系統(tǒng)以菜單方式工作。學(xué)生信息錄入功能(學(xué)生信息用文件保存)--輸入。學(xué)生信息瀏覽功能--輸出。學(xué)生信息查詢功能--按學(xué)號查詢、按姓名查詢。學(xué)生信息的刪除與修改(可選項(xiàng))2.4設(shè)計(jì)思路將程序的各個功能分開獨(dú)立的執(zhí)行,問題有大而小,細(xì)化。2.5算法(條列式或流程圖)主程序模塊:輸入準(zhǔn)備V運(yùn)彳判不同功能:按退!格鍵創(chuàng)建文件模塊獨(dú)立函結(jié)口束得文件名生數(shù)創(chuàng)建文件輸入一個學(xué)生信息并存放到文件足:嚴(yán)NO刪除信息模塊主程序輸入一個學(xué)生信息并存放到文件足:嚴(yán)NO刪除信息模塊主程序函數(shù)):按讀入要刪除開姓于存放文件的文件夾建100個結(jié)構(gòu)體,并將文件中的信息E存放到結(jié)構(gòu)體相按讀入要刪除開姓于存放文件的文件夾建100個結(jié)構(gòu)體,并將文件中的信息E存放到結(jié)構(gòu)體相通過鏈表把要向下一個結(jié)構(gòu)信息在結(jié)構(gòu)數(shù)開文構(gòu)體結(jié)構(gòu)體全部寫入除的姓名是否顯示瀏覽文件―——返回主程序輸入存放信息的文件夾的文件名,并打開文件

夾-_創(chuàng)建一百個結(jié)構(gòu)體數(shù)組將一個結(jié)構(gòu)體_大小從文件中讀取到內(nèi)存,并顯示不相同從文件中讀入一個結(jié)構(gòu)體大小,并顯示到內(nèi)存查找學(xué)生信息模塊查找學(xué)生信息模塊返獨(dú)文立函數(shù)否#include<stdlib.h>#include<string.h>#include<io.h>structbirth{intyear,month,day;};structstudent{intnumber,age,tel[10];charname[10],sex,address[20],E_mail[20];structbirthbirthday;structstudent*link;};voidshow(){printf("請輸入數(shù)字加回車鍵進(jìn)行選擇:\n");printf("1、學(xué)生信息錄入功能(學(xué)生信息用文件保存)輸入\n");printf("2、學(xué)生信息瀏覽功能輸出\n");printf("3、學(xué)生信息查詢功能--按學(xué)號查詢、按姓名查詢\n");printf("4、學(xué)生信息的刪除與修改(可選項(xiàng))\n");printf("按其他任意鍵加回車退出程序\n");}\*創(chuàng)建文件夾并存入信息模塊:*\voidcredit(intn){FILE*fp;charfpname[20];structstudent*head,*next,*end;inti;printf("請輸入用于存放文件的文件路勁及文件名:“);scanf("%s",fpname);getchar();fp=fopen(fpname,"w+");head=(structstudent*)malloc(sizeof(structstudent));printf(〃請輸入學(xué)生學(xué)號姓名性別出生年月日地址電話e_mail:〃);scanf("%d%s%c%d%d%d%s%s%s",&head->number,head->name,&head->sex,&(*head).birthday.year,&(*head).birthday.month,&(*head).birthday.day,head->address,head->tel,head->E_mail);getchar();fprintf(fp,"%d%s%c%d%d%d%s%s%s",head->number,head->name,head->sex,(*head).birthday.year,(*head).birthday.month,(*head).birthday.day,head->address,head->tel,head->E_mail);end=head;for(i=1;i<n;i++){next=(structstudent*)malloc(sizeof(structstudent));printf(〃請輸入學(xué)生學(xué)號姓名性別出生年月日地址電話e_mail:〃);scanf("%d%s%c%d%d%d%s%s%s",&next->number,next->name,&next->sex,&(*next).birthday.year,&(*next).birthday.month,&(*next).birthday.day,next->address,next->tel,next->E_mail);getchar();fprintf(fp,"%d%s%c%d%d%d%s%s%s",next->number,next->name,next->sex,(*next).birthday.year,(*next).birthday.month,(*next).birthday.day,next->address,next->tel,next->E_mail);end->link=next;end=next;end->link=NULL;}fclose(fp);}\*瀏覽信息模塊:*\voidshow2(intn){FILE*fp;inti;charfpname[20];structstudent*head;head=(structstudent*)malloc(sizeof(structstudent));printf("請輸入存放信息的文件路徑以及文件名:“);gets(fpname);fp=fopen(fpname,"r+");for(i=0;i<n;i++){fscanf(fp,"%d%s%c%d%d%d%s%s%s",&head->number,head->name,&head->sex,&(*head).birthday.year,&(*head).birthday.month,&(*head).birthday.day,head->address,head->tel,head->E_mail);printf("%d%s%d%d%d%d%s%s%s",&head->number,head->name,head->sex,(*head).birthday.year,(*head).birthday.month,(*head).birthday.day,head->address,head->tel,head->E_mail);}fclose(fp);}\*按學(xué)號查找學(xué)生信息模塊:*\intsearch1(intn)inti,checkname;FILE*fp;charfpname[20];structstudent*head;head=(structstudent*)malloc(sizeof(structstudent));printf("請輸入存放信息的文件路徑以及文件名:“);gets(fpname);fp=fopen(fpname,"r+");printf("請輸入要查詢信息的學(xué)生學(xué)號:");scanf("%d",&checkname);getchar();for(i=0;i<n;i++){fscanf(fp,"%d%s%c%d%d%d%s%s%s",&head->number,head->name,&head->sex,&(*head).birthday.year,&(*head).birthday.month,&(*head).birthday.day,head->address,head->tel,head->E_mail);if(checkname==head->number){printf("%d%s%c%d%d%d%s%s%s\n",head->number,head->name,head->sex,(*head).birthday.year,(*head).birthday.month,(*head).birthday.day,head->address,head->tel,head->E_mail);fclose(fp);return(1);}}printf("未找到");}\*按姓名查找學(xué)生信息模塊:*\voidsearch2(intn){inti;FILE*fp;charfpname[20],checkname[10];structstudent*head;head=(structstudent*)malloc(sizeof(structstudent));printf("請輸入存放信息的文件路徑以及文件名:“);gets(fpname);fp=fopen(fpname,"r+");printf("請輸入要查詢信息的學(xué)生姓名:");scanf("%s",checkname);getchar();for(i=0;i<n;i++){fscanf(fp,"%d%s%c%d%d%d%s%s%s",&head->number,head->name,&head->sex,&(*head).birthday.year,&(*head).birthday.month,&(*head).birthday.day,head->address,head->tel,head->E_mail);if(strcmp(checkname,head->name)==0){printf("%d%s%c%d%d%d%s%s%s",head->number,head->name,head->sex,(*head).birthday.year,(*head).birthday.month,(*head).birthday.day,head->address,head->tel,head->E_mail);fclose(fp);return(1);}}printf("未找到\n");}\*刪除或修改文件信息模塊:*\intmost(n){FILE*fp;charget;charfpname[20];structstudent*ans[500];inti;charcheckname[10];printf("請輸入存放信息的文件路徑以及文件名:“);gets(fpname);fp=fopen(fpname,"r+");ans[0]=(structstudent*)malloc(sizeof(structstudent));fscanf(fp,"%d%s%c%d%d%d%s%s%s",&ans[0]->number,ans[0]->name,&ans[0]->sex,&(*ans[0]).birthday.year,&(*ans[0]).birthday.month,&(*ans[0]).birthday.day,ans[0]->address,ans[0]->tel,ans[0]->E_mail);for(i=1;i<n;i++){ans[i]=(structstudent*)malloc(sizeof(structstudent));fscanf(fp,"%d%s%c%d%d%d%s%s%s",&ans[i]->number,ans[i]->name,&ans[i]->sex,&(*ans[i]).birthday.year,&(*ans[i]).birthday.month,&(*ans[i]).birthday.day,ans[i]->address,ans[i]->tel,ans[i]->E_mail);ans[i-1]->link=ans[i];}ans[i]->link=NULL;printf("如果想修改信息請輸入1加回車鍵,想刪除信息輸入2加回車鍵:");get=getchar();getchar();if(get=='1'){printf("請輸入要修改信息的學(xué)生姓名:");scanf("%s",checkname);getchar();for(i=0;i<n;i++){if(strcmp(checkname,ans[i]->name)==0){printf(〃請輸入學(xué)生新信息學(xué)號姓名性別出生年月日地址電話e_mail:〃);scanf("%d%s%c%d%d%d%s%s%s",&ans[i]->number,ans[i]->name,&ans[i]->sex,&(*ans[i]).birthday.year,&(*ans[i]).birthday.month,&(*ans[i]).birthday.day,ans[i]->address,ans[i]->tel,ans[i]->E_mail);getchar();}}}if(get=='2'){printf(〃請輸入要刪除的學(xué)生姓名:〃);scanf("%s",checkname);getchar();for(i=0;i<n;i++){if(strcmp(checkname,ans[i]->name)==0){ans[i-1]->link=ans[i]->link;n--;break;}}}fp=fopen(fpname,"w+");for(i=0;i<n;i++){fprintf(fp,"%d%s%c%d%d%d%s%s%s",ans[i]->number,ans[i]->name,ans[i]->sex,(*ans[i]).birth

溫馨提示

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

評論

0/150

提交評論