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

正文內(nèi)容

面向?qū)ο笳n程設(shè)計(jì)高校人事管理系統(tǒng)(編輯修改稿)

2025-05-10 03:50 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 歷、來(lái)院時(shí)間。*/ { no=nnum。 strcpy(type,ntype)。 strcpy(name,nname)。 strcpy(sex,nsex)。 age=nage。 strcpy(time,ntime)。 strcpy(pos,npos)。 strcpy(techpos,ntechpos)。 strcpy(party,nparty)。 strcpy(study,nstudy)。 mynext=next。 } void setnext(person *next) { mynext=next。 } person *getnext() { return mynext。 } int getnum() { return no。 } char *getname() { return name。 } char *getsex() { return sex。 } char *getpos() { return pos。 } char *gettechpos() { return techpos。 } char *gettime() { return time。 } char *getparty() { return party。 } char *getstudy() { return study。 } int getage() { return age。 } void getag(int as) { age=as。 } char *gettype() { return type。 }}。class School{private: person *myfirst。 int firstnum。public: School()//無(wú)參構(gòu)造函數(shù) { myfirst=NULL。//將指針置空 } School(int nnu,char ntyp[],char nnam[],char nse[],int nag,char ntim[],char npo[],char ntechpo[],char npart[],char nstud[])//有參構(gòu)造函數(shù) { myfirst=new person(nnu,ntyp,nnam,nse,nag,ntim,npo,ntechpo,npart,nstud)。 } //在信息最后添加新的信息 void insertatlast(int nnum,char ntype[],char nname[],char nsex[],int nage,char ntime[],char npos[],char ntechpos[],char nparty[],char nstudy[]) { person *next=myfirst。//定義對(duì)象指針并付初值 if(next==NULL) myfirst=new person(nnum,ntype,nname,nsex,nage,ntime,npos,ntechpos,nparty,nstudy)。 else { while(nextgetnext()!=NULL) next=nextgetnext()。 nextsetnext(new person(nnum,ntype,nname,nsex,nage,ntime,npos,ntechpos,nparty,nstudy,nextgetnext()))。 } } void printf(int r)//獲取信息 { int nage。 char ntype[20],nname[20],nsex[20],ntime[20],npos[20],ntechpos[20],nparty[20],nstudy[20]。 cout請(qǐng)輸入編號(hào)為r的成員的信息endl。 cout輸入職工分類(lèi)碼[行政人員,教師,一般員工,退休人員,返聘人員,臨時(shí)工]:endl。 cinntype。 cout輸入姓名:endl。 cinnname。 cout輸入性別:endl。 cinnsex。 cout輸入年齡:endl。 cinnage。 cout輸入來(lái)院時(shí)間:endl。 cinntime。 cout輸入職務(wù)[無(wú),科級(jí),處級(jí),地級(jí)]:endl。 cinnpos。 cout輸入職稱(chēng)[無(wú),初級(jí),中級(jí),高級(jí)]:endl。 cinntechpos。 cout輸入加入黨派[群眾,中共黨員,民主黨派]:endl。 cinnparty。 cout輸入學(xué)歷[小學(xué),初中,高中,大專(zhuān),大學(xué),碩士,博士]:endl。 cinnstudy。 insertatlast(r,ntype,nname,nsex,nage,ntime,npos,ntechpos,nparty,nstudy)。 }void printf1(person *ahead)//輸出信息 { cout編號(hào):setiosflags(ios::left)setw(26)aheadgetnum()姓名:aheadgetname()endl。 cout性別:setiosflags(ios::left)setw(26)aheadgetsex()年齡:aheadgetage()endl。 cout職工類(lèi)型:setiosflags(ios::left)setw(22)aheadgettype()職務(wù):aheadgetpos()endl。 cout職稱(chēng):setiosflags(ios::left)setw(26)aheadgettechpos()學(xué)歷:aheadgetstudy()endl。cout政治面貌:setiosflags(ios::left)setw(22)aheadgetparty()來(lái)院時(shí)間:aheadgettime()endl。 }void printf() { person *ahead=myfirst。 cout編號(hào) 姓名 性別 年齡 職工類(lèi)型 職務(wù) 職稱(chēng) 學(xué)歷 政治面貌 來(lái)院時(shí)間 \n。 while(ahead!=NULL) { coutsetiosflags(ios::left)setw(4)aheadgetnum()setiosflags(ios::left)setw(6)aheadgetname() coutsetiosflags(ios::left)setw(5)aheadgetsex()setiosflags(ios::left)setw(4)aheadgetage() coutsetiosflags(ios::left)setw(10)aheadgettype()setiosflags(ios::left)setw(6
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1