数据库课程设计-运动会成绩管理系统

上传人:ning****hua 文档编号:159223973 上传时间:2022-10-08 格式:DOC 页数:31 大小:1.13MB
收藏 版权申诉 举报 下载
数据库课程设计-运动会成绩管理系统_第1页
第1页 / 共31页
数据库课程设计-运动会成绩管理系统_第2页
第2页 / 共31页
数据库课程设计-运动会成绩管理系统_第3页
第3页 / 共31页
资源描述:

《数据库课程设计-运动会成绩管理系统》由会员分享,可在线阅读,更多相关《数据库课程设计-运动会成绩管理系统(31页珍藏版)》请在装配图网上搜索。

1、数据库原理与应用课程设计说 明 书题 目: 运动会成绩管理系统 学 院: 班 级: 完成人:组号: 姓名:XXX 学号:XXXX 成绩: 姓名:XXX 学号:XXXX 成绩: 指导教师: 山 东 科 技 大 学2014年6月27日课 程 设 计 任 务 书一、课程设计题目: 运动会成绩管理系统 二、课程设计应解决的主要问题:(按实现的系统功能)(1)运动项目、运动员、运动成绩以及班级名次的记录存储(2)添加修改和删除项目表、运动员表和成绩表信息 (3)自动生成班级名次表(触发器)(4)运动员表有改动时,自动更新班级名次表(触发器)(5)成绩表有改动时自动对成绩表中记录按项目排名次(触发器) (

2、6)成绩表自动排名自动更新班级名次表中班级总分(存储过程)(7)更新班级总分之后自动对班级排名(学院名次,学校名次)(存储过程)(8)对成绩表进行初次排名功能(9)通过项目号获得相应项目的排名表(表值函数)(10)通过学号或姓名或运动号获得某学生运动成绩表(表值函数) (11)通过班级名称获得某班所有运动员运动成绩表(表值函数) (12)通过学院名称获得学院所有运动员运动成绩表(表值函数) (13)获得全校所有运动员的运动成绩表(表值函数) (14)获得全校所有班级总分数以及在学院排名和早全校排名(表值函数) 三、 任务发出日期: 2014-4-25 课程设计完成日期: 2014-6-27 小

3、组分工说明小组编号 题 目: 运动会成绩管理系统 小组分工情况:XXX:参与数据库的讨论和设计;搜集整理数据、录入数据;设计了具体的逻辑结构,绘制E-R图;创建数据库以及项目表、运动员表、成绩表和班级名次表;实现了表之间的关联,创建必要的默认值、规则;创建了相应的索引;创建了班级名次表的视图。XXX:参与数据库的讨论和设计;创建某项目名次表值函数;创建触发器实现成绩表的按项目自动排名功能;创建存储过程实现班级名次表的班级总成绩的更新功能;创建存储过程实现班级名次表的排名功能;创建触发器实现运动员表改动时自动更新班级名次表的功能;创建多个表值函数用于实现不同的查询功能:项目查询函数,个人成绩查询

4、函数,班级成绩查询函数,学院成绩查询函数,全校成绩查询函数,全校班级名次查询函数。整个数据库部分的设计共创建了三个触发器,四个存储过程以及七个表值函数。另外还设计了本运动会成绩管理系统的界面部分,以及文档编辑工作。组长签字: 年 月 日指导教师对课程设计的评价成绩: 指导教师签字: 年 月 日 目 录1 需求分析111 数据事实112 主要用户视图22 概念结构设计221 局部ER图322 全局ER图33 逻辑结构设计44 物理结构设计45 主要功能详细设计551 创建数据库552 创建数据表553 添加数据(仅以一条为例)654 数据库完整性755 成绩表按成绩自动排名(触发器,函数,存储过

5、程)756 更新 clscore 表(触发器)1257 成绩表按照项目初始名次1358 查询某个项目的全部成绩和排名(表值函数)1459 查询某个班的运动员成绩(表值函数)14510 查询某个学生的所有成绩(表值函数)15511 查询某个学生的某个项目成绩(表值函数)16512 查询某个学院的运动员成绩(表值函数)16513 查询全校运动员成绩(表值函数)17514 通过学号和运动号查询成绩和名次(存储过程)17515 创建班级成绩和名次视图18516 创建索引186 界面设计主要过程186.1 界面总体设计196.2 登录界面设计196.3 成绩管理员界面设计206.4 运动员查询界面设计2

