版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、課程設(shè)計(jì) 教師工資管理系統(tǒng)運(yùn)行平臺(tái):VC6.0 (其他平臺(tái)未經(jīng)測(cè)試,不一定保證有效)制作者:弓箭中南大學(xué)信息科學(xué)與工程學(xué)院源代碼如下:#in elude #in elude #in elude #in elude #defi ne LEN sizeof(struet teacher)struct teaeherint num;ehar n ame20;ehar sex20;ehar workplace50;ehar address50;long pho ne;double de_salary;double de_j in tie;double de_she nghuobutie;double
2、yin gfa_salary;double eost_pho ne;double eost_water_elee;double eost_re nt;double eost_tax;double eost_weishe ng;double eost_go ngjijin;double eost_all;double shifa_salary;struct teaeher *n ext;/*struct teaeher *load()struct teaeher *p1,*p2,*head;FILE *fp;讀取函*int i=1;if(fp=fope n(save,rb)=NULL)prin
3、tf(文件不存在!按下任意鍵返回主菜單.);getch();return (NULL);elsehead=NULL;p1= (struct teacher *)malloc(LEN);while (fread(p1,LEN-4,1,fp)=1)if(i=1)head=p1;p2=p1;i=2;elsep2-n ext=p1;p2=p2-n ext;p1= (struct teacher *)malloc(LEN);p2- next=NULL;free(p1);fclose(fp);return(head);/*void welcome()prin tf(nnnprintf(printf(pri
4、ntf(printf(printf( prin tf(nn getch(); system(cls);歡迎菜單函*/歡迎使用教師工資管理系統(tǒng)Beta1.2版權(quán)所有侵權(quán)必究ILLEGAL COPY BANNED歡迎使用教師工資管理系統(tǒng)Beta1.2num=atoi(num);printf(請(qǐng)輸入姓名:”);gets(px-name);printf(請(qǐng)輸入性別:”);gets(px-sex);printf(請(qǐng)輸入單位名稱:);gets(px-workplace);printf(請(qǐng)輸入家庭住址:”);gets(px-address);printf(請(qǐng)輸入聯(lián)系電話:);gets(num);px-pho
5、ne=atoi(num);printf(請(qǐng)輸入基本工資:);gets(num);px-de_salary=atof(num);printf(請(qǐng)輸入津貼:);gets(num);px-de_jintie=atof(num);printf(請(qǐng)輸入生活補(bǔ)貼:);gets(num);px-de_shenghuobutie=atof(num);printf(請(qǐng)輸入電話費(fèi):);gets(num);px-cost_phone=atof(num);printf(請(qǐng)輸入水電費(fèi):);gets(num);px-cost_water_elec=atof(num);printf(請(qǐng)輸入房租:);gets(num);px
6、-cost_rent=atof(num);printf(請(qǐng)輸入個(gè)人所得稅:);gets (nu m);px-cost_tax=atof( nu m);printf(請(qǐng)輸入衛(wèi)生費(fèi):);gets(num);px-cost weisheng=atof(num);printf(請(qǐng)輸入公積金:);gets(num);px-cost_gongjijin=atof(num);px-yi ngfa_salary=px-de_salary+px-de_ji ntie+px-de_she nghuobutie;px-cost_all=px-cost_pho ne+px-cost_water_elec+px-cos
7、t_re nt+px-cost_tax+px-cost_weishe ng+px-cost_go ngjiji n;px-shifa_salary=px-yi ngfa_salary-px-cost_all;printf(”數(shù)據(jù)輸入完畢,按下任意鍵繼續(xù).);getch();system(cls);prin tf(nnn 插入教師信息 5 ”);printf(”*n);printf(”*1輸入教師號(hào)* n);printf(”*2.輸入姓名* n);printf(”*3.返回上級(jí)菜單* n);printf(”*n);printf(”請(qǐng)選擇插入方式:);scan f(%d,&i);getchar()
8、;while (i3)printf(輸入有誤!請(qǐng)重新輸入:”);scan f(%d, &i);getchar();switch(i)case 1:pri ntf(”請(qǐng)輸入要插入在哪條數(shù)據(jù)后面:”);scan f(%d,& t);getchar();p仁head;while (p1- nu m!=t)if (p1- next!=NULL)p1=p1- n ext;elseprintf(查找不到相關(guān)數(shù)據(jù)!n);break;if (p1- num=t)printf(” 要插入的信息如下: n);printf(教工號(hào)姓名 性別 單位名稱家庭住址聯(lián)系電話 n);printf(”%-4d %-13s %s
9、%-19s %-19s%-14ldn,px- num,px- n ame,px-sex,px-workplace,px-address,px-pho ne);printf(電話費(fèi)水電費(fèi) 房租 個(gè)人所得稅衛(wèi)生費(fèi)公積金 合計(jì)扣款n”);prin tf( %-10.1lf %-10.1lf %-10.1lf %-10.1lf%-10.1lf %-10.1lf %-10.1lfn,px-cost_ph on e,px-cost_water_elec,px-cost_re nt,px-cost_tax,px-cost_weishe ng,px-cost_g ongjijin, px-cost_all);
10、printf(基本工資津貼生活補(bǔ)貼應(yīng)發(fā)工資實(shí)發(fā)工資n”);printf( %-13.1lf %-13.1lf %-13.1lf %-13.1lf%-13.1lfn,px-de_salary,px-de_jintie,px-de_shenghuobutie,px-yin gfa_salary,px-shifa_salary);printf(n);printf(確定插入嗎? ( y或n):);sca nf(%c,&k);getchar();if (k=y|k=Y)if (p1- num=t)if(p1=head)/*如果插入點(diǎn)為頭指針 */p3=p1- n ext; p1- n ext=px; p
11、x-n ext=p3; p2=head; else if(p1- next=NULL)/* 如果插入點(diǎn)為末尾指針*/p3=p1;p1=head;p2=head;while(p1- next!=p3)p1=p1- next; p1=p1- n ext; p1- n ext=px; px- next=NULL; else/*如果插入點(diǎn)為中間指針*/p3=p1;p1=head;p2=head;while(p1- next!=p3)p1=p1- next;p1=p1- n ext;p3=p1- n ext;px- n ext=p3;p1- n ext=px;if(fp=fope n(save,wb)=
12、NULL)prin tf(文件不存在!按下任意鍵返回主菜單.IgetchO;elsedofwrite(p2,LEN-4,1,fp);if(p2- next!=NULL)p2=p2-n ext;while(p2- next!=NULL);if(p2!=head)fwrite(p2,LEN-4,1,fp);fclose(fp);prin tf(插入成功!按下任意鍵繼續(xù).);getch();else pri ntf(插入已被取消!按下任意鍵繼續(xù).IgetchO;break;case 2:pri ntf(請(qǐng)輸入要插入的教師姓名:”);gets( name);p仁head;while (strcmp(p
13、1- n ame), name)!=O)if (p1- next!=NULL)p1=p1- n ext;elseprintf(”查找不到相關(guān)數(shù)據(jù)!n);break;if (strcmp(p1- n ame), name)=O)printf(” 要插入的信息如下: n);printf(教工號(hào)姓名 性別單位名稱家庭住址聯(lián)系電話 n);prin tf( %-4d %-13s %s %-19s %-19s%-14ldn,p1- num,p1- name,p1-sex,p1-workplace,p1-address,p1 -pho ne);printf(電話費(fèi)水電費(fèi) 房租 個(gè)人所得稅衛(wèi)生費(fèi)公積金 合計(jì)扣
14、款n”);prin tf(%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lfn ”,p1-cost_ph on e,p1-cost_water_elec,p1-cost_re nt,p1-cost_tax,p1-cost_weishe ng,p1-cost_g ongjijin, p1-cost_al l);printf(基本工資津貼生活補(bǔ)貼應(yīng)發(fā)工資實(shí)發(fā)工資n”);printf( %-13.1lf %-13.1lf %-13.1lf %-13.1lf%-13.1lfn,p1-de_salary,p1-de_jintie,p1-de_
15、shenghuobutie,p1-yin gfa_salary,p1-shifa_salary);printf(n);printf(確定插入嗎? ( y或n):);sca nf(%c,&k);getchar();if (k=y|k=Y)if (strcmp(p1- n ame), name)=0)if(p1=head)/*如果插入點(diǎn)為頭指針 */p1- n ext=px;p2=head;else if(p1- next=NULL)/* 如果插入點(diǎn)為末尾指針 */p3=p1;p1=head;p2=head;while(p1- next!=p3)p1=p1- next;p1=p1- n ext;p
16、1- n ext=px;px- next=NULL;else/*如果插入點(diǎn)為中間指針*/p3=p1;p仁head;p2=head;while(p1- next!=p3)p1=p1- next;p1=p1- n ext;p1- n ext=px;p3=p3-n ext;px- n ext=p3;if(fp=fope n(save,wb)=NULL)prin tf(文件不存在!按下任意鍵返回主菜單.IgetchO;elsedofwrite(p2,LEN-4,1,fp);if(p2- next!=NULL)p2=p2-n ext;while(p2- next!=NULL);if(p2!=head)f
17、write(p2,LEN-4,1,fp);fclose(fp);prin tf(插入成功!按下任意鍵繼續(xù).);getch();else pri ntf(插入已被取消!按下任意鍵繼續(xù).IgetchO;break;case 3:break;default :break;if (i!=3)printf(n繼續(xù)插入其他教師的信息嗎?(y或n);scan f(%c, &n );getchar();while( n=y| n=Y) &i!=3);printf(” getchar();/*void in sert()FILE *fp;char m,nu m30;struct teacher *p1;p1=
18、(struct teacher *)malloc(LEN);if(fp=fope n(save,ab)=NULL)printf(elseprintf(doprintf(printf(printf(printf(printf(printf(printf(printf(printf(printf(printf(printf(printf(printf(printf(printf(請(qǐng)輸入教師信息:n);:“);gets(p1_workplace);:“);gets(p1_address);:);gets (nu m);p1-ph on e=atoi( num);:);gets (nu m);p1-d
19、e_salary=atof( nu m);數(shù)據(jù)插入成功!按下任意鍵返回主菜單.);getch();輸入函數(shù) */文件不存在!按下任意鍵返回主菜單.);getch();n);請(qǐng)輸入教工號(hào):);gets(num);p1-num=atoi(num);請(qǐng)輸入姓名:);gets(p1-name);請(qǐng)輸入性別:”);gets(p1-sex);請(qǐng)輸入單位名稱請(qǐng)輸入家庭住址請(qǐng)輸入聯(lián)系電話請(qǐng)輸入基本工資 請(qǐng)輸入津貼:);gets(num);p1-de_jintie=atof(num);請(qǐng)輸入生活補(bǔ)貼:);gets(num);p1-de_shenghuobutie=atof(num); 請(qǐng)輸入電話費(fèi):);gets
20、(num);p1-cost_phone=atof(num);請(qǐng)輸入水電費(fèi):);gets(num);p1-cost_water_elec=atof(num); 請(qǐng)輸入房租:);gets(num);p1-cost_rent=atof(num);請(qǐng)輸入個(gè)人所得稅:);gets (nu m);p1-cost_tax=atof( nu m); 請(qǐng)輸入衛(wèi)生費(fèi):);gets(num);p1-cost_weisheng=atof(num); 請(qǐng)輸入公積金:);gets(num);p1-cost_gongjijin=atof(num);p1- yin gfa_salary=p1-de_salary+p1-de_
21、j in tie+p1-de_she nghuobutie;p1-cost_all=p1-cost_pho ne+p1-cost_water_elec+p1-cost_re nt+p1-cost_tax+p1-cost_weishe ng+p1-cost_go ngjiji n;p1-shifa_salary=p1- yin gfa_salary-p1-cost_all;fwrite(p1, LEN-4,1,fp);printf(輸入下一個(gè)? ( y 或 n);m=getchar();if(m!=y&m!=Y)printf(”數(shù)據(jù)保存成功!按下任意鍵返回主菜單.);getch();getcha
22、r();while (m=y|m=Y);fclose(fp);/*void modify()struct teacher *head,*p1,*p2;int i;FILE *fp;char m= n, n=n, nu m230; p1=head=(struct teacher *)malloc(LEN); if(head=load()!=NULL)do彳修改函數(shù) */int num=0;char n ame20;p仁head;system(cls);prin tf(nnnprintf(”printf(”printf(”printf(”printf(”printf(” 修改教師信息 n);*、n
23、);1. 輸入教師號(hào)2. 輸入姓名3. 返回上級(jí)菜單*n);請(qǐng)選擇修改方式:);scan f(%d,&i);getchar();while (i3)printf(輸入有誤!請(qǐng)重新輸入:);scan f(%d, &i);getchar();switch(i)case 1:pri ntf(請(qǐng)輸入要修改的教師號(hào):);scan f(%d, &n um);getchar();while (p1- num!=num)* n);* n);* n);if (p1- next!=NULL)p1=p1- n ext;elseprintf(”查找不到相關(guān)數(shù)據(jù)!n);break;if (p1- num=num)sys
24、tem(cls);printf(nnn歡迎使用教師工資管理系統(tǒng)Beta1.2 num,p1- name,p1-sex,p1-workplace,p1-address,p1-pho ne);printf(電話費(fèi)水電費(fèi) 房租個(gè)人所得稅衛(wèi)生費(fèi)公積金 合計(jì)扣款n”);prin tf( %-10.1lf %-10.1lf %-10.1lf %-10.1lf%-10.1lf %-10.1lf %-10.1lfn ,p1-cost_ph on e,p1-cost_water_elec,p1-cost_re nt,p1-cost_tax,p1-cost_weishe ng,p1-cost_g ongjijin
25、, p1-cost_all);printf(基本工資津貼生活補(bǔ)貼應(yīng)發(fā)工資實(shí)發(fā)工資n”);printf( %-13.1lf %-13.1lf %-13.1lf %-13.1lf%-13.1lfn,p1-de_salary,p1-de_jintie,p1-de_shenghuobutie,p1-yin gfa_salary,p1-shifa_salary);prin tf(printf(”*1.教師號(hào)2.姓名*n);printf(”*3.性別4.單位名稱*n);printf(”*5.家庭住址6.聯(lián)系電話*n);printf(”*7.基本工資8.津貼*n);printf(”*9.生活補(bǔ)貼10.電話費(fèi)
26、*n);printf(”*11.水電費(fèi)12.房租*n);printf(”*13.所得稅14.衛(wèi)生費(fèi)*n);prin tf(*15.公積金* n)printf(*n);n);*n);printf(” doprintf(”請(qǐng)選擇要修改的數(shù)據(jù):);sca nf(%d,&i);getchar();while (i15|inum=ato i(nu m2);break; gets(p1-n ame);break;gets(p1-sex);break;);gets(p1-workplace);break;);gets(p1-address);break;);gets (nu m2);p1-ph on e=a
27、to i(nu m2);break;請(qǐng)輸入新基本工資:case9:pri ntf(”請(qǐng)輸入新生活補(bǔ)貼);gets (nu m2);p1-de_she nghuobutie=atof( nu m2);break;case10:pri ntf(”請(qǐng)輸入新電話費(fèi));gets (nu m2);p1-cost_ph on e=atof( nu m2);break;case 11:pri ntf(請(qǐng)輸入新水電費(fèi));gets (nu m2);p1-cost_water_elec=atof( nu m2);break;case 12:pri ntf(請(qǐng)輸入新房租:);gets( nu m2);p1-cost_
28、re nt=atof( nu m2);breakcase13:pri ntf(”請(qǐng)輸入新所得稅);gets (nu m2);p1-cost_tax=atof( nu m2);break;case14:pri ntf(”請(qǐng)輸入新衛(wèi)生費(fèi));gets (nu m2);p1-cost_weishe ng=atof( nu m2);break;case15:pri ntf(”請(qǐng)輸入新公積金);gets (nu m2);p1-de_salary=atof( nu m2);break;case 8:pri ntf(”請(qǐng)輸入新津貼:);gets( nu m2);p1-de_ji ntie=atof( nu m
29、2);break;);gets (nu m2);p1-cost_go ngjiji n=atof( nu m2);break;default:break;p1- yin gfa_salary=p1-de_salary+p1-de_j in tie+p1-de_she nghuobutie;p1-cost_all=p1-cost_pho ne+p1-cost_water_elec+p1-cost_re nt+p1-cost_tax+p1-cost_weishe ng+p1-cost_go ngjijin;p1-shifa_salary=p1- yin gfa_salary-p1-cost_all
30、;printf(繼續(xù)修改其他數(shù)據(jù)嗎?(y或n):);sca nf(%c,&m);getchar();while (m=y|m=Y);p2=head;if(fp=fope n(save,wb)=NULL)printf(”文件不存在!按下任意鍵返回主菜單.);getch(); else fwrite(head,LEN-4,1,fp);dop2=p2-n ext;fwrite(p2,LEN-4,1,fp);while(p2- next!=NULL);printf(” 修改后數(shù)據(jù)如下: n);printf(教工號(hào)姓名 性別單位名稱家庭住址聯(lián)系電話 n);prin tf( %-4d %-13s %s%-
31、19s %-19s%-14ldn,p1- num,p1- name,p1-sex,p1-workplace,p1-address,p1-pho ne);printf(”電話費(fèi)水電費(fèi) 房租個(gè)人所得稅衛(wèi)生費(fèi)公積金 合計(jì)扣款n”);prin tf( %-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lfn ”,p1-cost_ph on e,p1-cost_water_elec,p1-cost_re nt,p1-cost_tax,p1-cost_weishe ng,p1-cost_g ongjijin, p1-cost_al l);print
32、f(基本工資津貼生活補(bǔ)貼應(yīng)發(fā)工資實(shí)發(fā)工資n);printf( %-13.1lf %-13.1lf %-13.1lf %-13.1lf%-13.1lfn,p1-de_salary,p1-de_jintie,p1-de_shenghuobutie,p1yin gfa_salary,p1-shifa_salary);printf(”n);fclose(fp);break;case 2:pri ntf(請(qǐng)輸入要修改的教師姓名:);gets( name);while (strcmp(p1- n ame, name)!=0)if (p1- next!=NULL)p1=p1- n ext;elseprint
33、f(查找不到相關(guān)數(shù)據(jù)!n);break;if (strcmp(p1- n ame ,n ame)=0)system(cls);printf(nnn歡迎使用教師工資管理系統(tǒng)Beta1.2 num,p1- name,p1-sex,p1-workplace,p1-address,p1 _pho ne);printf(電話費(fèi)水電費(fèi) 房租 個(gè)人所得稅衛(wèi)生費(fèi)公積金 合計(jì)扣款n”);prin tf(%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lf%-10.1lfn ”,p1-cost_ph on e,p1-cost_water_elec,p1-cost_re
34、nt,p1-cost_tax,p1-cost_weishe ng,p1-cost_g ongjijin, p1-cost_al l);printf(基本工資津貼生活補(bǔ)貼應(yīng)發(fā)工資實(shí)發(fā)工資n”);printf( %-13.1lf %-13.1lf %-13.1lf %-13.1lf%-13.1lfn,p1-de_salary,p1-de_jintie,p1-de_shenghuobutie,p1-yin gfa_salary,p1-shifa_salary);n);*n);prin tf(printf(” doprintf(printf(”*1.教師號(hào)2.姓名*n);printf(”*3.性別4.
35、單位名稱*n);printf(”*5家庭住址6.聯(lián)系電話*n);printf(”*7.基本工資8.津貼*n);printf(”*9生活補(bǔ)貼10.電話費(fèi)*n);printf(”*11.水電費(fèi)12.房租*n);printf(”*13.所得稅14.衛(wèi)生費(fèi)*n);prin tf(*15.公積金* n)*n);請(qǐng)選擇要修改的數(shù)據(jù):);printf(”sca nf(%d,&i);getchar();while (i15|inum=ato i(nu m2);break;case 2:pri ntf(”請(qǐng)輸入新姓名:);gets(p1- n ame);break;case 3:pri ntf(”請(qǐng)輸入新性別:
36、);gets(p1-sex);break;case 4:pri ntf(”請(qǐng)輸入新單位名稱:);gets(p1-workplace);break;case 5:pri ntf(”請(qǐng)輸入新家庭住址:);gets(p1-address);break;case 6:pri ntf(”請(qǐng)輸入新聯(lián)系電話:);gets (nu m2);p1-ph on e=ato i(nu m2);break;case7:pri ntf(”請(qǐng)輸入新基本工資:);gets (nu m2);p1-de_salary=atof( nu m2);break;case 8:pri ntf(請(qǐng)輸入新津貼:”);gets( num2)
37、;p1-de_ji ntie=atof( nu m2);break;case9:pri ntf(”請(qǐng)輸入新生活補(bǔ)貼);gets (nu m2);p1-de_she nghuobutie=atof( nu m2);break;case10:pri ntf(”請(qǐng)輸入新電話費(fèi));gets (nu m2);p1-cost_ph on e=atof( nu m2);break;case 11:pri ntf(請(qǐng)輸入新水電費(fèi));gets (nu m2);p1-cost_water_elec=atof( nu m2);break;case 12:pri ntf(請(qǐng)輸入新房租:);gets( nu m2);p
38、1-cost_re nt=atof( nu m2);breakcase13:pri ntf(”請(qǐng)輸入新所得稅);gets (nu m2);p1-cost_tax=atof( nu m2);break;case14:pri ntf(”請(qǐng)輸入新衛(wèi)生費(fèi));gets (nu m2);p1-cost_weishe ng=atof( nu m2);break;case15:pri ntf(”請(qǐng)輸入新公積金”);gets (nu m2);p1-cost_go ngjiji n=atof( nu m2);break;default:break;p1- yin gfa_salary=p1-de_salary+p
39、1-de_j in tie+p1-de_she nghuobutie;p1-cost_all=p1-cost_pho ne+p1-cost_water_elec+p1-cost_re nt+p1-cost_tax+p1-cost_weishe ng+p1-cost_go ngjiji n;p1-shifa_salary=p1- yin gfa_salary-p1-cost_all;printf(繼續(xù)修改其他數(shù)據(jù)嗎?(y或n):);sca nf(%c,&m);getchar();while (m=y|m=Y);p2=head;if(fp=fope n(save,wb)=NULL)printf(”文件不存在!按下任意鍵返回主菜單.);getch();elsefwrite(head,LEN-4,1,fp);dop2=p2-n ext;fwrite(p2,LEN-4,1,fp);while(p2- next!=NULL);pri
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 七年級(jí)上學(xué)期語文第一次月考試卷-6
- 楚雄彝族自治州八年級(jí)上學(xué)期語文期末試題
- 雇人干活免責(zé)協(xié)議書(2篇)
- 音樂課件制作教學(xué)課件
- 統(tǒng)計(jì)分析軟件模擬試題二及答案
- 南京工業(yè)大學(xué)浦江學(xué)院《太極推手》2022-2023學(xué)年第一學(xué)期期末試卷
- XX制藥活動(dòng)中心消防水施工組織設(shè)計(jì)
- 飛向藍(lán)天的恐龍說課稿
- 《自相矛盾》說課稿
- 《因式分解》說課稿
- 消防安全培訓(xùn)內(nèi)容
- 2024-2030年辣椒種植行業(yè)市場(chǎng)深度分析及發(fā)展策略研究報(bào)告
- 變電站綠化維護(hù)施工方案
- 校園展美 課件 2024-2025學(xué)年人美版(2024)初中美術(shù)七年級(jí)上冊(cè)
- 2024版《糖尿病健康宣教》課件
- ktv保安管理制度及崗位職責(zé)(共5篇)
- 腦出血試題完整版本
- 義務(wù)教育信息科技課程標(biāo)準(zhǔn)(2022年版)考試題庫(kù)及答案
- 建筑施工安全生產(chǎn)責(zé)任書
- 新員工三級(jí)安全教育考試試題參考答案
- 公司年會(huì)策劃及執(zhí)行服務(wù)合同
評(píng)論
0/150
提交評(píng)論