版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
《數(shù)據(jù)結(jié)構(gòu)》課程設(shè)計(jì)報(bào)告姓名:學(xué)號(hào):班級(jí):設(shè)計(jì)時(shí)間:2010年12月23日〔星期四〕審閱教師:目錄第一章設(shè)計(jì)目的 3第二章設(shè)計(jì)任務(wù)及要求 3一、 根本要求: 3二、 內(nèi)容: 3第三章題目分析與解答 3一、 倉(cāng)庫(kù)管理系統(tǒng) 31) 題目要求 32) 應(yīng)用程序功能 43) 主要模塊的算法描述 44) 源程序代碼 5二、 通訊錄管理系統(tǒng) 131) 題目要求 132) 應(yīng)用程序功能 133) 主要算法模塊描述 144) 源程序代碼 15三、 一元多項(xiàng)式計(jì)算 201) 題目要求 202) 應(yīng)用程序功能 203) 主要算法模塊描述 214) 源程序代碼 21四、 猴子選大王 261) 題目要求 262) 應(yīng)用程序功能 263) 主要算法模塊描述 274) 源程序代碼 27五、 二叉樹(shù)運(yùn)算1〔**〕 291) 題目要求 292) 應(yīng)用程序功能 293) 源程序代碼 294) 主要算法模塊描述 29第四章設(shè)計(jì)心得 29第五章參考文獻(xiàn) 30第一章設(shè)計(jì)目的1、培養(yǎng)學(xué)生運(yùn)用算法與數(shù)據(jù)結(jié)構(gòu)的根本知識(shí)解決實(shí)際編程中的數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì)和算法設(shè)計(jì)問(wèn)題。2、培養(yǎng)學(xué)生獨(dú)立設(shè)計(jì)程序與解決問(wèn)題的能力,培養(yǎng)學(xué)生團(tuán)隊(duì)協(xié)作集成程序模塊及調(diào)試能力。3、培養(yǎng)學(xué)生初步的軟件設(shè)計(jì)及軟件測(cè)試的能力。第二章設(shè)計(jì)任務(wù)及要求根本要求:學(xué)生必須仔細(xì)閱讀《數(shù)據(jù)結(jié)構(gòu)》課程設(shè)計(jì)指導(dǎo)書(shū),認(rèn)真主動(dòng)完成課設(shè)的要求。有問(wèn)題及時(shí)主動(dòng)通過(guò)各種方式與教師聯(lián)系溝通。學(xué)生要發(fā)揮自主學(xué)習(xí)的能力,充分利用時(shí)間,安排好課設(shè)的時(shí)間方案,并在課設(shè)過(guò)程中不斷檢測(cè)自己的方案完成情況,及時(shí)的向教師匯報(bào)。課程設(shè)計(jì)按照教學(xué)要求需要一周時(shí)間完成,一周中每天〔按每周5天〕至少要上3-4小時(shí)的機(jī)來(lái)調(diào)試C語(yǔ)言設(shè)計(jì)的程序,總共至少要上機(jī)調(diào)試程序15小時(shí)。根據(jù)設(shè)計(jì)報(bào)告要求編寫(xiě)設(shè)計(jì)報(bào)告,主要內(nèi)容包括目的、意義、原理和實(shí)現(xiàn)方法簡(jiǎn)介、過(guò)程分析及說(shuō)明、實(shí)驗(yàn)結(jié)果情況說(shuō)明、結(jié)論。每個(gè)人必須有可運(yùn)行的程序,學(xué)生能對(duì)自己的程序面對(duì)教師提問(wèn)并能熟練地解釋清楚,學(xué)生答復(fù)的問(wèn)題和程序運(yùn)行的結(jié)果作為評(píng)分的主要衡量標(biāo)準(zhǔn);〔周二下午開(kāi)始逐一檢查〕內(nèi)容:本次課程設(shè)計(jì)完成如下模塊〔共11個(gè)模塊,學(xué)生可以在其中至少挑選4個(gè)功能塊完成,但有**號(hào)的模塊是必須要選擇的,多做可以加分〕第三章題目分析與解答倉(cāng)庫(kù)管理系統(tǒng)題目要求設(shè)計(jì)一個(gè)倉(cāng)庫(kù)管理系統(tǒng),可以按照順序和貨物名稱查詢倉(cāng)庫(kù)的存儲(chǔ)情況,也可以添加或刪除貨物。structnode{intNO;//商品編號(hào)charname[max];//商品名稱intcount;//商品數(shù)量};應(yīng)用程序功能明確用戶的需求,如操作界面需求,系統(tǒng)功能需求,數(shù)據(jù)的具體流程等。開(kāi)始運(yùn)行時(shí)界面如下:你可以根據(jù)所對(duì)應(yīng)的信息提示進(jìn)行操作便可對(duì)其進(jìn)行數(shù)據(jù)的記錄與查詢。主要模塊的算法描述流程圖:源程序代碼#include<stdio.h>#include<stdlib.h>#include<conio.h>#include<ctype.h>#include<string.h>#defineSIZE100typedefstruct{charname[10];charfam[10];intpay;intnum;}Store;typedefstructnode{Storeelem;structnode*next;}In;In*head=NULL;voidappendInfo();voidList();voidmenu(void);In*Init();voidStart();voidInsert();voidDel();voidrenew();voidWsave();voidRead();voidSortUp();voidPreFile();intmain(){charselect;PreFile();menu();while((select=toupper(getch()))!='0'){system("cls");switch(select){case'1':{Start();system("pause");menu();break;}case'2':{appendInfo();system("pause");menu();break;}case'3':{Insert();system("pause");menu();break;}case'4':{Del();system("pause");menu();break;}case'5':{renew();system("pause");menu();break;}case'6':{List();system("pause");menu();break;}case'7':{SortUp();system("pause");menu();break;}case'W':{Wsave();system("pause");menu();break;}case'R':{Read();system("pause");menu();break;}default:printf("Inputerror!\n");system("pause");menu();break;}}return0;}In*Init(){In*L;L=(In*)malloc(sizeof(In));L->next=NULL;returnL;}voidappendInfo(){inti,j;In*p,*s; A1:printf("請(qǐng)輸入要存放的記錄數(shù):");scanf("%d",&j);if(j<=0){printf("Inputerror!\n");gotoA1;}if(head==NULL){p=Init();head=p;}else{p=head->next;while(p->next!=NULL)p=p->next;}for(i=0;i<j;i++){s=Init();printf("名稱品牌單價(jià)數(shù)量\n");scanf("%s",&s->);scanf("%s",&s->elem.fam);scanf("%d",&s->elem.pay);scanf("%d",&s->elem.num);p->next=s;p=s;}}voidList(){In*p;if(head==NULL){printf("Noneofinformationaboutproducts.\n");return;}elsep=head->next;printf("名稱品牌單價(jià)數(shù)量\n");while(p!=NULL){printf("%s\t%s\t%d\t%d\n",p->,p->elem.fam,p->elem.pay,p->elem.num);p=p->next;}}voidmenu(){system("cls");printf("||\n");printf("|家電倉(cāng)庫(kù)管理|\n");printf("|請(qǐng)輸入選項(xiàng)編號(hào)|\n");printf("||\n");printf("|1--數(shù)據(jù)初始化|\n");printf("|2--創(chuàng)立數(shù)據(jù)表|\n");printf("|3--數(shù)據(jù)插入|\n");printf("|4--數(shù)據(jù)刪除|\n");printf("|5--數(shù)據(jù)更新|\n");printf("|6--數(shù)據(jù)查詢|\n");printf("|7--單價(jià)升序|\n");printf("|w--數(shù)據(jù)保存|\n");printf("|r--數(shù)據(jù)讀出|\n");printf("|0--系統(tǒng)退出(exit)|\n");printf("||\n");printf("請(qǐng)輸入你的選擇:");}voidStart(){charcom;printf("你想清空所有資料嗎?〔Y/N〕:");fflush(stdin);com=getchar();if(com=='Y'||com=='y'){printf("已經(jīng)初始化了、、、\n");head=NULL;return;}elseprintf("資料仍在、、、\n");return;}voidInsert(){In*pi,*p;charstr[10];printf("請(qǐng)問(wèn)要在哪個(gè)學(xué)生后面插入〔輸入姓名〕:");fflush(stdin);gets(str);pi=Init();printf("名稱品牌單價(jià)數(shù)量\n");scanf("%s",&pi->);scanf("%s",&pi->elem.fam);scanf("%d",&pi->elem.pay);scanf("%d",&pi->elem.num);if(head==NULL){printf("前面沒(méi)有數(shù)據(jù),默認(rèn)接在表頭。\n");p=Init();head=p;p->next=pi;}else{p=head->next;while((strcmp(p->,str)!=0)&&p->next!=NULL)p=p->next;if(p->next!=NULL){pi->next=p->next;p->next=pi;}elsep->next=pi;}}voidDel(){In*pi,*p,*s;charstr[10];if(head==NULL){printf("沒(méi)有商品資料。\n");return;}printf("請(qǐng)輸入要?jiǎng)h除產(chǎn)品的名稱:");fflush(stdin);gets(str);p=head->next;while((strcmp(p->,str)!=0)&&p->next!=NULL){pi=p;p=p->next;}if(strcmp(p->,str)==0){printf("所刪除的記錄為:\n");printf("%s\t%s\t%d\t%d\n",p->,p->elem.fam,p->elem.pay,p->elem.num);if(p==head->next){s=Init();head=s;s->next=p->next;}elsepi->next=p->next;free(p);}elseprintf("找不到相應(yīng)的商品資料。\n");}voidrenew(){In*pi,*p,*s;charstr[10];if(head==NULL){printf("沒(méi)有商品資料。\n");return;}List();printf("請(qǐng)輸入要更新產(chǎn)品的名稱:");fflush(stdin);gets(str);p=head->next;while((strcmp(p->,str)!=0)&&p->next!=NULL){pi=p;p=p->next;}if(strcmp(p->,str)==0){printf("所要更新的記錄為:\n");printf("%s\t%s\t%d\t%d\n",p->,p->elem.fam,p->elem.pay,p->elem.num);printf("品牌單價(jià)數(shù)量\n");scanf("%s",&p->elem.fam);scanf("%d",&p->elem.pay);scanf("%d",&p->elem.num);printf("更新后的記錄為:\n");printf("%s\t%s\t%d\t%d\n",p->,p->elem.fam,p->elem.pay,p->elem.num);}elseprintf("找不到相應(yīng)的商品資料。\n");}voidWsave(){FILE*fp;In*p;if(head==NULL){printf("你還未有資料。");return;}if((fp=fopen("store.dat","wb"))==NULL)printf("Cannotopenfile!\n");else{for(p=head->next;p!=NULL;p=p->next)if(fwrite(p,sizeof(In),1,fp)!=1)printf("Filewriteerror!\n");}printf("\t\t\t保存成功。\n\n");fclose(fp);}voidRead(){In*p;FILE*fp;if(head==NULL){printf("你還未有資料。");return;}if((fp=fopen("store.dat","rb"))==NULL){printf("CannotOpen.");return;}for(p=head->next;p!=NULL;p=p->next){p=Init();fread(p,sizeof(In),1,fp);printf("%s\t%s\t%d\t%d\n",p->,p->elem.fam,p->elem.pay,p->elem.num);}printf("\n\t\t\t讀取成功\n");fclose(fp);}voidSortUp(){In*p1,*p2,*p3;p3=(In*)malloc(sizeof(In));if(head==NULL){printf("沒(méi)有記錄,無(wú)法排序。");return;}for(p1=head->next;p1->next!=NULL;p1=p1->next)for(p2=p1->next;p2!=NULL;p2=p2->next)if(p1->elem.pay>p2->elem.pay){p3->elem=p1->elem;p1->elem=p2->elem;p2->elem=p3->elem;}printf("\n已經(jīng)排序好了。\n");List();}voidPreFile(){intFlag=0;In*he,*p,*q;FILE*fp;if((fp=fopen("store.dat","ab+"))==NULL){printf("Openfileerror!\n");exit(0);}he=Init();q=he;p=Init();he->next=p;for(;fread(p,sizeof(In),1,fp)!=0;p=Init()){he->next=p;he=p;p->next=NULL;Flag=1;}if(Flag)head=q;elsehead=NULL;fclose(fp);}通訊錄管理系統(tǒng)題目要求通訊錄一般包括通訊者的編號(hào)、姓名、性別、及地址等信息,設(shè)計(jì)一個(gè)通訊錄要求實(shí)現(xiàn)通訊者的插入、查詢、刪除、更新、排序操作。structnode{charnum[5];//編號(hào)charname[8];//姓名charsex;//性別chartel[8];//charaddress[100];//地址};應(yīng)用程序功能明確用戶的需求,如操作界面需求,系統(tǒng)功能需求,數(shù)據(jù)的具體流程等。開(kāi)始運(yùn)行時(shí)界面如下:輸入通訊錄信息后,界面如下:你可以根據(jù)所對(duì)應(yīng)的信息提示進(jìn)行操作便可對(duì)其進(jìn)行數(shù)據(jù)的記錄與查詢。主要算法模塊描述源程序代碼#include<stdio.h>#include<string.h>#include<stdlib.h>typedefstruct{charnum[6];charname[10];charsex[5];chartel[13];charaddress[30];}datatype;typedefstructnode{datatypedata;structnode*next;}listnode;typedeflistnode*linklist;listnode*p;intmenu_select();linklistcreatelist(void);voidinsertnode(linklisthead,listnode*p);listnode*listfind(linklisthead);voiddelnode(linklisthead);voidprintlist(linklisthead);voidmain(){linklisthead;intm,flag;printf("\n"); printf("\n"); printf("\n"); printf("通訊錄管理系統(tǒng)\n");printf("**************通訊錄信息的建立***************\n");head=createlist();while(flag!=1){ m=menu_select(); switch(m) { case1: printf("**************通訊錄信息添加*****************\n"); printf("**編號(hào)(4)姓名(8)性別(5)(11)地址(30)**\n"); printf("***********************************************\n"); p=(listnode*)malloc(sizeof(listnode)); scanf("%s%s%s%s%s",p->data.num,p->,p->data.sex,p->data.tel,p->data.address); insertnode(head,p); break; case2: printf("******************************\n"); printf("*******通訊錄信息查詢*******\n"); printf("******************************\n"); p=listfind(head); if(p!=NULL) { printf("**編號(hào)姓名單位地址**\n"); printf("\n"); printf("%s,%s,%s,%s,%s\n",p->data.num,p->,p->data.sex,p->data.tel,p->data.address); printf("\n"); } else printf("沒(méi)有你要找的人!\n"); break; case3:printf("***********************************\n");printf("**********通訊信息的刪除***********\n");printf("***********************************\n"); delnode(head); break; case4: printf("***********************************\n"); printf("**********通訊錄鏈表的輸出*********\n"); printf("***********************************\n"); printlist(head); break; case5: flag=1; printf("\t謝謝您的使用!\n"); }}}linklistcreatelist(void){ linklisthead=(listnode*)malloc(sizeof(listnode));listnode*p,*rear; intn;rear=head; printf("初始化輸入通訊錄數(shù):"); scanf("%d",&n); printf("編號(hào)(5)姓名(8)性別(5)(11)地址(100)\n"); printf("\n");for(inti=0;i<n;i++){ p=(listnode*)malloc(sizeof(listnode));scanf("%s%s%s%s%s",p->data.num,p->,p->data.sex,p->data.tel,p->data.address);rear->next=p;rear=p;}printf("創(chuàng)立成功!\n");rear->next=NULL;returnhead;}voidinsertnode(linklisthead,listnode*p){listnode*p1,*p2;p1=head;p2=p1->next;while(p2!=NULL&&strcmp(p2->data.num,p->data.num)<0){p1=p2;p2=p2->next;}p1->next=p;p->next=p2;printf("插入成功!\n");}listnode*listfind(linklisthead){listnode*p;charnum[6];charname[10];intxz;printf("\n");printf("1.編號(hào)查詢\n");printf("2.姓名查詢\n");printf("\n");printf("請(qǐng)選擇:");p=head->next;scanf("%d",&xz);if(xz==1){printf("請(qǐng)輸入要查找的編號(hào):");scanf("%s",num);while(p&&strcmp(p->data.num,num)<0)p=p->next;if(p==NULL||strcmp(p->data.num,num)>0)p=NULL;}elseif(xz=2){printf("請(qǐng)輸入要查詢者的姓名:");scanf("%s",name);while(p&&strcmp(p->,name)!=0)p=p->next;}returnp;}voiddelnode(linklisthead){intjx;listnode*p,*q;p=listfind(head);if(p==NULL){printf("沒(méi)有要?jiǎng)h除的通訊者!:\n");return;}printf("真的要?jiǎng)h除該結(jié)點(diǎn)嗎?(1.是/0.不):");scanf("%d",&jx);if(jx==1){q=head;while(q!=NULL&&q->next!=p)q=q->next;q->next=p->next;free(p);printf("通訊者已被刪除!\n");}}voidprintlist(linklisthead){listnode*p;p=head->next;printf("編號(hào)姓名性別地址\n");printf("\n");while(p!=NULL){printf("%s,%s,%s,%s,%s\n",p->data.num,p->,p->data.sex,p->data.tel,p->data.address);printf("\n");p=p->next;}}intmenu_select(){ for(;;){intsn;printf("\n");printf("======================\n");printf("1.通訊者的插入\n");printf("2.通訊錄的查詢\n");printf("3.通訊者的刪除\n");printf("4.通訊錄的輸出\n");printf("5.退出通管理系統(tǒng)\n");printf("======================\n");printf("請(qǐng)選擇操作1-5\n");printf("輸入你選擇的數(shù)字:");scanf("%d",&sn);if(sn<0||sn>5)printf("\t輸入錯(cuò)誤\n");returnsn; }}一元多項(xiàng)式計(jì)算題目要求任務(wù):能夠按照指數(shù)降序排列建立并輸出多項(xiàng)式;能夠完成兩個(gè)多項(xiàng)式的相加、相減,并將結(jié)果輸入;在上交資料中請(qǐng)寫(xiě)明:存儲(chǔ)結(jié)構(gòu)、多項(xiàng)式相加的根本過(guò)程的算法〔可以使用程序流程圖〕、源程序、測(cè)試數(shù)據(jù)和結(jié)果、算法的時(shí)間復(fù)雜度、另外可以提出算法的改良方法;應(yīng)用程序功能明確用戶的需求,如操作界面需求,系統(tǒng)功能需求,數(shù)據(jù)的具體流程等。開(kāi)始運(yùn)行時(shí)界面如下:而后對(duì)第二個(gè)多項(xiàng)式進(jìn)行輸入:輸入多項(xiàng)式a和b后,可看到有界面如下:你可以根據(jù)所對(duì)應(yīng)的信息提示進(jìn)行操作便可對(duì)其進(jìn)行數(shù)據(jù)的記錄與查詢。主要算法模塊描述源程序代碼#include<stdio.h>#include<malloc.h>typedefstructPolynomial{floatcoef;intexpn;structPolynomial*next;}*Polyn,Polynomial;//Polyn為結(jié)點(diǎn)指針類型voidInsert(Polynp,Polynh){if(p->coef==0)free(p);//系數(shù)為0的話釋放結(jié)點(diǎn)else{Polynq1,q2;q1=h;q2=h->next;while(q2&&p->expn<q2->expn){//查找插入位置q1=q2;q2=q2->next;}if(q2&&p->expn==q2->expn){//將指數(shù)相同相合并q2->coef+=p->coef;free(p);if(!q2->coef){//系數(shù)為0的話釋放結(jié)點(diǎn)q1->next=q2->next;free(q2);}}else{//指數(shù)為新時(shí)將結(jié)點(diǎn)插入p->next=q2;q1->next=p;}}}//InsertPolynCreatePolyn(Polynhead,intm){//建立一個(gè)頭指針為head、項(xiàng)數(shù)為m的一元多項(xiàng)式inti;Polynp;p=head=(Polyn)malloc(sizeof(structPolynomial));head->next=NULL;for(i=0;i<m;i++){p=(Polyn)malloc(sizeof(structPolynomial));//建立新結(jié)點(diǎn)以接收數(shù)據(jù)printf("請(qǐng)輸入第%d項(xiàng)的系數(shù)與指數(shù):",i+1);scanf("%f%d",&p->coef,&p->expn);Insert(p,head);//調(diào)用Insert函數(shù)插入結(jié)點(diǎn)}returnhead;}//CreatePolynvoidDestroyPolyn(Polynp){//銷毀多項(xiàng)式pPolynq1,q2;q1=p->next;q2=q1->next;while(q1->next){free(q1);q1=q2;//指針后移q2=q2->next;}}voidPrintPolyn(PolynP){Polynq=P->next;intflag=1;//項(xiàng)數(shù)計(jì)數(shù)器if(!q){//假設(shè)多項(xiàng)式為空,輸出0putchar('0');printf("\n");return;}while(q){if(q->coef>0&&flag!=1)putchar('+');//系數(shù)大于0且不是第一項(xiàng)if(q->coef!=1&&q->coef!=-1){//系數(shù)非1或-1的普通情況printf("%g",q->coef);if(q->expn==1)putchar('X');elseif(q->expn)printf("X^%d",q->expn);}else{if(q->coef==1){if(!q->expn)putchar('1');elseif(q->expn==1)putchar('X');elseprintf("X^%d",q->expn);}if(q->coef==-1){if(!q->expn)printf("-1");elseif(q->expn==1)printf("-X");elseprintf("-X^%d",q->expn);}}q=q->next;flag++;}//whileprintf("\n");}//PrintPolynintcompare(Polyna,Polynb){if(a&&b){if(!b||a->expn>b->expn)return1;elseif(!a||a->expn<b->expn)return-1;elsereturn0;}elseif(!a&&b)return-1;//a多項(xiàng)式已空,但b多項(xiàng)式非空elsereturn1;//b多項(xiàng)式已空,但a多項(xiàng)式非空}//comparePolynAddPolyn(Polynpa,Polynpb){//求解并建立多項(xiàng)式a+b,返回其頭指針Polynqa=pa->next;Polynqb=pb->next;Polynheadc,hc,qc;hc=(Polyn)malloc(sizeof(structPolynomial));//建立頭結(jié)點(diǎn)hc->next=NULL;headc=hc;while(qa||qb){qc=(Polyn)malloc(sizeof(structPolynomial));switch(compare(qa,qb)){case1:{qc->coef=qa->coef;qc->expn=qa->expn;qa=qa->next;break;}case0:{qc->coef=qa->coef+qb->coef;qc->expn=qa->expn;qa=qa->next;qb=qb->next;break;}case-1:{qc->coef=qb->coef;qc->expn=qb->expn;qb=qb->next;break;}}//switchif(qc->coef!=0){qc->next=hc->next;hc->next=qc;hc=qc;}elsefree(qc);//當(dāng)相加系數(shù)為0時(shí),釋放該結(jié)點(diǎn)}//whilereturnheadc;}//AddPolynPolynSubtractPolyn(Polynpa,Polynpb){//求解并建立多項(xiàng)式a+b,返回其頭指針Polynh=pb;Polynp=pb->next;Polynpd;while(p){//將pb的系數(shù)取反p->coef*=-1;p=p->next;}pd=AddPolyn(pa,h);for(p=h->next;p;p=p->next)//恢復(fù)pb的系數(shù)p->coef*=-1;returnpd;}//SubtractPolynintmain(){intm,n,flag=0;floatx;Polynpa=0,pb=0,pc,pd,pe,pf;//定義各式的頭指針,pa與pb在使用前付初值NULLprintf("請(qǐng)輸入a的項(xiàng)數(shù):");scanf("%d",&m);pa=CreatePolyn(pa,m);//建立多項(xiàng)式aprintf("請(qǐng)輸入b的項(xiàng)數(shù):");scanf("%d",&n);pb=CreatePolyn(pb,n);//建立多項(xiàng)式a//輸出菜單printf("**********************************************\n");printf("操作提示:\n\t1.輸出多項(xiàng)式a和b\
溫馨提示
- 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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 舊鋼回收合同范例
- 中標(biāo)亮化合同范例
- 拆卸物品合同范例
- 旅游會(huì)議服務(wù)合同范例
- 商鋪簡(jiǎn)易租房合同范例
- 山地承包開(kāi)發(fā)合同范例
- 投放合同范例
- 2024年度危貨押運(yùn)員安全操作規(guī)范與培訓(xùn)服務(wù)合同2篇
- 圣誕新媒體營(yíng)銷
- 2024年版股權(quán)轉(zhuǎn)讓合同及履約保證金
- 《利水滲濕藥茯苓》課件
- 梅奧診所簡(jiǎn)介中文課件
- 第四講 變電站倒閘操作
- 醫(yī)務(wù)人員輻射事故應(yīng)急處理培訓(xùn)課件
- 機(jī)械工程測(cè)試技術(shù)-課后習(xí)題及答案
- 高鐵站消防培訓(xùn)課件
- 專題5.5 一次函數(shù)的幾何綜合(壓軸題專項(xiàng)講練)(浙教版)(解析版)
- 2024年初級(jí)會(huì)計(jì)師《初級(jí)會(huì)計(jì)實(shí)務(wù)》押題卷
- (期末押題卷)期末綜合測(cè)試提高卷-2023-2024學(xué)年六年級(jí)上冊(cè)科學(xué)高頻易錯(cuò)期末必刷卷(蘇教版)
- 電視行業(yè)年度報(bào)告
- 提升ehs管理水平的方法和技巧
評(píng)論
0/150
提交評(píng)論