




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
第C++實(shí)現(xiàn)班車管理系統(tǒng)課程設(shè)計(jì)本文實(shí)例為大家分享了C++實(shí)現(xiàn)班車管理系統(tǒng)的具體代碼,供大家參考,具體內(nèi)容如下
課程設(shè)計(jì)要求:
一交通公司,班車系統(tǒng)的數(shù)據(jù)包括如下兩部分:
①班車信息:班交及車號(hào)、最大載客數(shù)、起點(diǎn)、開(kāi)車時(shí)間、終地點(diǎn)、到達(dá)終點(diǎn)站時(shí)間,單價(jià);
②乘客信息:車次及車號(hào)、身份證號(hào)碼、姓名、性別、出生年月、座位號(hào)。
乘客訂票的主要方式是:乘客提供起點(diǎn)、時(shí)間、終點(diǎn)、訂票數(shù)等訂票要求,根據(jù)事先保存的班數(shù)據(jù)決定乘客能否訂票?只有全部滿足了乘客的訂票要求并且所訂班次有足夠的未訂座位之后才能完成訂票處理,并且修改該班次的未訂座位數(shù)(每個(gè)班的未訂座位數(shù)的初始值就是該班次的最大載客數(shù));否則,訂票失敗,并且給出不能訂票的原因。
功能要求:
1、增加班次記錄。
2、班次取消。
3、班次查詢。
4、班次訂票。
5、設(shè)計(jì)一個(gè)菜單,至少具有上述操作要求的基本功能。
程序:
//kcsjbcxxcx.cpp:定義控制臺(tái)應(yīng)用程序的入口點(diǎn)。
#include"stdafx.h"
#includeiostream
//#includedos.h
//#includetime.h
usingnamespacestd;
intn=0,m=0;
structdate
intyear;
intmonth;
intday;
structtime
intshi;
intfen;
intmiao;
structguanli
charzh[15];
charmima[20];
}guan1={"zd1123xufei","201211632326"},guan2={"minggezhijia","zd2012cjjxx"};
enumbeiz
售票中,可發(fā)車,班次取消};
enumqid
{湛江};
enumzhongd
{廣州,深圳,東莞,佛山,揭陽(yáng),中山,茂名,汕頭};
structbanche
intbianhao;
//編號(hào)
enumqidqidian;
//出發(fā)地
enumzhongdzhongdian;
//終點(diǎn)站
intzuoweishu;
//最大載客量
intshengyup;
//剩余可載客數(shù)
structtimefache;
//發(fā)車時(shí)間
enumbeizbeizhu;
//備注信息:是否可購(gòu)票和發(fā)車
banche*next;
structdingpiaoxx
charxingming[30];
charzheng[19];
enumzhongdgpzd;
structtimeshijian;
structdateriqi;
intpiaoshu;
dingpiaoxx*NEXT;
banche*creat();
banche*insert(banche*head,banche*banc);
banche*charu(banche*hea);
voidxiug(banche*hed);
banche*del(banche*head);
voidchache(banche*head);
dingpiaoxx*CREAT();
dingpiaoxx*dingpiao(dingpiaoxx*HEAD);
voidgaip(dingpiaoxx*HEAD);
voidxiup(dingpiaoxx*HED);
voidchapiao(dingpiaoxx*HEAD);
dingpiaoxx
*tianjia(dingpiaoxx*HEAD);
dingpiaoxx*shanc(dingpiaoxx*HEAD);
voidwelc();
//voidchushi();
voidxuanze();
voidweihu();
voidkehu();
intdenglu();
/*********************下面是主函數(shù)******************/
intmain()
charkey='y';
welc();
//chushi();
while(key!='n'key!='N')
{
xuanze();
inta,b;
cina;
if(a==1)
{
b=denglu();
if(b==1)
{intgg=1;
while(gg=1)
{weihu();
cout"是否繼續(xù)?1:是,2:否"endl;
cingg;
}}
}
elseif(a==2)
{
{intgg=1;
while(gg=1)
{kehu();
cout"是否繼續(xù)?1:是,2:否"endl;
cingg;
}}
}
else
cout"輸入錯(cuò)誤,請(qǐng)按提示信息輸入!"endl;
cout"感謝你使用本系統(tǒng)"endl
"按“Y”返回身份選擇界面"endl
"按“N”退出本系統(tǒng)"endl;
cinkey;
}
return0;
/********************************以下是實(shí)現(xiàn)各種功能的函數(shù)******************/
banche*head=creat();
banche*creat()
//建立班次信息表
inta,b=1;
charkey;
banche*head,*p1,*p2;
head=NULL;
p1=new(banche);
p2=p1;
cout"請(qǐng)輸入班車編號(hào)"endl;
cinp1-bianhao;
p1-qidian=qid(0);
cout"請(qǐng)輸入班車到達(dá)的終點(diǎn)站對(duì)應(yīng)的序號(hào)"endl
"0廣州;1深圳;2東莞;3佛山;4揭陽(yáng);5中山;6茂名;7汕頭"endl;
cina;
p1-zhongdian=zhongd(a);
cout"請(qǐng)輸入該班次最大乘客數(shù)"endl;
cinp1-zuoweishu;
p1-shengyup=p1-zuoweishu;
cout"請(qǐng)輸入班車出發(fā)時(shí)間(時(shí)、分)"endl;
cinp1-fache.ship1-fache.fen;
p1-beizhu=beiz(0);
while(b==1)
if(n==1)
head=p1;
p2-next=p1;
p2=p1;
p1=new(banche);
cout"請(qǐng)輸入班車編號(hào)"endl;
cinp1-bianhao;
p1-qidian=qid(0);
cout"請(qǐng)輸入班車到達(dá)的終點(diǎn)站對(duì)應(yīng)的序號(hào)"endl
"0廣州;1深圳;2東莞;3佛山;4揭陽(yáng);5中山;6茂名;7汕頭"endl;
cina;
p1-zhongdian=zhongd(a);
cout"請(qǐng)輸入該班次最大乘客數(shù)"endl;
cinp1-zuoweishu;
p1-shengyup=p1-zuoweishu;
p1-beizhu=beiz(0);
cout"請(qǐng)輸入班車出發(fā)時(shí)間(時(shí)、分)"endl;
cinp1-fache.ship1-fache.fen;
cout"是否繼續(xù),按任意鍵繼續(xù),按N結(jié)束"endl;
cinkey;
if(key=='n'||key=='N')
b=1;
returnhead;
banche*insert(banche*head,banche*banc)
banche*p0,*p1;
p1=head;
p0=banc;
if(head==NULL)
head=p0;
p0-next=NULL;
head=p0;
p0-next=p1;
returnhead;
banche*charu(banche*hea)
//添加班次記錄
inta,b=1;
charkey;
while(b)
{
banche*banc=newbanche;
cout"請(qǐng)輸入班車到達(dá)的終點(diǎn)站對(duì)應(yīng)的序號(hào)"endl
"0廣州;1深圳;2東莞;3佛山;4揭陽(yáng);5中山;6茂名;7汕頭"endl;
cina;
banc-zhongdian=zhongd(a);
cout"請(qǐng)輸入該班次最大乘客數(shù)"endl;
cinbanc-zuoweishu;
banc-shengyup=banc-zuoweishu;
banc-beizhu=beiz(0);
cout"請(qǐng)輸入班車出發(fā)時(shí)間(時(shí)、分)"endl;
cinbanc-fache.shibanc-fache.fen;
head=insert(hea,banc);
cout"按任意鍵繼續(xù),按“N”結(jié)束添加"endl;
cinkey;
if(key=='n'||key=='N')
b=0;
returnhead;
voidxiug(banche*hed)
banche*p1,*p2,xiu;
inta,b,c=1;
cout"請(qǐng)輸入要修改的班次編號(hào)"endl;
cinxiu.bianhao;
p1=hed;
while(p1!=NULL||p1-bianhao!=xiu.bianhao)
{
p2=p1;
p1=p1-next;
}
if(p1==NULL)
cout"沒(méi)有這個(gè)班次"endl;
{
while(c==1)
{
cout"請(qǐng)輸入要修改的部分對(duì)應(yīng)編號(hào)"endl
"1.編號(hào)\t""2.出發(fā)地\t""3.終點(diǎn)站\t""4.最大載客量\t"endl
"5.剩余可載客數(shù)\t""6.發(fā)車時(shí)間\t""7.備注信息\t""\t"endl;
cina;
switch(a)
case1:
cout"請(qǐng)輸入新編號(hào)"endl;
cinp1-bianhao;
break;
case2:
cout"不可更改信息"endl;
break;
case3:
cout"請(qǐng)輸入新地名對(duì)應(yīng)標(biāo)號(hào)"endl
"0廣州;1深圳;2東莞;3佛山;4揭陽(yáng);5中山;6茂名;7汕頭"endl;
cinb;
p1-zhongdian=zhongd(b);
break;
case4:
cout"請(qǐng)輸入新班次最大載客量"endl;
cinp1-zuoweishu
;
break;
case5:
cout"請(qǐng)輸入新數(shù)字"endl;
cinp1-shengyup
;
break;
case6:
cout"請(qǐng)輸入新時(shí)間"endl;
cinp1-fache.ship1-fache.fen;
break;
case7:
cout"請(qǐng)輸入新信息:0.售票中,1.可發(fā)車,2.班次取消"endl;
cinb;
p1-beizhu=beiz(b);
break;
default:
cout"輸入錯(cuò)誤??!"endl;
cout"是否更改其他信息?YORN"endl;
charkey;
cinkey;
if(key=='n'||key=='N')
c=0;}
cout"修改成功!!"endl;
banche*del(banche*head)
//刪除班車記錄
banche*p1,*p2;
inta;
charkey;
if(head=NULL)
{
cout"沒(méi)有數(shù)據(jù)"endl;
returnhead;
}
p1=head;
p2=p1;
cout"請(qǐng)輸入班車編號(hào)"endl;
cina;
while(a!=p1-bianhaop1-next!=NULL)
{
p2=p1;
p1=p1-next;
}
if(a==p1-bianhao)
{
cout"編號(hào)\t""起點(diǎn)\t""終點(diǎn)\t""座位數(shù)\t""發(fā)車時(shí)間\t"endl
p1-bianhao'\t'p1-qidian'\t'p1-zhongdian'\t'
p1-zuoweishu'\t'"點(diǎn)""分"'\t'endl;
cout"確定要?jiǎng)h除本條記錄嗎?Y(是),N(否)"endl;
cinkey;
if(key=='Y'||key=='y')
{
if(p1==head)
head=p1-next;
else
p2-next=p1-next;
cout"刪除成功!"endl;
n--;
}
}
else
couta"不存在的班次"endl;
returnhead;
voidchache(banche*head)
//班次信息查詢
inta;
banche*p,*p1;
p=head;
cout"請(qǐng)選擇查詢方式:"endl
"1.查看全部班次
2.查看指定編號(hào)班次"endl;
cina;
if(a==1)
{
cout"編號(hào)\t""出發(fā)地\t""終點(diǎn)站\t""最大載客量\t""剩余可載客數(shù)\t""發(fā)車時(shí)間\t""備注信息\t"endl;
while(p!=NULL)
{
coutp-bianhaop-qidian'\t'p-zhongdian'\t'p-zuoweishu
'\t'p-shengyup'\t'p-fache.ship-fache.fen'\t'endl;
p1=p-next;
}
}
elseif(a==2)
{
banchecha;
cout"請(qǐng)輸入要查看班次的編號(hào)"endl;
cincha.bianhao;
while(p!=NULLp-bianhao!=cha.bianhao)
{
p1=p;
p=p-next;
}
if(p==NULL)
cout"該班次不存在,查看失?。。?endl;
else
cout"編號(hào)\t""出發(fā)地\t""終點(diǎn)站\t""最大載客量\t""剩余可載客數(shù)\t""發(fā)車時(shí)間\t""備注信息\t"endl
p-bianhaop-qidian'\t'p-zhongdian'\t'p-zuoweishu
'\t'p-shengyup'\t'p-fache.ship-fache.fen'\t'endl;
}
else
cout"輸入錯(cuò)誤??!"endl;
dingpiaoxx*HEAD=CREAT();
dingpiaoxx*CREAT()
//建立初始訂票信息
inta,b=1;
charkey;
dingpiaoxx*HEAD,*p1,*p2;
banche*s;
HEAD=NULL;
p1=new(dingpiaoxx);
p2=p1;
cout"請(qǐng)輸入姓名、身份證號(hào)"endl;
cinp1-xingmingp1-zheng;
cout"請(qǐng)輸入要到達(dá)的目的地:""0廣州;1深圳;2東莞;3佛山;4揭陽(yáng);5中山;6茂名;7汕頭"endl;
cina;
p1-gpzd=zhongd(a);
cout"請(qǐng)輸入所訂票數(shù)(一人最多可定3張票)"endl;
cinp1-piaoshu;
s=head;
while(s-zhongdian!=p1-gpzds-next!=NULL)
s=s-next;
if(s==NULL)
cout"班次不存在,請(qǐng)從新操作"endl;
{s-shengyup-=p1-gpzd;
while(b)
if(m==1)
HEAD=p1;
{p2-NEXT=p1;
p2=p1;}
p1=new(dingpiaoxx);
cout"請(qǐng)輸入姓名、身份證號(hào)"endl;
cinp1-xingmingp1-zheng;
cout"請(qǐng)輸入要到達(dá)的目的地:""0廣州;1深圳;2東莞;3佛山;4揭陽(yáng);5中山;6茂名;7汕頭"endl;
cina;
p1-gpzd=zhongd(a);
cout"請(qǐng)輸入所訂票數(shù)(一人最多可定3張票)"endl;
cinp1-piaoshu;
s=head;
while(s-zhongdian!=p1-gpzds-next!=NULL)
s=s-next;
if(s==NULL)
{cout"班次不存在,請(qǐng)從新操作"endl;
{s-shengyup-=p1-gpzd;
cout"是否繼續(xù),Y(是),N(否)"endl;
cinkey;
if(key=='n'||key=='N')
b=0;
deletep1;
p2-NEXT=NULL;
returnHEAD;
dingpiaoxx*dingpiao(dingpiaoxx*HEAD)
//訂票
inta,b=1;
banche*s;
charkey;
while(b=1)
{
dingpiaoxx*p1=newdingpiaoxx;
cout"請(qǐng)輸入您的姓名及身份證號(hào)"endl;
cinp1-xingmingp1-zheng;
cout"請(qǐng)輸入您想要到達(dá)的目的地:""0廣州;1深圳;2東莞;3佛山;4揭陽(yáng);5中山;6茂名;7汕頭"endl;
cina;
p1-gpzd=zhongd(a);
cout"請(qǐng)輸入您想要訂的票數(shù)(一人最多可定3張票)"endl;
cinp1-piaoshu;
if(p1-piaoshu3)
cout"操作錯(cuò)誤,訂票失敗!"endl;
deletep1;
else
s=head;
while(s-zhongdian!=p1-gpzds!=NULL)
s=s-next;
if(s==NULL)
{
deletep1;
cout"班次不存在,訂票失?。?endl
"是否重新操作:Y(是),N(否)"endl;
cinkey;
if(key=='n'||key=='N')
b=0;
{s-shengyup-=p1-gpzd;
p1-NEXT=HEAD;
HEAD=p1;
cout"訂票成功,祝您旅途愉快!"endl;
b=0;m++;}}}
returnHEAD;
voidgaip(dingpiaoxx*HEAD)
//用于管理員維護(hù)數(shù)據(jù)
inta;
dingpiaoxxgai,*p;
p=HEAD;
cout"請(qǐng)選擇輸入需要修改的姓名或身份證號(hào):1.姓名;2身份證號(hào)"endl;
cina;
if(a==1)
cout"請(qǐng)輸入要修改記錄的姓名"endl;
cingai.xingming;
while(p-xingming!=gai.xingmingp-NEXT!=NULL)
p=p-NEXT;
if(p-NEXT==NULL)
cout"沒(méi)有此人的訂票信息,請(qǐng)核對(duì)后輸入?。?endl;
else
xiup(p);
elseif(a==2)
{cout"請(qǐng)輸入要修改記錄的身份證號(hào)碼"endl;
cingai.zheng
;
while(p-zheng!=gai.zhengp-NEXT!=NULL)
p=p-NEXT;
if(p-NEXT==NULL)
cout"沒(méi)有此人的訂票信息,請(qǐng)核對(duì)后輸入??!"endl;
else
xiup(p);
cout"輸入錯(cuò)誤,請(qǐng)按提示輸入!"endl;
voidxiup(dingpiaoxx*HED)
inta,b=1;
dingpiaoxx*p1;
banche*s=head;
p1=HED;
while(s-next!=NULLs-zhongdian!=p1-gpzd)
s=s-next;
cout"姓名\t""到達(dá)站\t""所購(gòu)票數(shù)\t""車次編號(hào)\t""購(gòu)票日期\t""購(gòu)票時(shí)間\t""備注信息"endl
p1-xingming'\t'p1-gpzd'\t'p1-piaoshus-bianhao
'\t'"年"'月'"日"'\t'"點(diǎn)""分""秒"'\t'endl
"查詢成功!!"endl;
while(b==1)
{
cout"請(qǐng)輸入需要修改的信息:"endl
"1.姓名
2.到達(dá)站
3.所購(gòu)票數(shù)
4.購(gòu)票日期
5.購(gòu)票時(shí)間
6.備注信息"endl;
cina;
switch(a)
{
case1:cout"請(qǐng)輸入姓名"endl;
cinp1-xingming;break;
case2:cout"請(qǐng)輸入身份證號(hào)碼"endl;
cinp1-zheng;break;
case3:cout"請(qǐng)輸入訂票數(shù)"endl;
cinp1-piaoshu;break;
case4:cout"請(qǐng)輸入購(gòu)票日期(年、月、日)"endl;
cinp1-riqi.yearp1-riqi.monthp1-riqi.day
;break;
case5:cout"請(qǐng)輸入購(gòu)票時(shí)間(時(shí)、分、秒)"endl;
cinp1-shijian.shi
p1-shijian.fenp1-shijian.miao;break;
case6:cout"請(qǐng)輸入備注信息:(0.售票中,1.可發(fā)車,2.班次取消)"endl;
intk;
cink;
s-beizhu=beiz(k);break;
default:
cout"輸入錯(cuò)誤,請(qǐng)按提示輸入!"endl;
}
charkey;
cout"是否要修改其他信息?Y(是),N(否)"endl;
cinkey;
if(key=='n'||key=='N')
b=0;}
cout"修改成功??!"endl;
voidchapiao(dingpiaoxx*HEAD)
//訂票信息查詢(管理員使用)
dingpiaoxx*p1;
banche*s=head;
p1=HEAD;
cout"姓名\t""到達(dá)站\t""所購(gòu)票數(shù)\t""車次編號(hào)\t""購(gòu)票日期\t""購(gòu)票時(shí)間\t""備注信息"endl;
while(p1-NEXT!=0)
{
while(s-next!=NULLs-zhongdian!=p1-gpzd)
s=s-next;
s-shengyup-=p1-piaoshu;
coutp1-xingming'\t'p1-gpzd'\t'p1-piaoshus-bianhao
'\t'"年"'月'"日"'\t'"點(diǎn)""分""秒"'\t'endl;
}
cout"查詢成功??!"endl;
dingpiaoxx*tuip(dingpiaoxx*HEAD)
//客戶查詢和退票
dingpiaoxx*p1,*p2;
dingpiaoxxcx;
banche*s;
charkey;
inta,b=1;
while(b==1)
{
p1=HEAD;
p2=p1;
cout"請(qǐng)輸入您的姓名和身份證號(hào)碼"endl;
cincx.xingmingcx.zheng;
while(cx.xingming!=p1-xingmingcx.zheng!=p1-zhengp1!=NULL)
{
p2=p1;
p1=p2-NEXT;
}
if(cx.xingming==p1-xingmingcx.zheng==p1-zheng)
{
s=head;
while(s-next!=NULLs-zhongdian!=p1-gpzd)
s=s-next;
s-shengyup-=p1-piaoshu;
cout"姓名\t""到達(dá)站\t""所購(gòu)票數(shù)\t""車次編號(hào)\t""購(gòu)票日期\t""購(gòu)票時(shí)間\t""備注信息"endl
p1-xingming'\t'p1-gpzd'\t'p1-piaoshus-bianhao
'\t'"年"'月'"日"'\t'"點(diǎn)""分""秒"'\t'endl
"查詢成功!!"endl;
cout"請(qǐng)選擇您的操作:1.退票;
2.返回"endl;
cina;
switch(a)
{
case1:
if(p1==HEAD)
HEAD=p1-NEXT;
else
p2-NEXT=p1-NEXT;
m--;
cout"您已成功退票,感謝您的支持!"endl;
break;
case2:
returnHEAD;break;
}
b=0;
}
elseif(cx.xingming==p1-xingmingcx.zheng!=p1-zheng)
{cout"姓名與身份證號(hào)不匹配,請(qǐng)重新輸入!確定(Y)
取消(N)"endl;
cinkey;
if(key=='n'||key=='N')
b=0;}
else
{cout"沒(méi)有您的購(gòu)票記錄或輸入信息有誤,請(qǐng)核實(shí)后輸入"endl;
cout"確定重新輸入請(qǐng)按“Y”,取消請(qǐng)按“N”"endl;
cinkey;
if(key=='n'||key=='N')
b=0;
}
}
returnHEAD;
dingpiaoxx
*tianjia(dingpiaoxx*HEAD)
//管理員更改數(shù)據(jù)或人工售票
returnHEAD;
dingpiaoxx*shanc(dingpiaoxx*HEAD)
//人工退票、數(shù)據(jù)更新
dingpiaoxx*p,ss;
p=HEAD;
cout"請(qǐng)輸入要?jiǎng)h除的記錄的姓名或身份證號(hào):1.姓名
2.身份證號(hào)碼"endl;
inta;
cina;
if(a==1)
{
cout"請(qǐng)輸入刪除者姓名"endl;
cinss.xingming;
while(p-NEXT!=NULLp-xingming==ss.xingming)
p=p-NEXT;
}
returnHEAD;
voidwelc()
//歡迎界面
cout"***-。-。-。-。-。-。-。-***"endl
"*
*"endl
"|
|"endl
"。
歡迎使用本系統(tǒng)
。"endl
"|
|"endl
"*
*"endl
"***-。-。-。-。-。-。-。-***"endl;
voidxuanze()
//兩個(gè)接口進(jìn)入系統(tǒng),管理員和用戶采用不同入口
//管理員進(jìn)入管理界面需登陸
cout"######################################"endl
"###
請(qǐng)選擇入口
###"endl
"######################################"endl
""endl
"
我是叼炸天的管理員
"endl
"
代號(hào):1
"endl
""endl
"
我只是個(gè)寂寞的乘客
"endl
"
代號(hào):2
"endl
"
"endl;
voidchushi()
cout"首次使用系統(tǒng),請(qǐng)進(jìn)完善始數(shù)據(jù)"endl
"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"endl
"第一項(xiàng):請(qǐng)建立班次信息表并輸入初始數(shù)據(jù)"endl;
banche*creat();
cout"班車信息已建立??!"endl
"第二項(xiàng):請(qǐng)建立訂票信息表"endl;
dingpiaoxx*CREAT();
//cout"訂票信息表已成功建立,請(qǐng)按任意鍵進(jìn)入主界面"endl;
voidweihu()
//數(shù)據(jù)維護(hù)總函數(shù),管理員使用,包括所有信息的查詢、
//修改、增
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝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ù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 環(huán)保噴粉采購(gòu)合同(標(biāo)準(zhǔn)版)5篇
- 2025漢中市石門水電建筑安裝有限公司招聘(4人)模擬試卷帶答案詳解
- 2025甘肅金昌市第二批引進(jìn)高層次和急需緊缺人才70人模擬試卷含答案詳解
- 2025年中共江西省委黨校(江西行政學(xué)院)高層次人才招聘27人模擬試卷及答案詳解(全優(yōu))
- 2025國(guó)網(wǎng)電力空間技術(shù)有限公司第二批高校畢業(yè)生錄用人選的考前自測(cè)高頻考點(diǎn)模擬試題有完整答案詳解
- 2025年河北唐山灤州市森林草原消防專業(yè)隊(duì)員招聘7人模擬試卷及參考答案詳解
- 2025廣西柳州市柳江中學(xué)參加廣西師范大學(xué)研究生畢業(yè)生春季專場(chǎng)雙選會(huì)11人考前自測(cè)高頻考點(diǎn)模擬試題及完整答案詳解
- 2025年威海榮成市教育和體育局公開(kāi)招聘教師(53人)考前自測(cè)高頻考點(diǎn)模擬試題及一套完整答案詳解
- 2025春季中國(guó)東航北京分公司校園招聘模擬試卷及答案詳解(新)
- 2025廣東“百萬(wàn)英才匯南粵”佛山市高明區(qū)選聘公辦初中校長(zhǎng)9人考前自測(cè)高頻考點(diǎn)模擬試題及完整答案詳解一套
- 足浴前臺(tái)禮儀培訓(xùn)課件
- 村級(jí)財(cái)務(wù)業(yè)務(wù)知識(shí)培訓(xùn)課件
- 2025年幼兒園中、高級(jí)教師職稱考試(綜合素質(zhì))歷年參考題庫(kù)含答案詳解(5卷)
- 美術(shù)基礎(chǔ) 課件全套 第1-5章 美術(shù)簡(jiǎn)介 -中國(guó)民間美術(shù)
- 2024人教版七年級(jí)生物下冊(cè)期末復(fù)習(xí)全冊(cè)考點(diǎn)背誦提綱
- 生物力學(xué)正畸方案優(yōu)化-洞察及研究
- 《中職工程測(cè)量技術(shù)專業(yè)《GNSS測(cè)量技術(shù)與應(yīng)用》課程標(biāo)準(zhǔn)》
- 公安部門大數(shù)據(jù)管理辦法
- 污廢水減污降碳協(xié)同評(píng)估指南
- 2025年上海市(秋季)高考語(yǔ)文真題詳解
- 水廠培訓(xùn)課件
評(píng)論
0/150
提交評(píng)論