




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、濱江學(xué)院 面向?qū)ο蟪绦蛟O(shè)計課程設(shè)計題 目 模擬ATM機(jī)存取款管理系統(tǒng)院 系 計算機(jī)系 專 業(yè) 計算機(jī)科學(xué)與技術(shù) 學(xué)生姓名 學(xué) 號 指導(dǎo)教師 二一六 年 十二 月 二十日目 錄1前言1.1選題目的及意義2系統(tǒng)分析2.1需求分析2.2功能要求2.3軟硬件環(huán)境3系統(tǒng)概要設(shè)計 3.1系統(tǒng)總體架構(gòu)設(shè)計4系統(tǒng)詳細(xì)設(shè)計 4.1管理模塊4.2類的定義5系統(tǒng)實(shí)現(xiàn) 5.1類的實(shí)現(xiàn) 5.2主要程序?qū)崿F(xiàn)6系統(tǒng)測試7.收獲及體會8.參考文獻(xiàn)9.附錄1前言1.1選題目的及意義 總結(jié)及運(yùn)用一學(xué)期來所學(xué)的知識,訓(xùn)練我們靈活應(yīng)用所學(xué)C+知識,應(yīng)用到繼承、抽象類、虛函數(shù)、虛基類、多態(tài)和文件的輸入/輸出。能夠鞏固、深化理論知識,提
2、高編程水平、分析問題、解決問題的能力。1.2研究內(nèi)容 模擬銀行的自動取款機(jī)使用過程中的界面和用戶交互過程。實(shí)現(xiàn)查詢銀行卡余額、取款、修改密碼、退出系統(tǒng)等功能2.系統(tǒng)分析2.1需求分析人們的金融意識、科技意識己經(jīng)有了很大的提高,在緊張忙碌的生活中,己越來越來不習(xí)慣每月奔忙于各銀行營業(yè)柜臺之問去排隊(duì)繳各種各樣的費(fèi)用了;同時,各種經(jīng)營單位如電信、移動、供電、煤氣、自來水、證券等等一是為了提高服務(wù)質(zhì)量、方便客戶,二是為了減輕自己日趨繁重的工作量,紛紛委托銀行為其開展代收代付業(yè)務(wù)。銀行每天要處理大量的存取款事件,做好存取款是銀行工作重要的環(huán)節(jié),然而要有效處理必須要有良好的程序和數(shù)據(jù)管理系統(tǒng)來建立一個良好
3、的軟件系統(tǒng)來實(shí)現(xiàn)快速、有效、準(zhǔn)確、安全的處理銀行事物。2.2功能要求(1)卡號、密碼輸入最多三次,否則直接退出系統(tǒng)。(2)取款功能:取款金額受卡余額、機(jī)單筆最大取款金額及機(jī)當(dāng)前剩余金額的限制。(3)查詢功能:實(shí)現(xiàn)查詢余額功能。(4)更改密碼:實(shí)現(xiàn)密碼更改功能,對于密碼要有2次驗(yàn)證。(5)鎖卡功能:實(shí)現(xiàn)卡被鎖的功能。(6)退卡功能:實(shí)現(xiàn)退出系統(tǒng)功能。 2.3軟硬件環(huán)境 環(huán)境:Visual c+ 6.0 硬件:lenovo idea-pad3系統(tǒng)概要設(shè)計3.1系統(tǒng)整體架構(gòu)設(shè)計 系統(tǒng)總體框架銀行管理系統(tǒng)存錢頁面取款頁面余額頁面修改密碼注銷頁面登錄界面注冊開戶主界頁面注銷退出4系統(tǒng)
4、詳細(xì)設(shè)計4.1管理模塊 (1)登錄頁面輸入卡號和密碼,根據(jù)用戶輸入的卡號和密碼,到后臺文件查詢,若正確則登錄成功,并保存卡好信息已備后用。若卡號存在和密碼不匹配或無該卡號已經(jīng)注銷,提示該卡號已存在或已注銷,保持界面三次不變等待用戶的重新輸入。(2)主界面頁面主要導(dǎo)航欄有:歡迎使用儲蓄卡管理(存款、取款、修改密碼、轉(zhuǎn)賬功能、注銷退出) (3)儲蓄卡開戶頁面提供開戶界面,由用戶輸入新儲蓄卡的所有信息,將該信息保存到文件中,并將開戶金額作為該卡的第一次存款記錄存人文件。(4)存錢頁面從登錄界面得到卡號,并提供數(shù)據(jù)輸入界面,等待用戶的輸入存款金額。從后臺數(shù)據(jù)庫中找到該用戶余額記錄,修改余額,并將該存款
5、事件的相應(yīng)信息寫人數(shù)據(jù)庫,同時將存錢的金額顯示在頁面上。(5)取款頁面從登錄界面得到卡號,并提供數(shù)據(jù)輸入界面,等待用戶輸入取款金額,如果取款金額大于該用戶卡上的余額則不能取款,或者將新的余額寫人文件,并將本次取款事件寫入文件同時將取錢的金額顯示在頁面上,。(6)注銷頁面從關(guān)閉文件,狀態(tài)為注銷,最后關(guān)閉整個系統(tǒng)。4.2類的定義 (1)comsumer 類class comsumer 主要制定用戶的成員數(shù)據(jù),并進(jìn)行登錄與保存功能:comsumer 類說明表名稱屬性說明ID數(shù)據(jù)成員用戶賬戶數(shù)據(jù)name數(shù)據(jù)成員用戶姓名money數(shù)據(jù)成員用戶首次金額in數(shù)據(jù)成員用戶身份證號address數(shù)據(jù)成員用戶地址
6、number數(shù)據(jù)成員用戶電話Passwd數(shù)據(jù)成員用戶密碼savemoney()成員方法存錢fetchmoney ()成員方法取錢change_passwd()成員方法修改密碼get_money()成員方法卡卡轉(zhuǎn)賬(2)YH 類YH 類 主要實(shí)現(xiàn)用戶的各種功能:YH 類說明表名稱屬性說明acnum數(shù)據(jù)成員賬戶數(shù)set_account ()成員方法開戶功能del_account ()成員方法注銷賬戶功能transfer ()成員方法轉(zhuǎn)賬功能functionshow()成員方法主界面顯示功能addmoney()成員方法存錢功能exitYH()成員方法退出系統(tǒng)功能5.系統(tǒng)實(shí)現(xiàn)5.1類的實(shí)現(xiàn)(1)con
7、sumer類class consumer:public YH/用戶類,繼承銀行類的屬性public: friend class YH; consumer(int id,string Name,int Number,double IN,string Company,string Address,string PassWord,float m) ID=id;name=Name;number=Number;in=IN;company=Company;address=Address;money=m;passwd=PassWord; consumer()ID=0;name='0'numb
8、er=0;in=0;company='0'address='0'money=0;passwd='0' int get_id()return ID; void savemoney();/ 取錢 string get_passwd()return passwd;/ 取得密碼 void display(); void fetchmoney(); /取錢 void change_passwd(); void add_money(float);/計算余額 void dec_money(float);/計算余額 float get_money();/卡卡轉(zhuǎn)帳
9、private: int ID; /開戶帳號 string passwd; / 用戶密碼 string name; / 用戶姓名 float money; /開戶金額int number;string company;string address;double in;(2)銀行類:class YH /銀行類public:void set_account();/銀行開戶功能void del_account(); /注銷賬戶功能void transfer(int); /轉(zhuǎn)賬功能void enter_account(); /進(jìn)入用戶個人信息功能void addmoney(int,float);/存款
10、功能void exitYH();/ 退出系統(tǒng)void functionshow();void save();void load();/ 功能界面protected: consumer *account20; static int acnum;/賬戶數(shù)5.2主要程序?qū)崿F(xiàn)(1)讀入用戶信息功能實(shí)現(xiàn):void YH:load()ifstream infile("bankdat.dat",ios:in);/以輸入方式打開文件if(!infile)cerr<<"讀取錯誤,無資料中!"<<endl;return;int n=0;int id,
11、m;string nam,passw;int number;string company;string address;double in;infile>>acnum;for(n=0;n<acnum;n+)/全部讀入infile>>id;/從磁盤文件bankdat.dat讀入信息infile>>m;infile>>nam;infile>>passw;infile>>company;infile>>number;infile>>address;infile>>in;accountn-
12、>passwd;consumer * acc = new consumer(id,nam,number,in,company,address,passw,m); /每讀入一個n開辟一段內(nèi)存accountn = acc; /賦值首地址infile.close();cout<<"讀取資料正常!"<<endl;(2)轉(zhuǎn)賬功能實(shí)現(xiàn):void YH:transfer(int x)int id; cout<<"請輸入帳號:" cin>>id; int flag = 1; int i = 0; while(i<
13、;acnum)&&(flag) /查找要轉(zhuǎn)入的賬號 if(id=accounti->get_id() flag = 0; else i+; if(flag) cout<<"帳號不存在!"<<endl<<endl; return ; float b; cout<<endl<<"請輸入你要轉(zhuǎn)帳的金額:" cin>>b; while(b<=0) cout<<"請輸入正確的數(shù)字!"<<endl;cout<<&
14、quot;"cin>>b; if(accountx->get_money()<b) /調(diào)用友元類consumer的公有成員函數(shù)cout<<"對不起,金額不夠!"<<endl; else accountx->dec_money(b);accounti->add_money(b);cout<<"轉(zhuǎn)賬成功!"<<endl;return;(3)賬戶金額計算實(shí)現(xiàn):void consumer:add_money(float x)money=x+money;void cons
15、umer:dec_money(float x)money=money-x;void YH:addmoney(int x,float y)accountx->money=accountx->money-y;float consumer:get_money()return money;void main()YH yh;yh.functionshow();(4)主界面顯示void YH:functionshow() int n;dosystem("cls"); load();cout<<endl<<"請輸入相應(yīng)的操作序號進(jìn)行操作:&q
16、uot;<<endl;cout<<""<<endl;cout<<" "<<endl;cout<<" 1. 開戶 "<<endl;cout<<" "<<endl;cout<<" 2.賬戶登錄 "<<endl;cout<<" "<<endl;cout<<" 3.賬戶注銷 "<<end
17、l;cout<<" "<<endl;cout<<" 4.退出系統(tǒng) "<<endl;cout<<" "<<endl;cout<<""<<endl;cout<<""cin>>n; while(n<1|n>4) cout<<"操作錯誤,請輸入正確的操作序號!"<<endl; cout<<"" ci
18、n>>n; switch(n) case 1: set_account();/開戶 break; case 2:enter_account();/登錄break; case 3: del_account();/注銷 break; case 4: exitYH();/退出 break; cin.get();/輸入流類istream的成員函數(shù)while(true);void YH:enter_account()int id; cout<<"請輸入帳號:" cin>>id; int flag = 1; int i = 0; /_page_bre
19、ak_while(i<acnum)&&(flag) /循環(huán)查找 if(id=accounti->get_id() flag = 0; else i+; if(flag) cout<<"帳號不存在!"<<endl; return; cout<<"請輸入密碼:"string passw;cin>>passw;if(passw!=accounti->get_passwd() return;/返回到登錄界面accounti->display();cin.get();cin.g
20、et();int n;dosystem("cls"); cout<<"請選擇下列操作:"<<endl;cout<<""<<endl;cout<<" "<<endl;cout<<" 1.查看賬戶信息 "<<endl;cout<<" "<<endl;cout<<" 2.取款 "<<endl;cout<<&q
21、uot; "<<endl;cout<<" 3.存款 "<<endl;cout<<" "<<endl;cout<<" 4.修改密碼 "<<endl;cout<<" "<<endl;cout<<" 5.轉(zhuǎn)賬 "<<endl;cout<<" "<<endl;cout<<" 6.返回上一菜單 &qu
22、ot;<<endl;cout<<" "<<endl;cout<<""<<endl;cout<<""cin>>n;(5)添加/刪除賬戶功能實(shí)現(xiàn):switch(n)case 1: accounti->display();break;case 2: accounti->fetchmoney();save();break;/從2-5功能,每執(zhí)行一次調(diào)用一次save函數(shù),重新寫入數(shù)據(jù)case 3:accounti->savemoney();sa
23、ve();break;case 4:accounti->change_passwd();save();break;case 5:transfer(i);save();break;case 6:return;cin.get();cin.get();while(1);void YH:set_account() int id; string nam; string passw; float m;string company;string address;int number;double in; cout<<"請輸入開戶號:"<<endl; cin&
24、gt;>id; cout<<"請輸入開戶人姓名:"<<endl; cin>>nam; cout<<"請輸入開戶密碼:"<<endl; cin>>passw; cout<<"請輸入存入金額:"<<endl; cin>>m;cout<<"請輸入開戶人電話:"<<endl; cin>>number;cout<<"請輸入開戶人公司:"<&
25、lt;endl;cin>>company;cout<<"請輸入開戶人地址:"<<endl;cin>>address;cout<<"請輸入開戶人身份證號碼:"<<endl;cin>>in; while(m<=0) cout<<"請輸入正確的數(shù)字!"<<endl;cin>>m; consumer * acc = new consumer(id,nam,number,in,company,address,passw,
26、m); accountacnum = acc; cout<<"開戶成功!"<<endl<<endl; acnum+;save();cin.get();return;void YH:del_account() int id; cout<<endl<<"請輸入你要注銷的帳戶號:" cin>>id;int flag = 1; int i = 0; while(i<acnum)&&(flag) /循環(huán)查找 if(id = accounti->get_id() fl
27、ag = 0; else i+; if(flag) cout<<"該帳號不存在,請重新輸入!"<<endl; return; /返回到登陸界面 for(int j=i;j<acnum;j+) /所有被刪號后的數(shù)據(jù)重新存儲 accountj = accountj+1; accountacnum-1=NULL; acnum-; /賬號總數(shù)自減一次cout<<"你的賬號已注銷!"<<endl<<endl; save();cin.get();return; (6)修改密碼實(shí)現(xiàn):void consu
28、mer:change_passwd()string pwd,repwd;cout<<"請輸入新密碼:"cin>>pwd;cout<<"請?jiān)佥斎胍淮涡旅艽a:"cin>>repwd;if(pwd!=repwd)cout<<"你輸入的兩次密碼不一樣,按輸入鍵返回上一層菜單!"<<endl;elsecout<<"密碼修改成功,請牢記!"<<endl;cin.get(); (7)取/存款實(shí)現(xiàn):void consumer:fetch
29、money()float m;char ch;docout<<endl<<"輸入取款金額:"<<"¥>"<<endl ; cin>>m; while(m<=0) cout<<"請輸入正確的數(shù)字!"<<endl;cout<<""cin>>m; if(money<m)cout<<"對不起,你的余額不足!"<<endl; else money=money
30、-m; cout<<endl<<"操作成功,請收好錢!"<<endl; cout<<"是否要繼續(xù)該項(xiàng)操作:(Y/N) "<<endl;cout<<""cin>>ch;while(ch!='n'&&ch!='N'&&ch!='Y'&&ch!='y')/選擇錯誤時判定cout<<""cin>>ch;wh
31、ile(ch='y'|ch='Y');void consumer:savemoney()/存錢函數(shù)功能實(shí)現(xiàn) float c; char ch;docout<<endl<<"請輸入要存入的金額:"<<"¥>"<<endl ; cin>>c; while(c<=0) cout<<"輸入錯誤,請重新輸入!"<<endl;cout<<""cin>>c; money=mone
32、y+c; cout<<"操作已成功!"<<endl;cout<<"是否要繼續(xù)該項(xiàng)操作:(Y/N) "<<endl;cout<<""cin>>ch;while(ch!='n'&&ch!='N'&&ch!='Y'&&ch!='y')cout<<""cin>>ch;while(ch='y'|ch=
33、39;Y');int YH:acnum=0;(8)用戶信息顯示:void consumer:display()/用戶信息界面system("cls"); cout<<"#"<<endl;cout<<"#"<<endl;cout<<"# 用戶姓名:"<<name<<endl;cout<<"#"<<endl;cout<<"# 帳號:"<<ID
34、<<endl;cout<<"#"<<endl;cout<<"# 余額: "<<money<<endl;cout<<"#"<<endl;cout<<"# 按輸入鍵回到上一菜單"<<endl;cout<<"#"<<endl;cout<<"#"<<endl;cout<<""6系統(tǒng)測試6
35、.1首頁6.2開戶頁面6.3儲蓄卡管理頁面6.4存/取款頁面6.5密碼修改頁面6.6轉(zhuǎn)賬頁面6.7查詢用戶信息頁面6.8銷戶頁面7收獲及體會這次課程設(shè)計收獲了好多,通過這次課設(shè),又進(jìn)一步鞏固了課本上的知識,更加熟練的使用到繼承、抽象類、虛函數(shù)、虛基類、多態(tài)和文件的輸入/輸出這些功能,提高了自己編程水平、分析問題、解決問題的能力。8.參考文獻(xiàn)1高俊文。c/c+程序設(shè)計 。北京:人民郵電出版社,2005 2譚浩強(qiáng)。C+程序設(shè)計。北京:清華大學(xué)出版社,2004 9.附錄源程序:#include<iostream>#include <string>
36、#include<fstream>using namespace std;class consumer;class YH /銀行類public:void set_account();/銀行開戶功能void del_account(); /注銷賬戶功能void transfer(int); /轉(zhuǎn)賬功能void enter_account(); /進(jìn)入用戶個人信息功能void addmoney(int,float);/存款功能void exitYH();/ 退出系統(tǒng)void functionshow();void save();void load();/ 功能界面protected:
37、consumer *account20; static int acnum;/賬戶數(shù);class consumer:public YH/用戶類,繼承銀行類的屬性public: friend class YH; consumer(int id,string Name,int Number,double IN,string Company,string Address,string PassWord,float m) ID=id;name=Name;number=Number;in=IN;company=Company;address=Address;money=m;passwd=PassWord
38、; consumer()ID=0;name='0'number=0;in=0;company='0'address='0'money=0;passwd='0' int get_id()return ID; void savemoney();/ 取錢 string get_passwd()return passwd;/ 取得密碼 void display(); void fetchmoney(); /取錢 void change_passwd(); void add_money(float);/計算余額 void dec_money
39、(float);/計算余額 float get_money();/卡卡轉(zhuǎn)帳private: int ID; /開戶帳號 string passwd; / 用戶密碼 string name; / 用戶姓名 float money; /開戶金額int number;string company;string address;double in;void YH:save()ofstream ofile("bankdat.dat",ios:out);/以輸出方式打開文件 ofstream outfile("bankdat.dat",ios:out);/以輸出方式
40、打開文件 bankdat.dat接收從內(nèi)存輸出的數(shù)據(jù)int n=0;outfile<<acnum<<" "for(n=0;n<acnum;n+)outfile<<accountn->ID<<" "/把信息寫入磁盤文件bankdat.datoutfile<<accountn->money<<" "outfile<<accountn->name<<" "outfile<<accountn-
41、>passwd<<" "outfile<<accountn->number<<" "outfile<<accountn->company<<" "outfile<<accountn->address<<" "outfile<<accountn->in<<" "outfile.close(); /*讀入用戶信息功能實(shí)現(xiàn)*/void YH:load()ifstre
42、am infile("bankdat.dat",ios:in);/以輸入方式打開文件if(!infile)cerr<<"讀取錯誤,無資料中!"<<endl;return;int n=0;int id,m;string nam,passw;int number;string company;string address;double in;infile>>acnum;for(n=0;n<acnum;n+)/全部讀入infile>>id;/從磁盤文件bankdat.dat讀入信息infile>>
43、;m;infile>>nam;infile>>passw;infile>>company;infile>>number;infile>>address;infile>>in;accountn->passwd;consumer * acc = new consumer(id,nam,number,in,company,address,passw,m); /每讀入一個n開辟一段內(nèi)存accountn = acc; /賦值首地址infile.close();cout<<"讀取資料正常!"<
44、;<endl;/*轉(zhuǎn)賬功能實(shí)現(xiàn)*/void YH:transfer(int x)int id; cout<<"請輸入帳號:" cin>>id; int flag = 1; int i = 0; while(i<acnum)&&(flag) /查找要轉(zhuǎn)入的賬號 if(id=accounti->get_id() flag = 0; else i+; if(flag) cout<<"帳號不存在!"<<endl<<endl; return ; float b; cout
45、<<endl<<"請輸入你要轉(zhuǎn)帳的金額:" cin>>b; while(b<=0) cout<<"請輸入正確的數(shù)字!"<<endl;cout<<""cin>>b; if(accountx->get_money()<b) /調(diào)用友元類consumer的公有成員函數(shù)cout<<"對不起,金額不夠!"<<endl; else accountx->dec_money(b);accounti-&
46、gt;add_money(b);cout<<"轉(zhuǎn)賬成功!"<<endl;return;/*賬戶金額計算*/void consumer:add_money(float x)money=x+money;void consumer:dec_money(float x)money=money-x;void YH:addmoney(int x,float y)accountx->money=accountx->money-y;float consumer:get_money()return money;void main()YH yh;yh.fun
47、ctionshow();/*主界面顯示*/void YH:functionshow() int n;dosystem("cls"); load();cout<<endl<<"請輸入相應(yīng)的操作序號進(jìn)行操作:"<<endl;cout<<""<<endl;cout<<" "<<endl;cout<<" 1. 開戶 "<<endl;cout<<" "<<
48、endl;cout<<" 2.賬戶登錄 "<<endl;cout<<" "<<endl;cout<<" 3.賬戶注銷 "<<endl;cout<<" "<<endl;cout<<" 4.退出系統(tǒng) "<<endl;cout<<" "<<endl;cout<<""<<endl;cout<&
49、lt;""cin>>n; while(n<1|n>4) cout<<"操作錯誤,請輸入正確的操作序號!"<<endl; cout<<"" cin>>n; switch(n) case 1: set_account();/開戶 break; case 2:enter_account();/登錄break; case 3: del_account();/注銷 break; case 4: exitYH();/退出 break; cin.get();/輸入流類istre
50、am的成員函數(shù)while(true);void YH:enter_account()int id; cout<<"請輸入帳號:" cin>>id; int flag = 1; int i = 0; /_page_break_while(i<acnum)&&(flag) /循環(huán)查找 if(id=accounti->get_id() flag = 0; else i+; if(flag) cout<<"帳號不存在!"<<endl; return; cout<<"
51、請輸入密碼:"string passw;cin>>passw;if(passw!=accounti->get_passwd() return;/返回到登錄界面accounti->display();cin.get();cin.get();int n;dosystem("cls"); cout<<"請選擇下列操作:"<<endl;cout<<""<<endl;cout<<" "<<endl;cout<<
52、;" 1.查看賬戶信息 "<<endl;cout<<" "<<endl;cout<<" 2.取款 "<<endl;cout<<" "<<endl;cout<<" 3.存款 "<<endl;cout<<" "<<endl;cout<<" 4.修改密碼 "<<endl;cout<<"
53、"<<endl;cout<<" 5.轉(zhuǎn)賬 "<<endl;cout<<" "<<endl;cout<<" 6.返回上一菜單 "<<endl;cout<<" "<<endl;cout<<""<<endl;cout<<""cin>>n;switch(n)case 1: accounti->display();b
54、reak;case 2: accounti->fetchmoney();save();break;/從2-5功能,每執(zhí)行一次調(diào)用一次save函數(shù),重新寫入數(shù)據(jù)case 3:accounti->savemoney();save();break;case 4:accounti->change_passwd();save();break;case 5:transfer(i);save();break;case 6:return;cin.get();cin.get();while(1);void YH:set_account() int id; string nam; string
55、passw; float m;string company;string address;int number;double in; cout<<"請輸入開戶號:"<<endl; cin>>id; cout<<"請輸入開戶人姓名:"<<endl; cin>>nam; cout<<"請輸入開戶密碼:"<<endl; cin>>passw; cout<<"請輸入存入金額:"<<endl;
56、cin>>m;cout<<"請輸入開戶人電話:"<<endl; cin>>number;cout<<"請輸入開戶人公司:"<<endl;cin>>company;cout<<"請輸入開戶人地址:"<<endl;cin>>address;cout<<"請輸入開戶人身份證號碼:"<<endl;cin>>in; while(m<=0) cout<<&
57、quot;請輸入正確的數(shù)字!"<<endl;cin>>m; consumer * acc = new consumer(id,nam,number,in,company,address,passw,m); accountacnum = acc; cout<<"開戶成功!"<<endl<<endl; acnum+;save();cin.get();return;void YH:del_account() int id; cout<<endl<<"請輸入你要注銷的帳戶號:" ci
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年煤礦工人工作總結(jié)范本大全
- 第二章 有理數(shù)及其運(yùn)算第4節(jié)有理數(shù)的乘方(第1課時)教學(xué)設(shè)計2024-2025學(xué)年北師大版數(shù)學(xué)七年級上冊
- 采購部人員個人工作總結(jié)范文
- 專業(yè)代理公司合同范例
- 農(nóng)業(yè)展示銷售合同范例
- 保安合同范本
- 社區(qū)衛(wèi)生服務(wù)中心安全生產(chǎn)工作總結(jié)
- 沖貸合同范本
- 租賃合同補(bǔ)充協(xié)議范本
- 買賣正規(guī)新版合同范例
- 道路照明設(shè)施維護(hù)技術(shù)規(guī)程DB50-T 233-2020
- 爾雅家園的治理:環(huán)境科學(xué)概論考試答案
- 城市軌道交通乘客服務(wù)課件(完整版)
- 四川建設(shè)工程系統(tǒng)用戶滿意度測評實(shí)施辦法
- 山田家的氣象報告--完整版PPT課件
- 煤礦2021年重大安全風(fēng)險分析預(yù)判防控報告全文
- 粱昆淼第四版數(shù)學(xué)物理方法第10章
- 急診腦卒中病人分診流程圖4.8
- 球閥使用說明書
- 對外漢語—春節(jié)學(xué)習(xí)教案
- 畢業(yè)設(shè)計(論文)800×800錘式破碎機(jī)
評論
0/150
提交評論