![C++學(xué)生信息管理系統(tǒng)課程設(shè)計(jì)報(bào)告42596_第1頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-3/21/d99267fe-7f89-4f14-a2dc-c06cf5d86493/d99267fe-7f89-4f14-a2dc-c06cf5d864931.gif)
![C++學(xué)生信息管理系統(tǒng)課程設(shè)計(jì)報(bào)告42596_第2頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-3/21/d99267fe-7f89-4f14-a2dc-c06cf5d86493/d99267fe-7f89-4f14-a2dc-c06cf5d864932.gif)
![C++學(xué)生信息管理系統(tǒng)課程設(shè)計(jì)報(bào)告42596_第3頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-3/21/d99267fe-7f89-4f14-a2dc-c06cf5d86493/d99267fe-7f89-4f14-a2dc-c06cf5d864933.gif)
![C++學(xué)生信息管理系統(tǒng)課程設(shè)計(jì)報(bào)告42596_第4頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-3/21/d99267fe-7f89-4f14-a2dc-c06cf5d86493/d99267fe-7f89-4f14-a2dc-c06cf5d864934.gif)
![C++學(xué)生信息管理系統(tǒng)課程設(shè)計(jì)報(bào)告42596_第5頁(yè)](http://file3.renrendoc.com/fileroot_temp3/2022-3/21/d99267fe-7f89-4f14-a2dc-c06cf5d86493/d99267fe-7f89-4f14-a2dc-c06cf5d864935.gif)
版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、面向?qū)ο蟮某绦蛟O(shè)計(jì)課程設(shè)計(jì)報(bào)告姓 名: 學(xué) 號(hào): 班 級(jí): 院 系 日期: 目錄1 課程設(shè)計(jì)目的2 項(xiàng)目要求與簡(jiǎn)介3 設(shè)計(jì)題目 題目 學(xué)生成績(jī)管理系統(tǒng)4 測(cè)試運(yùn)行的結(jié)果.5 心得體會(huì)與進(jìn)一步的改進(jìn)6 參考書(shū)目7 源代碼 程序設(shè)計(jì)語(yǔ)言(C+)課程設(shè)計(jì)一 設(shè)計(jì)目的1.進(jìn)一步掌握用進(jìn)行類(lèi)的定義和操作 2.進(jìn)一步掌握類(lèi)的繼承和派生3.掌握在Visual C+6進(jìn)行編程的技術(shù)4.綜合利用上述知識(shí),編寫(xiě)面向?qū)ο蟮暮?jiǎn)單程序5。培養(yǎng)團(tuán)結(jié)合作能力和自主學(xué)習(xí)的能力二 項(xiàng)目要求與簡(jiǎn)介1.要求系統(tǒng)具備一定的存儲(chǔ)記憶功能 2.要求系統(tǒng)能夠處理常見(jiàn)異常并作出反映3。系統(tǒng)具備常用的學(xué)生信息處理功能4.本系統(tǒng)還處于1。1版本
2、,還會(huì)發(fā)布后續(xù)版本三 設(shè)計(jì)題目題目 學(xué)生成績(jī)管理系統(tǒng)(一).系統(tǒng)的主要功能1.增加學(xué)生系統(tǒng)可以提示用戶輸入增加的學(xué)生個(gè)數(shù),添入到student.dat2。刪除首先由用戶輸入要?jiǎng)h除的位置,然后系統(tǒng)調(diào)用刪除函數(shù)3.查找系統(tǒng)提示用戶輸入要查找的學(xué)號(hào),成績(jī),姓名然后系統(tǒng)再傳遞用戶選擇的項(xiàng)目分別調(diào)用以上三個(gè)函數(shù)4.修改系統(tǒng)提示用戶要修改的位置,然后傳遞給修改函數(shù)。接著系統(tǒng)出現(xiàn)提示提示用戶修改的項(xiàng)目,可以修改學(xué)號(hào),姓名或者成績(jī)5.成績(jī)信息用戶選擇該功能以后,系統(tǒng)出現(xiàn)提示??偣灿辛?xiàng),求平均成績(jī),成績(jī)排序低于平均成績(jī)的學(xué)生信息,高于90分的學(xué)生信息,低于60分的學(xué)生信息或退出該功能6.顯示所有學(xué)生信息調(diào)用此
3、功能,系統(tǒng)讀取文件中當(dāng)前所有內(nèi)容輸出7。當(dāng)前學(xué)生總數(shù)讀取long。txt中保存的信息并輸出8。交換兩個(gè)學(xué)生信息調(diào)用函數(shù)交換兩個(gè)學(xué)生的信息9。插入學(xué)生信息在指定位置新建一個(gè)學(xué)生信息,位置由用戶輸入(二)。系統(tǒng)總體框架開(kāi)始界面主要提示的菜單界面查找信息修改信息成績(jī)信息交換信息學(xué)生總數(shù)刪除學(xué)生信息新建學(xué)生信息(三).系統(tǒng)數(shù)據(jù)結(jié)構(gòu)定義class student/這是數(shù)據(jù)節(jié)點(diǎn)public:student();student(student c)this->number=c。getnumber(); this->setname(c.getname()); this->setsex(c.g
4、etsex());this->grade=c.getgrade();void setname(char name1)strcpy(this-name,name1);void setnumber(int num)this->number=num;void setgrade(double grade1)thisgrade=grade1;void setsex(char sex1)strcpy(this->sex,sex1);char *getname()return this>name;double getgrade()return this->grade;int g
5、etnumber()return this->number;char getsex()return this>sex;private:char name20;char sex5;double grade;int number;;四 測(cè)試運(yùn)行的結(jié)果<1測(cè)試新建學(xué)生信息功能2測(cè)試查看學(xué)生總數(shù)功能<3>測(cè)試插入學(xué)生信息功能<4>測(cè)試顯示所有學(xué)生信息功能<5>測(cè)試學(xué)生成績(jī)信息功能6測(cè)試交換學(xué)生信息功能7>測(cè)試刪除學(xué)生信息功能<7測(cè)試修改學(xué)生信息功能8>測(cè)試查找學(xué)生信息功能五 心得體會(huì)與進(jìn)一步改進(jìn)通過(guò)此次VC課程設(shè)計(jì),我了解了Vis
6、ual C6的調(diào)試和找錯(cuò)基本方法。系統(tǒng)的設(shè)計(jì)基本實(shí)現(xiàn)了老師所要求的功能,同時(shí)還增添加了交換學(xué)生信息的新功能。同時(shí)在設(shè)計(jì)過(guò)程中,對(duì)于系統(tǒng)的功能還有許多不完善的地方,例如為了是對(duì)輸入信息的限制,沒(méi)有在系統(tǒng)中做限制用戶可以隨意輸入,由此可能導(dǎo)致系統(tǒng)出錯(cuò)。另外對(duì)于刪除沒(méi)有實(shí)現(xiàn)按學(xué)號(hào)刪除,因此還需要更多的設(shè)計(jì)來(lái)完善對(duì)于表達(dá)式的處理;設(shè)計(jì)一開(kāi)始是以鏈表為基礎(chǔ)的,后來(lái)進(jìn)行不下去了。重新用了現(xiàn)在C中對(duì)文件處理的知識(shí);界面風(fēng)格只是使用默認(rèn)的,沒(méi)有創(chuàng)新,這個(gè)需要在以后的設(shè)計(jì)中加以改進(jìn)。此次的課程設(shè)計(jì)讓自己在學(xué)習(xí)新知識(shí)上有了更高的理解,有些只是只有在你想到要用時(shí)才會(huì)自己去學(xué),同時(shí)自己在編程上的理解更深一層,逐步了解
7、編程在實(shí)際中的運(yùn)用,掌握了更多編程方法和思想,拓寬了知識(shí)面,為進(jìn)一步的學(xué)習(xí)繼續(xù)打牢根基.六 參考書(shū)目Visualc+入門(mén)到精通七 源代碼class list:public studentpublic:void display()ifstream infile;int a=1;infile。open("student.dat”,ios:binary);student c;while(infile。read((char *)c,sizeof(c)))cout" 第”a<<"個(gè)學(xué)生信息"endl;cout<”姓名:"<<
8、c。getname()<endl;cout<<”性別:”<c。getsex()endl;cout<"成績(jī):”<<c。getgrade()endl;cout"學(xué)號(hào):”<<c.getnumber()endl;a+;cout<<endl;infile。close();/顯示學(xué)生信息void write(int i)int a,t,b=0;char name120;char sex15;int number1;double grade1; ofstream outfile;outfile.open(”student.
9、dat",ios:app);student c;for(a=1;a=i;a+)cout<”請(qǐng)輸入姓名:";cin>name1;c。setname(name1);cout<<”請(qǐng)輸入學(xué)生學(xué)號(hào):”;cin>number1;c。setnumber(number1);cout<<"請(qǐng)輸入學(xué)生性別 :";cinsex1;c。setsex(sex1);cout”請(qǐng)輸入學(xué)生成績(jī):";cingrade1;c。setgrade(grade1);outfile.write((char * )c,sizeof(c);outf
10、ile。close();ifstream infile;/infile.seekg(0,ios::end); infile。open(”long。txt”); if(infile.is_open() while(!infile.eof() char temp50; infile.getline(temp,50); b=atoi(temp); else b=0; infile.close();ofstream outfile1(”long。txt");t=i+b;outfile1<t;outfile1.close();/增加學(xué)生信息void modify2(int i,int j
11、)int cap1; ifstream infile; infile.open("long。txt"); infile>cap1; infile。close();student c;ifstream infile1("student。dat");ofstream outfile(”temp.dat");int a;for(a=1;a<i;a+)infile1。read((char *)c,sizeof(c);outfile。write((char )&c,sizeof(c));outfile.close();infile1.
12、close();ifstream infile2("student.dat”);infile2。seekg(sizeof(c)(i1);infile2.read((char *)&c,sizeof(c));char name120;cout<”輸入姓名:"cin>name1;c.setnumber(c。getnumber());c。setgrade(c.getgrade();c。setname(name1);c。setsex(c.getsex());ofstream outfile1("temp。dat”,ios::app);outfile1.
13、write(char *)&c,sizeof(c);outfile1.close();ifstream infile3("student。dat"); infile3。seekg(sizeof(c)i);ofstream outfile2(”temp.dat",ios::app);for(a=i+1;a<=cap1;a+)infile3。read(char )&c,sizeof(c);outfile2.write(char )&c,sizeof(c);outfile2。close();infile3。close();ifstream
14、infile4(”temp.dat");ofstream outfile3(”student.dat");for(a=1;a=cap1;a+) infile4.read(char *)c,sizeof(c);outfile3。write(char *)c,sizeof(c);remove(”temp。dat”);infile4.close();outfile3。close();void modify1(int i,int j)int cap1; ifstream infile; infile。open(”long。txt"); infile>>cap1
15、; infile。close();student c;ifstream infile1("student。dat”);ofstream outfile("temp.dat”);int a;for(a=1;ai;a+)infile1。read(char )c,sizeof(c));outfile。write(char *)&c,sizeof(c);outfile.close();infile1.close();ifstream infile2("student。dat");infile2.seekg(sizeof(c)(i1);infile2.re
16、ad(char )c,sizeof(c));int number1;cout<"輸入學(xué)號(hào):”;cin>>number1;c。setnumber(number1);c.setgrade(c.getgrade();c。setname(c.getname();c。setsex(c。getsex());ofstream outfile1(”temp。dat",ios:app);outfile1。write(char *)c,sizeof(c));outfile1.close();ifstream infile3("student。dat”); infil
17、e3。seekg(sizeof(c)*i);ofstream outfile2("temp.dat",ios:app);for(a=i+1;a=cap1;a+)infile3.read((char )c,sizeof(c);outfile2。write(char *)c,sizeof(c));outfile2。close();infile3。close();ifstream infile4("temp。dat”);ofstream outfile3("student.dat”);for(a=1;a<=cap1;a+) infile4。read((c
18、har )&c,sizeof(c);outfile3。write(char *)&c,sizeof(c));remove(”temp。dat");infile4.close();outfile3。close();void modify3(int i,int j)int cap1; ifstream infile; infile.open("long。txt"); infile>cap1; infile。close();student c;ifstream infile1(”student.dat");ofstream outfile
19、(”temp。dat”);int a;for(a=1;a<i;a+)infile1.read(char )c,sizeof(c);outfile。write(char *)c,sizeof(c));outfile.close();infile1.close();ifstream infile2(”student。dat");infile2.seekg(sizeof(c)(i1);infile2.read((char )c,sizeof(c));char sex15;cout<”輸入性別:”;cin>sex1;c。setnumber(c.getnumber());c.
20、setgrade(c.getgrade();c。setname(c.getname();c.setsex(sex1);ofstream outfile1("temp。dat”,ios:app);outfile1。write((char *)&c,sizeof(c);outfile1.close();ifstream infile3("student。dat"); infile3。seekg(sizeof(c)*i);ofstream outfile2("temp。dat”,ios::app);for(a=i+1;a<=cap1;a+)inf
21、ile3.read((char *)c,sizeof(c);outfile2。write((char )c,sizeof(c);outfile2。close();infile3。close();ifstream infile4(”temp。dat");ofstream outfile3("student。dat");for(a=1;a<=cap1;a+) infile4.read(char )&c,sizeof(c);outfile3。write(char *)&c,sizeof(c));remove("temp。dat”);inf
22、ile4。close();outfile3.close();void modify4(int i,int j)int cap1; ifstream infile; infile。open(”long.txt”); infile>cap1; infile。close();student c;ifstream infile1("student.dat");ofstream outfile("temp.dat”);int a;for(a=1;a<i;a+)infile1.read(char )&c,sizeof(c);outfile.write(ch
23、ar )c,sizeof(c);outfile.close();infile1。close();ifstream infile2(”student.dat");infile2.seekg(sizeof(c)*(i-1);infile2。read(char *)c,sizeof(c));double grade1;cout<"輸入成績(jī):”;cin>>grade1;c.setnumber(c。getnumber();c.setgrade(grade1);c。setname(c。getname());c.setsex(c.getsex();ofstream ou
24、tfile1(”temp。dat",ios:app);outfile1。write((char )&c,sizeof(c);outfile1。close();ifstream infile3(”student.dat"); infile3.seekg(sizeof(c)*i);ofstream outfile2("temp.dat”,ios::app);for(a=i+1;a=cap1;a+)infile3.read(char *)c,sizeof(c);outfile2.write((char *)c,sizeof(c));outfile2.close(
25、);infile3.close();ifstream infile4(”temp。dat");ofstream outfile3(”student.dat");for(a=1;a=cap1;a+) infile4.read(char )c,sizeof(c);outfile3。write((char )&c,sizeof(c));remove(”temp。dat");infile4。close();outfile3.close(); void modify(int i) int cap1; ifstream infile; infile.open(”lon
26、g.txt”); infile>cap1; infile。close(); student c; ifstream infile1(”student.dat”); if(i<=cap1) int j=1; while(j!=0) cout<<" _”<endl; cout<" |* 請(qǐng)輸入你想執(zhí)行的操作*|”<<endl; cout<<" |* 1。修改學(xué)生學(xué)號(hào) *|”<endl; cout<" |* 2。修改學(xué)生姓名 |”<endl; cout<” * 3。修改學(xué)生性別
27、 *|”<endl; cout<" * 4。修改學(xué)生成績(jī) *|"<<endl; cout<” |* 5。顯示該學(xué)生信息 *|”<endl; cout<<” | 0。退出操作 |”<endl; cout<” -”endl; cin>j; switch(j) case 1: this->modify1(i,j); break; case 2: thismodify2(i,j);break; case 3: this->modify3(i,j); break; case 4: this->modi
28、fy4(i,j); break; case 5: infile1。seekg(sizeof(c)(i-1); infile1.read((char *)&c,sizeof(c)); cout<" 第"<<i<"個(gè)學(xué)生信息”<endl; cout<<"姓名:”<c。getname()<endl; cout<<"性別:"<c.getsex()endl; cout<”成績(jī):"<c.getgrade()<endl; cout"
29、學(xué)號(hào):”<c。getnumber()endl; break; case 0: break; else cout"你修改的位置有誤"endl; /修改學(xué)生信息 void change(int i,int j) int cap1,t; if(ij) t=i; i=j; j=t; student b; ifstream infile; infile。open(”long。txt”); infile>>cap1; infile.close(); if(i!=j) if(i<=cap1j<=cap1) b=thisDelete(i); this>i
30、nsert(j1,b); b=thisDelete(j); this->insert(i,b); /交換兩學(xué)生信息 void sort() int cap1,i,j; student a,b; ifstream infile; infile。open(”long。txt”); infile>>cap1; infile.close(); for(i=0;i<cap11;i+) for(j=i+1;jcap1;j+) ifstream infile1("student。dat”); ifstream infile2(”student.dat"); inf
31、ile1.seekg(sizeof(a)(i)); infile1.read(char )&a,sizeof(a)); infile2.seekg(sizeof(b)(j); infile2.read((char )b,sizeof(b)); if(a。getgrade()=b。getgrade()) this-change(i+1,j+1); infile1。close(); infile2.close(); /從大到小排列成績(jī) void insert(int i,student b) int cap1; ifstream infile;infile。open(”long。txt&q
32、uot;);infile>cap1;infile。close();if(i<=cap1)student c;ifstream infile1(”student.dat”);ofstream outfile("temp.dat");int a;for(a=1;ai;a+)infile1。read((char *)c,sizeof(c));outfile.write((char )c,sizeof(c));outfile.close();infile1.close();ofstream outfile1("temp.dat”,ios::app);outfi
33、le1。write(char * )b,sizeof(b));outfile1.close();ifstream infile2("student。dat”);infile2.seekg(sizeof(c)(i-1);ofstream outfile2("temp.dat”,ios:app);for(a=i;a<=cap1;a+)infile2。read(char )&c,sizeof(c);outfile2。write(char *)c,sizeof(c);outfile2.close();infile2.close();ifstream infile3(”
34、temp.dat”);ofstream outfile3("student.dat");for(a=1;a<=cap1+1;a+)infile3。read((char )&c,sizeof(c));outfile3.write((char *)&c,sizeof(c));remove(”temp。dat”);cap1+;infile3。close();outfile3.close();ofstream outfile4(”long。txt”);outfile4<cap1;outfile4。close();elsecout<”你輸入的插入位置
35、有誤”<endl;/插入學(xué)生信息 student Delete(int i) int cap1; ifstream infile1(”long.txt");infile1cap1;infile1.close();student c,b;ifstream infile2("student。dat",ios:binary); int a;ofstream outfile1(”temp1.dat");for(a=1;a<i;a+)infile2.read(char )&c,sizeof(c);outfile1。write((char )c,
36、sizeof(c); infile2。seekg(sizeof(c)*(i1);infile2。read((char )c,sizeof(c)); b=c; infile2。seekg(sizeof(c)*(i));ofstream outfile2(”temp1。dat",ios:app);for(a=i+1;a=cap1;a+)infile2。read(char *)c,sizeof(c);outfile2.write((char *)&c,sizeof(c);infile2。close();outfile1。close();outfile2。close();ofstre
37、am outfile3("student。dat”);ifstream infile3(”temp1.dat");for(a=1;a=cap11;a+)infile3。read((char *)&c,sizeof(c);outfile3.write(char *)c,sizeof(c));infile3.close();outfile3。close();cap1-;ofstream outfile4("long。txt”);outfile4cap1;outfile4.close();remove("temp1.dat”);return b;/刪除
38、學(xué)生信息 void find_number(int number1) student c; ifstream infile;infile。open("student。dat”);while(infile。read(char *)&c,sizeof(c))if(c。getnumber()=number1) cout<” 學(xué)號(hào)為"<<number1<”的學(xué)生信息"endl; cout<"姓名:”<c.getname()<endl; cout<<"性別:”<c。getsex()<
39、;endl; cout"成績(jī):”<<c.getgrade()<endl; cout<”學(xué)號(hào):"<c.getnumber()<endl;infile.close();void find_grade(double grade1) student c; ifstream infile;infile.open(”student.dat");while(infile。read(char )&c,sizeof(c)if(c.getgrade()=grade1) cout<” 成績(jī)?yōu)?quot;<<grade1”的學(xué)
40、生信息”<endl; cout”姓名:"<<c.getname()<<endl; cout<”性別:"c.getsex()<endl; cout<”成績(jī):"<c.getgrade()endl; cout<”學(xué)號(hào):"<<c。getnumber()<endl;infile.close();void find_name(char *name1) student c; ifstream infile;infile。open(”student.dat”);while(infile。rea
41、d(char *)&c,sizeof(c)))if(!strcmp(c.getname(),name1)) cout" 姓名為"<name1<"的學(xué)生信息”<endl; cout<”姓名:”c.getname()<endl; cout<"性別:"<c.getsex()<<endl; cout<<”成績(jī):"<c。getgrade()<<endl; cout<”學(xué)號(hào):”<<c。getnumber()<<endl;inf
42、ile.close();/查找學(xué)生信息int length()ifstream infile(”long.txt");int a;infilea;return a;/學(xué)生總數(shù)double average()int cap1;ifstream infile; infile.open(”long.txt"); infile>>cap1;int i;double total=0,average;student c;ifstream infile1("student。dat”);for(i=1;i=cap1;i+)infile1.read(char *)c,s
43、izeof(c);total=total+c。getgrade();infile1.close();average=total/cap1;return average;/求平均成績(jī)void low_average()student c;double average=this-average();ifstream infile1("student。dat");while(infile1。read((char )c,sizeof(c))if(c.getgrade()average)cout<<"姓名:”c.getname()endl; cout<”性
44、別:”<c。getsex()endl; cout<”成績(jī):"<<c.getgrade()<endl; cout<”學(xué)號(hào):”<c。getnumber()endl;infile1.close();/低于平均成績(jī)void high()student c;double average=this>average();ifstream infile1(”student.dat");while(infile1。read(char *)c,sizeof(c)))if(c.getgrade()>90)cout”姓名:”<c.getn
45、ame()endl; cout<"性別:”<<c。getsex()<<endl; cout<<”成績(jī):"c。getgrade()<<endl; cout<"學(xué)號(hào):"<c.getnumber()<<endl;infile1。close();void low()student c;double average=this-average();ifstream infile1(”student。dat”);while(infile1.read((char )&c,sizeof(
46、c))if(c.getgrade()60)cout"姓名:"<c。getname()endl; cout”性別:”<c。getsex()<endl; cout"成績(jī):"<<c.getgrade()endl; cout<”學(xué)號(hào):”<c.getnumber()<<endl;infile1。close();list();void show()int j=1,cap1;char name120;char sex15;int number1;double grade1;student d;list c;int
47、a,b;cout<" 歡 迎 使 用 學(xué) 生 管 理 系 統(tǒng)”<<endl;while(j!=0)cout<” _"<endl;cout<" * 請(qǐng)輸入你想執(zhí)行的操作*|"<endl;cout" |* 1。增加學(xué)生信息 *|”endl;cout<” |* 2。查看學(xué)生總數(shù) *|”<endl;cout<” * 3。刪除學(xué)生信息 *|”<endl;cout<<" |* 4。插入學(xué)生信息 *|"<endl;cout<” |* 5.查找學(xué)生信息
48、 *"<endl;cout<” * 6。學(xué)生成績(jī)信息 *|”endl; cout<" * 7。顯示所有信息 *"<<endl;cout” |* 8.修改學(xué)生信息 *”<<endl; cout” |* 9.交換學(xué)生信息 *|”<endl; cout<" * 0。退出操作 *|"<endl; cout<<" -”endl;cin>j;switch(j)case 1:cout<"你想添加的學(xué)生個(gè)數(shù):"cin>a;c.write(a);break; case 2:cout"當(dāng)前學(xué)生總數(shù):”<c.length()<endl;break;case 3: ifs
溫馨提示
- 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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年公司車(chē)輛借用管理協(xié)議
- 2025年企業(yè)并購(gòu)雙方股權(quán)策劃合同樣本
- 2025年產(chǎn)品銷(xiāo)售代表合同范本
- 2025年多功能會(huì)議室租賃合同樣本
- 2025年企業(yè)人力資源部門(mén)員工雇傭協(xié)議
- 2025年個(gè)人租賃協(xié)議范本
- 2025年熱固化油墨項(xiàng)目規(guī)劃申請(qǐng)報(bào)告
- 2025年應(yīng)用軟件設(shè)計(jì)服務(wù)項(xiàng)目立項(xiàng)申請(qǐng)報(bào)告模范
- 2025年電力系統(tǒng)安全策劃生產(chǎn)責(zé)任協(xié)議書(shū)
- 2025年金融機(jī)構(gòu)信用借貸合同范文
- 初中八年級(jí)音樂(lè)-勞動(dòng)號(hào)子《軍民大生產(chǎn)》
- 站樁的知識(shí)講座
- 革命文物主題陳列展覽導(dǎo)則(試行)
- 醫(yī)學(xué)遺傳學(xué)第三版課件
- 四川家庭農(nóng)場(chǎng)補(bǔ)貼標(biāo)準(zhǔn)2023年
- 五年級(jí)下冊(cè)字帖
- 設(shè)備采購(gòu)供貨安裝實(shí)施方案
- 初中生物《病毒》說(shuō)課課件
- 小小銀行家-兒童銀行知識(shí)、理財(cái)知識(shí)培訓(xùn)
- 物業(yè)公司縮減人員方案范本
- 河湖保護(hù)主題班會(huì)課件
評(píng)論
0/150
提交評(píng)論