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

正文內(nèi)容

c課程設(shè)計報告-公司人員管理系統(tǒng)(編輯修改稿)

2025-03-09 07:42 本頁面
 

【文章內(nèi)容簡介】 oid Compute_total_salary()。 }。 class Worker:public Employee /*派生類(技術(shù)工人類) */ { float salary。 18 int work_hour。 char performance[10]。 public: Worker(){lb=2。}。 ~Worker(){}。 void Input()。 void Output()。 void Compute_total_salary()。 }。 class Sale:virtual public Employee /*派生類(銷售人員類) */ { protected: float sale。 char efficiency[10]。 public: Sale(){lb=3。}。 ~Sale(){}。 void Input()。 void Output()。 void Compute_total_salary()。 }。 class Branch_Manage:public Manager, public Sale /*派生類(部門管理人員類) */ { char mand[10]。 public: Branch_Manage(){lb=4。}。 ~Branch_Manage(){}。 void Input()。 void Output()。 void Compute_total_salary()。 }。 class System /*系統(tǒng)類 */ { Manager B[10]。 Worker C[10]。 Sale D[10]。 Branch_Manage E[10]。 static int j1,j2,j3,j4。 void infor1()。 void infor2()。 19 void infor3()。 void infor4()。 void Search1(int h,char ch[20])。 void Out_total_salary1(int h,char *name)。 void Interface1()。 public: System(){}。 void In_information()。 void Search()。 void Out_total_salary()。 void Interface()。 }。 //carry include include include include char fileName[]=。 int Employee::Get_num() { return num。 } int Employee::Get_work_age() { return work_age。 } double Employee::Get_total_salary() { return total_salary。 } char *Employee::Getname() { return name。 } void Employee::Input() { cout\t\t\t 員工編號 :。 cinnum。 cout\t\t\t 員工姓名 :。 cinname。 cout\t\t\t 員工工齡 :。 20 cinwork_age。 } void Employee::Output() { cout\t\t\t 員工編號 :numendl。 cout\t\t\t 員工姓名 :nameendl。 cout\t\t\t 員工工齡 :work_ageendl。 cout\t\t\t 總工資 :total_salaryendl。 } void Manager::Input() { Employee::Input()。 cout\t\t\t 固定工資 :。 cinsalary。 cout\t\t\t 領(lǐng)導(dǎo)能力(優(yōu)、良、中、差): 。 cinleadership。 } void Manager::Output() { Employee::Output()。 cout\t\t\t 領(lǐng)導(dǎo)能力(優(yōu)、良、中、差): leadershipendl。 } void Manager::Compute_total_salary() { total_salary=salary+100*work_age。 } void Worker::Input() { Employee::Input()。 cout\t\t\t 固定工資: 。 cinsalary。 cout\t\t\t 工時: 。 cinwork_hour。 cout\t\t\t 工作表現(xiàn)(優(yōu)、良、中、差): 。 cinperformance。 } void Worker::Output() { Employee::Output()。 cout\t\t\t 工時: work_hourendl。 cout\t\t\t 工作表現(xiàn)(優(yōu)、良、中、差): performanceendl。 } 21 void Worker::Compute_total_salary() { total_salary=salary+10*work_hour+50*work_age。 } void Sale::Input() { Employee::Input()。 cout\t\t\t 當(dāng)月銷售額 :。 cinsale。 cout\t\t\t 銷售效率(優(yōu)、良、中、差): 。 cinefficiency。 } void Sale::Output() { Employee::Output()。 cout\t\t\t 當(dāng)月銷售額 :saleendl。 cout\t\t\t 銷售效率(優(yōu)、良、中、差): efficiencyendl。 } void Sale::Compute_total_salary() { total_salary=50*work_age+sale*。 } void Branch_Manage::Input() { Employee::Input()。 cout\t\t\t 固定工資 :。 cinsalary。 cout\t\t\t 當(dāng)月銷售總額 :。 cinsale。 cout\t\t\t 統(tǒng)率力(優(yōu)、良、中、差): 。 cinmand。 } void Branch_Manage::Output() { Employee::Output()。 cout\
點擊復(fù)制文檔內(nèi)容
試題試卷相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1