6、61 需求分析本系统是用于管理运动会成绩的系统,要实现的功能就是运动会成绩的增加,修改和删除,同时还应该具有运动员和运动项目的增加修改和删除功能。(1) 本系统面向用户有两种:成绩管理员、学生运动员。(2) 管理员功能介绍管理员正确登陆后,可以增加、删除、修改、查询运动员信息,比赛项目以及比赛成绩。(3) 学生运动员主要功能介绍学生登录后,可以查询(比赛成绩、运动动员信息、运动项目)。11 数据事实数据实例 12 主要用户视图用户需求成绩管理员登录(正确输入用户名及密码登录)增加、删除、修改、查询运动员信息,比赛项目以及比赛成绩学生登录(默认用户名)查询(比赛成绩、运动动员信息、运动项目)2

7、概念结构设计学生登录管理员登入学生登录查询查询查询查询查询与修改查询与修改查询与修改基本信息查询成绩查询基本信息查询成绩查询基本信息查询成绩查询信息录入比赛成绩录入添加比赛项目添加学生信息成绩表项目表运动员表全校名次查询全校成绩查询学院成绩查询班级成绩查询项目成绩查询个人成绩查询图2.1系统边界21 局部ER图运动号性别项目二姓名学院学生表学号项目一班级项目表项目号项目名称图1 项目表图2 学生表成绩表学号项目号成绩名次班级名次表班级名班级得分在学院排名在校排名图3 成绩表图4 班级名次表mn22 全局ER图学生表项目表成绩表班级名次表选择排名3 逻辑结构设计关系模式如下:运动员(学号、姓名、

8、性别、学院、班级、运动号、项目一、项目二)运动项目(项目号、项目名称)成绩(学号、项目号、成绩、名次)班级排名(学院、班级、总成绩、在学院名次、在校名次)4 物理结构设计 学生表列名数据类型允许空说明SNO Int否学生编号SNameVarchar(50)否姓名SDeptVarchar(50)是系别SClassNOVarchar(50)是班级SportsNO Int否运动编号项目表列名数据类型允许空说明SportsNOInt否项目编号SportsNameVarchar(50)否项目名称项目成绩表列名数据类型允许空说明SNOInt否学生编号SportsNOInt否项目编号ScoreVarchar

