freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

c計(jì)算機(jī)實(shí)踐報(bào)告(編輯修改稿)

2025-04-19 00:21 本頁面
 

【文章內(nèi)容簡(jiǎn)介】 ,gpay,tax,ded,apay。 //gpay應(yīng)發(fā)數(shù);tax個(gè)人所得稅;ded應(yīng)扣數(shù)(房租+個(gè)人所得稅+會(huì)費(fèi));apay實(shí)發(fā)數(shù) Emp_info *next。 }。class Employee{private: Emp_info *head。 void Print(Emp_info *)。 Emp_info *Find(int)。public: Employee(){head=NULL。} int ListCount()。 void AddItem(int month,int num,float pay[5])。 //添加一個(gè)對(duì)象到表尾 void RemoveItem(int)。 //刪除指定對(duì)象信息 void AmendItem(int)。 //修改指定對(duì)象的信息 void List()。 //列出所有職工的信息 void Search(int)。 //查找指定編號(hào)職工的信息 void PayInfo()。 //職工的應(yīng)發(fā)數(shù)、個(gè)人所得稅、應(yīng)扣數(shù)、實(shí)發(fā)數(shù)的計(jì)算}。int Employee::ListCount () //統(tǒng)計(jì)鏈表數(shù),并返回一個(gè)整數(shù){ if(!head)return 0。 Emp_info *p=head。 int n=0。 while(p){n++。p=pnext。} return n。}void Employee::AddItem (int month,int num,float pay[5]) //增加一個(gè)職工信息{ if(!head) { head=new Emp_info。 for(int i=0。i5。i++) headpay[i]=pay[i]。 headmonth=month。 headnum=num。 headnext=NULL。 return。 } Emp_info *t=head。 while(tamp。amp。tnum!=num) t=tnext。 if(t) { cout操作失??;職工編號(hào)為num的記錄已經(jīng)存在!endl。 return。 } Emp_info *p=head。 while(pnext ) p=pnext。 Emp_info *p1=new Emp_info。 p1num=num。 p1month=month。 for(int i=0。i5。i++) p1pay[i]=pay[i]。 p1next=NULL。 pnext=p1。 return。}void Employee::RemoveItem(int num) //刪除指定職工編號(hào)的記錄{ Emp_info *t=Find(num)。 if(!t) return。 Emp_info *p=head。 if(head==t) //如果第一個(gè)記錄即是要?jiǎng)h除的記錄 { head=headnext。 delete p。 cout成功刪除職工編號(hào)為num的記錄!endlendl。 return。 } while(pnext!=t)p=pnext。 Emp_info *p1=pnext。 pnext=p1next。 delete p1。 cout成功刪除職工編號(hào)為num的記錄!endlendl。 return。}void Employee::AmendItem(int num) //修改指定職工編號(hào)的記錄{ float a,b,c,d,e,f,g。 Emp_info *p=Find(num)。 if(!p)return。 cout請(qǐng)重新輸入相應(yīng)信息endl。 cout月份 編號(hào) 基本工資 補(bǔ)貼 房租 會(huì)費(fèi) 儲(chǔ)蓄endl。 cinabcdefg。 pmonth=a。 pnum=b。 ppay[0]=c。 ppay[1]=d。 ppay[2]=e。 ppay
點(diǎn)擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1