#include
#include
#include
struct link *kaihu(struct link *head);
struct link*xiaohu(struct link *head);
chakan(struct link *head);
cunkuan (struct link *head);
qukuan(struct link *head);
struct link
;main()
printf("shi fou xu yao ban li qi ta ye wu(y/n)/n");
scanf(" %c",&c);}}
struct link *kaihu(struct link *head)
if(head==null)
else
pr->next=p;
}pr=p;
printf("please input the depositor's name:/n");
scanf("%s",pr->name);
printf(" please input the depositor's id:/n");
scanf("%d",&id);
pr->id=id;
printf("please input the money:/n");
scanf("%d",&num);
pr->num=num;
pr->next=null;
return head;
}struct link *xiaohu(struct link *head)
while(j!=p->id&&p->next!=null)
if(j==p->id)
else
free(p);
}else
return head;
}qukuan(struct link *head)
printf("please input depositor's id:");
scanf("%d",&m);
printf("please input depositor's money:");
scanf("%d",&n);
while(m!=p->id&&p->next!=null)
if(m==p->id)
else }
else
printf("***wuciyonghu!!!!!!!***/n"); }
cunkuan (struct link *head)
if(m==p->id)
else
printf("***wuciyonghu!!!!!!***/n");
}chakan(struct link *head)
if(p==null)
printf("***wu xiyong hu!!!!!!***/n");
else }
課程設計 銀行儲蓄系統
headers ub.h 檔名稱 ub.h 檔案標識 無 內容摘要 該 用於獲取滿足字尾要求的第乙個檔案 其他說明 類的定義 當前版本 v1.0 作 者 姜甜甜 完成日期 2015年7月17日 修改記錄 修改日期 無 版本號 v1.0 修改人 姜甜甜 修改內容 ifndef ub h include...
資料結構課程設計 銀行儲蓄系統
檔名稱 bank.c 檔案標識 無 內容摘要 本程式實現了銀行儲蓄系統的基本功能 其他說明 無 當前版本 v1.0 完成日期 2017 12 22 系統中建立了四個檔案 list.h 檔名稱 list.h 檔案標識 無 內容摘要 本檔案的作用是定義結構體並宣告函式 其他說明 無 當前版本 v1.0 ...
2017上半年課程設計銀行儲蓄系統
include include include define maxnumber 10000 銀行卡的資料型別 struct account 銀行中所有的卡存放的陣列 struct account a maxnumber 銀行中開卡的數量 int size 0 定義函式 int firstnumbe...