9、(50)否成绩Srankint否名次班级名次表列名数据类型允许空说明sdeptnameVarchar(20)是学院sclassnameVarchar(20)否班级sclscoreint是总分sclrankindeptint是 学院名次sclrankinschint是 学校名次5 主要功能详细设计51 创建数据库CREATE DATABASE sportsON ( NAME = 运动会数据, FILENAME = D:SQLsports.MDF, SIZE = 10MB, MAXSIZE = 100MB )LOG ON ( NAME = 运动会数据日志, FILENAME = D:SQLspor

10、ts_Log.LDF, SIZE = 5MB, MAXSIZE = 25MB)52 创建数据表1、 创建项目表use sportscreate table sp(sportno int NOT NULL PRIMARY KEY, sportname varchar(30) not null)2、 创建学生表create table stu(sno int NOT NULL PRIMARY KEY, sname varchar(10)not null, sdept varchar(20), sclassname varchar(20), ssex varchar(2), spno int not

11、 null unique, sportno1 int foreign key references sp(sportno) not null, sportno2 int foreign key references sp(sportno) ) 3、 创建成绩表 -全体运动员的各个项目的成绩表create table sc(sno int FOREIGN KEY references stu(sno), sportno int FOREIGN KEY references sp(sportno), score varchar(10), srank int primary key (sno,spo

12、rtno)4、 创建名次表-记录全校所有班级的得分以及在学院的名次和在全校的名次create table clscore(sdeptname varchar(20),-学院名 sclassname varchar(20) primary key,-班级名称 sclscore int,-班级成绩 sclrankindept int,-班级在学院中的名次 sclrankinsch int-班级在学校中的名次)53 添加数据(仅以一条为例)1、 添加运动项目表记录use sports insert into sp values (1,男子一百),(2,男子二百)2、 添加学生表记录use sport

13、sinsert into stu values(10103,赵浩,数学,数学一班,男,10001,1,3),(10105,钱浩,数学,数学一班,男,10002,2,4)3、 添加比赛成绩表记录use sportsinsert into sc (sno,sportno,score) values(10103,1,12.2)54 数据库完整性1、 绑定列上默认值use sportsgocreate default ssex as 男goexec sp_bindefault ssex,stu.ssexgo2、 绑定规则create rule rule_sportno as c1 between 1

14、and 12gocreate rule rule_sno as c1 between 10101 and 40340goexec sp_bindrule rule_sportno,sp.sportno goexec sp_bindrule rule_sno,stu.sno go55 成绩表按成绩自动排名(触发器,函数,存储过程)功能简介:当sc 表有成绩插入删除或者修改时就触发,实现对sc表中单项目名次nrank属性的及时更新,更新完之后,调用存储过程,实现对clscore表中班级成绩和班级排名的更新。551 更新项目名次触发器-触发器-及时更新 sc 表-当有成绩插入删除或者修改sc 表时就

15、触发-实现对sc表中单项目名次nrank属性的及时更新use sportsgo-插入更新与删除操作sc 表if exists(select * from sysobjects where name = trSC and type = TR)drop trigger trSCgocreate trigger trSCon sc after insert,update,deleteasdeclare sportno0 int,sno0 int,sportno1 int,sportno2 intselect sno0=sno,sportno0=sportno from insertedselect

16、sportno1=sportno1,sportno2=sportno2 from stu where sno = sno0if sportno0 not in(sportno1,sportno2)-if sportno0!=sportno1 and sportno0!=sportno2beginprint 操作有误,此记录与运动员表不一致,请先修改运动员表!rollbackendelsebegin-更新名次-声明变量declare sno int,sportno int,rank intdeclare iu_scSportno_cursor CURSOR forselect sportno f

17、rom spopen iu_scSportno_cursorfetch next from iu_scSportno_cursor into sportnowhile fetch_status = 0beginset rank = 1-声明游标declare iu_sc_cursor CURSOR forselect sno from scRankFun(sportno)-打开游标open iu_sc_cursor-提取第一行fetch next from iu_sc_cursor into snowhile FETCH_STATUS = 0beginupdate scset srank =

18、rankwhere sno = sno and sportno = sportnoset rank = rank+ 1fetch next from iu_sc_cursor into snoendclose iu_sc_cursordeallocate iu_sc_cursorfetch next from iu_scSportno_cursor into sportnoendclose iu_scSportno_cursordeallocate iu_scSportno_cursorend-执行存储过程updateClscore,更新clscore 表-exec updateClscore

19、goGo测试代码及截图如下:552 计算班级总成绩存储过程存储过程:当sc 表名次有变动时,及时更新clscore表中的班级总成绩-当sc 表有更新时,及时更新clscore表中每个班的总分数-use sportsgoif exists(select * from sysobjects where name = updateClscore and type = P)drop procedure updateClscoregocreate procedure updateClscore asbegindeclare classname varchar(20),srank int,srankTot

20、al intdeclare cursor_class cursor forselect sclassname from stu group by sclassnameopen cursor_classfetch next from cursor_class into classnamewhile FETCH_STATUS = 0beginset srankTotal = 0declare cursor_srank cursor forselect srank from sc where sno in(select sno from stu where sclassname = classnam

21、e)open cursor_srankfetch next from cursor_srank into srankwhile FETCH_STATUS = 0beginif srank 8set srankTotal = srankTotal+(8-srank)else set srankTotal = srankTotal+0fetch next from cursor_srank into srankendupdate clscore set sclscore = srankTotal where sclassname = classnameclose cursor_srankdeall

22、ocate cursor_srankfetch next from cursor_class into classnameendclose cursor_classdeallocate cursor_class-执行存储过程,更新clscore表,进行班级排名-exec updateClscore_rankendGo测试代码及截图如下:553 班级排名存储过程存储过程:更新clscore表,对clscore表中的班级总成绩分别按学院和学校排名次-存储过程,更新clscore表,进行班级排名-use sportsif exists(select * from sysobjects where n

23、ame=updateClscore_rank and type = p)drop proc updateClscore_rankgocreate proc updateClscore_rankasbegindeclare dept varchar(20),class varchar(20),rank int-在学院排名次-declare cursor_dept cursor forselect sdeptname from clscore group by sdeptnameopen cursor_deptfetch next from cursor_dept into deptwhile F

24、ETCH_STATUS = 0beginset rank = 1declare cursor_class cursor forselect sclassname from clscore where sdeptname = dept order by sclscore descopen cursor_classfetch next from cursor_class into classwhile FETCH_STATUS = 0beginupdate clscore set sclrankindept = rank where sclassname = classset rank = ran

25、k + 1fetch next from cursor_class into classendclose cursor_classdeallocate cursor_classfetch next from cursor_dept into deptendclose cursor_deptdeallocate cursor_dept-在学校排名次-declare cursor_class cursor forselect sclassname from clscore order by sclscoreopen cursor_classfetch next from cursor_class

26、into classset rank = 1while FETCH_STATUS = 0beginupdate clscoreset sclrankinsch = rank where sclassname = classset rank = rank + 1fetch next from cursor_class into classendclose cursor_classdeallocate cursor_classendGo554 项目排名表值函数-某项目排名函数 表值函数-输入:某个项目的编号-输出:此项目的排序后的运动员学号顺序表use sportsgoif exists(sele

27、ct * from sysobjects where name = scRankFun and type = TF)drop function scRankFungocreate function scRankFun(sportno int)returns st table(sno int,sportno int)asbeginif sportno in (3,4,8,10)begininsert stselect sno,sportnofrom scwhere sportno = sportnoorder by score descendelsebegininsert stselect sn

28、o,sportnofrom scwhere sportno = sportnoorder by scoreendreturnendGo56 更新 clscore 表(触发器)触发条件:当运动员表 stu 有变动时,触发功能:根据运动员表 stu 中的信息,更新 clscore 表中的学院名和班级名use sportsgoif exists(select * from sysobjects where name = trClscoreSTU and type = TR)drop trigger trClscoreSTUgo-当stu 表有变动时,及时更新create trigger trClsc

29、oreSTUon stu after insert,update,deleteasbegindeclare sdeptname varchar(20),sclassname varchar(20)declare stuSclassname_cursor cursor forselect sdept,sclassname from stuopen stuSclassname_cursorfetch next from stuSclassname_cursor into sdeptname,sclassnamewhile fetch_status = 0beginif not exists(sel

30、ect * from clscore where sclassname = sclassname)insert into clscore(sdeptname,sclassname) values(sdeptname,sclassname)fetch next from stuSclassname_cursor into sdeptname,sclassnameendclose stuSclassname_cursordeallocate stuSclassname_cursorendgogo57 成绩表按照项目初始名次use sports-声明变量godeclare sno int,sport

31、no int,countsp intset sportno = 1select countsp=COUNT(*)from spwhile sportno = countsp -所有项目均要排名begindeclare rank intset rank = 1-声明游标declare sc_cursor CURSOR forselect sno from scRankFun(sportno)-打开游标open sc_cursor-提取第一行fetch next from sc_cursor into snowhile FETCH_STATUS = 0beginuse sportsupdate s

32、cset srank = rankwhere sno = snoset rank = rank+ 1fetch next from sc_cursor into snoendclose sc_cursordeallocate sc_cursorset sportno = sportno+ 1endGo58 查询某个项目的全部成绩和排名(表值函数)输入:项目号输出:此项目的所有运动员的学号,姓名,成绩,名次,班级,学院 -表值函数实现下面的查询功能-查询某个项目的全部成绩和排名use sportsif exists(select * from sysobjects where name = sp

33、Fun and type = TF)drop function spFungocreate function spFun(sportno int)returns st table(学号 int,姓名 varchar(20),成绩 varchar(20),名次 int,班级 varchar(20),学院 varchar(20)asbegininsert into stselect stu.sno,stu.sname,sc.score,sc.srank,stu.sclassname,stu.sdeptfrom stu right join sc on(stu.sno = sc.sno)where

34、sc.sportno = sportnoorder by srankreturnendgo-测试程序select * from spFun(1)59 查询某个班的运动员成绩(表值函数)输入:班级名输出:此班级的所有运动员的学号,姓名,项目,成绩,名次 -查询某个班的运动员成绩use sportsif exists(select * from sysobjects where name = classFun and type = TF)drop function classFungocreate function classFun(sclassname varchar(20)returns st

35、 table(学号 int,姓名 varchar(20),项目 varchar(20),成绩 varchar(20),名次 int)asbegininsert into stselect stu.sno,stu.sname,a.sportname,a.score,a.srankfrom stu right join(select sno,sportname,score,srank from sc left join sp on(sc.sportno=sp.sportno)aon(stu.sno=a.sno) where stu.sclassname = sclassnamereturnendg

36、o-测试程序select * from classFun(数学二班)510 查询某个学生的所有成绩(表值函数)输入:类型和学号或运动号或姓名输出:此运动员的学号,姓名,项目,成绩,名次 -查询某个学生的所有成绩use sportsif exists(select * from sysobjects where name = stuFun and type = TF)drop function stuFungocreate function stuFun(kind int,name varchar(20)returns st table(学号 int,姓名 varchar(20),项目 varc

37、har(20),成绩 varchar(20),名次 int)asbegindeclare sno intif kind=1 set sno = cast(name as int)else if kind=2 select sno = sno from stu where sname = nameelse select sno = sno from stu where spno = nameinsert into stselect a.sno,stu.sname,a.sportname,a.score,a.srankfrom (select sno,score,srank,sportname f

38、rom sc left join sp on(sc.sportno=sp.sportno) aright join stu on(a.sno=stu.sno)where stu.sno=snoreturnendgo-测试程序select * from stuFun(1,10103)511 查询某个学生的某个项目成绩(表值函数)输入:学号,运动号输出:此运动员的学号,姓名,项目,成绩,名次 -查询某个学生的某个项目成绩use sportsif exists(select * from sysobjects where name = stuspFun and type = TF)drop func

39、tion stuspFungocreate function stuspFun(sno int,sportno int)returns st table(学号 int,姓名 varchar(20),项目 varchar(20),成绩 varchar(20),名次 int)asbegininsert into stselect a.sno,stu.sname,a.sportname,a.score,a.srankfrom (select sno,score,srank,sportname,sc.sportno from sc left join sp on(sc.sportno=sp.sport

40、no) aright join stu on(a.sno=stu.sno)where stu.sno=sno and a.sportno=sportnoreturnendgo-测试程序select * from stuspFun(10103,1)512 查询某个学院的运动员成绩(表值函数)输入:学院名输出:此学院所有运动员的学号,姓名,项目,成绩,名次,班级-查询某个学院的运动员成绩use sportsif exists(select * from sysobjects where name = sdeptFun and type = TF)drop function sdeptFungocr

41、eate function sdeptFun(sdeptname varchar(20)returns st table(学号 int,姓名 varchar(20),项目 varchar(20),成绩 varchar(20),名次 int,班级 varchar(20)asbegininsert into stselect a.sno,stu.sname,a.sportname,a.score,a.srank,stu.sclassnamefrom stu right join (select sno,sportname,score,srank from sc left join sp on(sc

42、.sportno=sp.sportno)a on(stu.sno = a.sno)where stu.sdept = sdeptnameorder by a.snoreturnendgo-测试程序select * from sdeptFun(计算机)513 查询全校运动员成绩(表值函数)输入:无输入输出:学校全体运动员的学号,姓名,项目,成绩,名次,班级,学院 -查询全校运动员成绩use sportsif exists(select * from sysobjects where name = schFun and type = TF)drop function schFungocreate

43、function schFun()returns st table(学号 int,姓名 varchar(20),项目 varchar(20),成绩 varchar(20),名次 int,班级 varchar(20),学院 varchar(20)asbegininsert into stselect a.sno,stu.sname,a.sportname,a.score,a.srank,stu.sclassname,stu.sdeptfrom stu right join (select sno,sportname,score,srank from sc left join sp on(sc.s

44、portno=sp.sportno)a on(stu.sno = a.sno)order by a.snoreturnendgo-测试程序select * from schFun()514 通过学号和运动号查询成绩和名次(存储过程)输入:学号,运动号输出:姓名,成绩,名次use sportsgoif exists(select * from sysobjects where name = stuScore and type = P)drop procedure stuScoregocreate procedure stuScore( sno int,sportno int,sname varc

45、har(10) output,stuScore varchar(10) output,stuRank int output )as select sname = sname from stu where sno = sno select stuScore = score,stuRank = srank from scwhere sno = sno and sportno = sportnogoGo515 创建班级成绩和名次视图use sportsif exists(select*from sysobjects where name=view_clscore and type=v)drop vi

46、ew view_clscoregocreate view view_clscore as select sdeptname as 学院,sclassname as 班级,sclscore as 总分,sclrankindept as 学院名次,sclrankinsch as 学校名次from clscoreGo-测试程序select * from view_clscore516 创建索引use sportsif exists(select*from sysindexes where name=IDX_sc)drop index sc.IDX_scgocreate index IDX_sc on

47、 sc(sportno,srank)Go6 界面设计主要过程为了使用户的使用更加方便,同时也为了增加对数据库的保护,尽量减少用户可以直接更改数据库的机会,所以加入了运动会成绩管理系统的界面部分。6.1 界面总体设计界面所面向用户:由于本系统所面对的不同用户有成绩管理员和学生,所以应该开发出面向着两种用户的使用界面。针对不同的用户,他们所需要的操作也是不同的,所以下面需要根据不同的用户身份登录,设计不同的界面,实现不同的功能。成绩管理员具有最高的管理权限,是成绩信息的管理者。管理员具有所有运动项目的管理,所有学生运动员的管理,同时也应该具有对所有运动成绩记录的管理。学生运动员的主要功能就是查询功

48、能,可以查询某个运动员,班,项目,学院或者整个学校的比赛成绩信息和名次情况。6.2 登录界面设计登录界面应该是面向上述两种不同用户开发的,所以应该有区分他们的身份的按钮,以及用户的登录信息输入框,依此来核对用户的登录信息是否正确,判断是否让用户进入系统。核对登录信息的主要代码如下: private void button1_Click(object sender, EventArgs e) string name = textBox1.Text; string poss = textBox2.Text; if (name = luozaicc & poss = 123456 & this.ra

49、dioButton1.Checked = true) FirstForm firstForm = new FirstForm(1); firstForm.ShowDialog(); else if(this.radioButton2.Checked = true) FirstForm firstForm = new FirstForm(0); firstForm.ShowDialog(); else MessageBox.Show(登录信息不正确,请重新输入!); 界面如下:6.3 成绩管理员界面设计成绩管理员主界面包含三个 comboBox 分别对应信息录入,成绩查询与修改和基本信息查询。管

50、理员选择每一个comboBox 中不同的选项,管理不同的表。(1)下面主要介绍一下成绩查询及修改的相关设计和代码。 private void comboBox2_SelectedIndexChanged(object sender, EventArgs e) string str = boBox2.Text; if (str.Equals(个人成绩查询)/ 1 StuForm stuform = new StuForm(root); stuform.ShowDialog(); if (str.Equals(项目成绩查询)/ 2 SpForm spform = new SpForm(root);

51、 spform.ShowDialog(); if (str.Equals(班级成绩查询)/ 3 ClaForm claForm = new ClaForm(root); claForm.ShowDialog(); if (str.Equals(学院成绩查询)/ 4 DeptForm deptForm = new DeptForm(root); deptForm.ShowDialog(); if (str.Equals(全校成绩查询)/ 5 SchForm schForm = new SchForm(root); schForm.ShowDialog(); if (str.Equals(全校班级

52、排名)/ 6 ClaRankForm claRankForm = new ClaRankForm(root); claRankForm.ShowDialog(); 1、假设此时管理员选择了项目成绩查询,则会出现项目表的查询界面如下:(6-1) (6-2)管理员可以输入查询的项目号,查询每一个项目的信息,并且可以通过直接修改成绩实现名次的更新,比较图(6-1)和(6-2)中选定的行,可以看到成绩变动后名次的自动更新。相关代码如下:private void button2_Click(object sender, EventArgs e) DataTable dt0 = dt; if (dt = null) return; string sno, score; for (int i = 0; i dataGridView1.Rows.Count - 1; i+) sno = dataGridView1.Rowsi.Cells0.Value.ToString(); score = dataGridView1.Rowsi.Cells2.Value.ToString(); updataSQL(sno, score); da

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!