软件工程练习题总_第1页
软件工程练习题总_第2页
软件工程练习题总_第3页
软件工程练习题总_第4页
软件工程练习题总_第5页
已阅读5页,还剩5页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、软件工程复习题一.选择题1. WhichofthefollowingisanadvantageofimplementingapplicationsviatheWeb?以下哪一个是通过网络实施应用的优势?a. Security安全c.Reliability可靠性b. Accessibility无障碍d.Throughput吞吐量2. Couplingisaqualitativeindicationofthedegreetowhichamodule耦合是一个模块在何种程度上定性指标A) canbewrittenmorecompactly.B) focusesonjustonething.C) is

2、abletocompleteitsfunctioninatimelymanner.D) isconnectedtoothermodulesandtheoutsideworld.连接到其他的模块和外界3. Whichofthesearecharacteristicsofagooddesign?A) exhibitsstrongcouplingbetweenitsmodulesB) implementsallrequirementsintheanalysismodel在分析模型中实现所有要求C) includestestcasesforallcomponentsD) providesacomple

3、tepictureofthesoftwareE)bothbandd4. Whichofthefollowingareareasofconcern(关注)inthedesignmodel?A) architecture架构B) dataC) interfacesD)projectscopeE)a,bandc5. Polymorphismreducestheeffortrequiredtoextendanobjectsystemby多态性减少需要通过什么来扩展对象系统A) couplingobjectstogethermoretightly.B) enablinganumberofdifferen

4、toperationstosharethesamename.使一些不同的操作共享相同的名称C) makingobjectsmoredependentononeanother.D) removingthebarriersimposedbyencapsulation6. Whichofthefollowingmodelscanbeusedtorepresentthearchitecturaldesignofapieceofsoftware.以下模型哪些可以代表一个软件的架构设计A) Dynamicmodels动态B) Functionalmodels功能C) Structuralmodels结构D

5、) Alloftheabove7. Cohesionisaqualitativeindicationofthedegreetowhichamodule凝聚力是一个模块在何种程度上的定性指标A) canbewrittenmorecompactly.B) focusesonjustonething.专注于一件事C) isabletocompleteitsfunctioninatimelymanner.D) isconnectedtoothermodulesandtheoutsideworld.8. Whichoftheitemslistedbelowisnotoneofthesoftwareeng

6、ineeringlayers?软件工程的层a)Processb)Manufacturing制造c)Methodsd)Tools9. Evolutionarysoftwareprocessmodels演化软件过程模型a) Areiterativeinnature迭代性质b)Caneasilyaccommodateproductrequirementschanges可以轻松地容纳产品需求的变化c) Donotgenerallyproducethrowawaysystems般不产生次性的系统d) Alloftheabove10. Theimportanceofsoftwaredesigncanbes

7、ummarizedinasingleword:软件设计的重要性可归纳为一个词(A)accuracy精度(B)complexity复杂(C)efficiency效率(D)quality11. Systemsistheprocessofdescribing,organizing,andstructuringthecomponentsofasystematboththearchitecturallevelandadetailedlevelwithaviewtowardconstructingtheproposedsystem.系统是系统的组成部分,在建筑水平和走向建议的制度建设的详细描述,组织和结构

8、的过程。a. designc.implementation实施b. analysisd.maintenance维修12. Listthefourdesignmodelsrequiredforacompletespecificationofadesignintraditionalsoftwareengineeringmethod哪四个设计模型需要个完整的设计规范在传统的软件工程方法模式(1) Subsystemdesign(2)Datadesign(3)Taskdesign(4) Architecturedesign(5)Interfacedesign(6)Component-level组件级d

9、esign(A)1234(B)2345(C)1256(D)245613. Designpatternscanbeusedbyapplyinginobject-orientedsystems.设计模式可以使用面向对象的系统中的应用(A) .inheritance继承(B) .encapsulation封装(C) .complexity复杂(D) .polymorphism多态性14. Whichdesignmodelprovidesinformationforadesignclassdiagram?以下哪个模型为设计类图提供信息a. Deploymentdiagram部署图c.Statechar

10、tdiagram状态图b. Interactiondiagram交互图d.Packagediagram包图15. Amodelshowswhatthesystemissupposedtodoingreatdetail,withoutcommittingtoanyonetechnology.一个模型显示系统是应该做的很详细,没有犯任何一种技术(A).logical逻辑(B).physical物理(C).vertical垂直(D).horizontal水平16. Developinga(n)diagramisamultistepprocessofdeterminingwhichobjectswor

11、ktogetherandhowtheyworktogether.发展个图是确定哪些对象一起工作,它们如何协同工作的多步骤过程。a. designclassc.statemachine状态机b. interaction互动d.package18. Whichofthefollowingisanexampleofaninteraction互动diagram?a. Designclassdiagramc.Packagediagramb. Dataaccessdiagram数据访问图d.Communicationdiagram19 .Processframeworkactivitiesarepopul

12、atedwith.填充进程的框架内活动(A).milestones里程碑(B).workproducts工作产品(C).QApoints质量保证分(D).alloftheabove20 .Cohesionisaqualitativeindicationofthedegreetowhichamodule凝聚力是一个模块在何种程度上的定性指标(A) canbewrittenmorecompactly.可以写成更简洁(B) focusesonjustonething.专注于一件事(C) isabletocompleteitsfunctioninatimelymanner.能够及时完成其功台匕能。(D

13、) isconnectedtoothermodulesandtheoutsideworld.连接到其他的模块和外界。21. Whichdiagram(s)is(are)tobebuiltinasystembehaviormodel?(d)哪个图要建一个系统的行为模型?(A) .use-case(B) .ERdiagram(C) .DFDdiagram(D) .STDdiagram22. Thefirststepinprojectplanningisto在项目规划的第一步是(A)determinesoftwarescope确定软件范围(B)selectprojectteamleader选择项目组

14、组长(C)determinethebudget确定预算(D)determinetheprocessmodel确定过程模型23. White-boxtestingcanusethefollowingmethods.白盒测试可以使用下列方法。(A) .boundaryvalueanalysis边界值分析(B) .equivalencepartitioning等价分区(C) .looptesting回路测试(D) .iterativetesting迭代测试24. Theincrementalmodelofsoftwaredevelopmentis软件开发的增量模型(A) Areasonableapp

15、roachwhenrequirementsarewelldefined.合理的做法,要求明确界定。(B) Agoodapproachwhenaworkingcoreproductisrequiredquickly.工作的核心产品是需要迅速的一个好办法。(C) Thebestapproachtouseforprojectswithlargedevelopmentteams.最好的办法用于大型开发团队的项目。(D) Arevolutionarymodelthatisnotusedforcommercialproducts.一个革命性的模式,不用于商业产品。25. Whatarenottheelem

16、entsthatarepresentineverycomputer-basedsystem?目前在每一台计算机为基础的系统中什么元素没有?(A)data数据(B)software软件(C)documentation文档(D)project项目26. Thedatadictionarycontainsdescriptionsofeachsoftware数据字典包含每个软件的说明(A)controlitem控制项目(B)dataobject数据对象(C)diagram图(D)notation符号(E)bothAandB27. Evolutionarysoftwareprocessmodels.演化

17、软件过程模型。(A) .arebranchedincondition分支的条件(B) .caneasilyaccommodateproductrequirementschanges可以轻松地容纳产品需求的变化(C) .generallyproducethrowawaysystems一般生产扔掉系统(D) .alloftheabove28. Adecisiontableshouldbeused一个决策表应使用(A) .todocumentallconditionalstatements文件中的所有条件语句(B) .toguidethedevelopmentoftheprojectmanageme

18、ntplan引导发展的项目管理计划(C) .onlywhenbuildinganexpertsystem只有当建立一个专家系统(D) .whenacomplexsetofconditionsandactionsappearsinacomponent当出现的条件和操作的复杂组件29. Inthetraditionalapproachtosystemdevelopment,thesystemstoresinformationabout.在传统的系统开发方法,系统存储约的信息。(A).objects对象(C).methods方法(B).datastores数据存储(D).dataentities数据

19、实体30. Whatmodeliscreatedduringtheanalysisphaseofasoftwaredevelopmentprocess?在一个软件开发过程的分析阶段建立的模型是什么?(A)Datamodel数据模型(B)Linearmodel线性模型(C)sub-model子模型(D)Prototypingmodel.样机模型31. Projectmanagementinvolvescollectingandexplainingallofthekeydecisions,feasibilityanalysis,risks,benefits,schedules,andcoststo

20、thestakeholderswhoarefundingtheproject.项目管理涉及收集和解释所有的关键决策,可行性分析,风险,利益,日程安排,并资助该项目的利益相关者,他们的费用。(A) .cost成本(C).scope范围(B) .schedule计划(D).communication通讯32. involvesthecreationofanobjectbasedonthetemplateprovidedbytheclassdefinition.涉及建立基于类定义中提供的模板一个对象。a.Instantiation实例c.Activation激活b.Encapsulation封装d.

21、Realization实现33. UMLdesignmodelingfocusesonthe.UML设计造型的重点是(A) .structuralmodelandbehavioralmodel结构模型和行为模型(B) .behavioralmodelandimplementationmodel行为模型和实现模型(C) .usermodelandenvironmentmodel用户模型和环境模型(D). E-R model.对错题1 .When using structured refinement is unnecessary. 要的(错 )2 The three generic develo

22、pment, and support.designmethodologiestheprocessofstepwise当使用结构化设计方法时,逐步细化的过程中是不必phasesofsoftwareengineeringaredefinition,软件工程的三个通用阶段是定义,开发和支持3 Softwaredevelopmentactivitiesareeasytocompartmentalizeintofournon-overlappingphases.软件开发活动很容易划分成4个非重叠阶段。4 Projectmanagementislessimportantformodernsoftwared

23、evelopmentsincemostprojectsaresuccessfulandcompletedontime.项目管理是现代软件开发的重要,因为大多数项目是成功的,并按时完成。5 .Boundaryvalueanalysiscanonlybeusedtodowhite-boxtesting.边界值分析只能用来做白盒测试。6 Usingastatisticaltechniquelikedecisiontreeanalysiscanprovidesomeassistanceinsortingoutthetruecostsassociatedwiththemake-buydecision.使

24、用决策树分析等统计技术,可以提供一些援助,在整理作出购买决策的真实成本。7 The reason for refiningrisksistobreakthemintosmallerunits炼油风险的原因是它们分解成更小的单位有不同havingdifferentconsequences.的后果。8 Ataskselectorvalueismostappropriatelyusedtodeterminewhethertoacceptorrejectagiventaskforinclusionintheprojecttaskset.一个任务选择的价值是最恰当的使用,来决定是否接受或拒绝列入项目中的

25、任务设置为给定的任务。9 Peoplewhoperformsoftwarequalityassurancemustlookatthesoftwarefromthecustomer'sperspective.执行软件质量保证的人必须从顾客的角度看软件。10 Changecontrolisnotnecessaryifadevelopmentgroupismakinguseofanautomatedprojectdatabasetool.变更控制是没有必要的,如果一个开发小组正在使用一个自动化的项目数据库工具。11 Systemmodelsarebuilttoallowthesystemen

26、gineertoevaluatethesystemcomponentsinrelationshiptooneanother.系统模型的建立,让系统工程师评估到另一个系统组件之间的关系。12 Theuseofcontextfreequestionsbythemselvesprovidesaneffectivemeansofelicitingrequirementsinformationfromthecustomer.自己使用的范围内自由问题征求客户的需求信息提供一种有效的手段。13 Theprimarypurposeofanentityrelationshipdiagraminthedatamo

27、delistoallownormalizationofrelationshiptables.数据模型中的实体关系图的主要目的是允许关系表正常化。14 Withthoroughtestingitispossibletoremovealldefectsfromaprogrampriortodeliverytothecustomer.通过彻底的测试,它是可以交付给客户之前,从计划中删除的所有缺陷。15 Object-orienteddesignsdonotneedtobeimplementedusingobject-orientedprogrammingtechniques.面向对象的设计不需要使用

28、面向对象编程技术得以实施。16. Becausetherearemanyfactorstoconsiderinanydesigneffort,alldesignshouldbeascomplexaspossible.因为有很多因素要考虑在任何设计工作,所有的设计应尽可能复杂。()17. Sincemodularityisanimportantdesigngoalitisnotpossibletohavetoomanymodulesinaproposeddesign.由于模块化是一个重要的设计目标是,拟议中的设计不可能有太多的模块。(错)18. Softwaredesignsarerefacto

29、redtoallowthecreationofsoftwarethatiseasiertointegrate,easiertotest,andeasiertomaintain.软件设计重构,让创造的软件更容易集成,更易于测试,并易于维护。(对)19.Informationhidingmakesprogrammaintenanceeasierbyhidingdataandprocedurefromunaffectedpartsoftheprogram.(对)信息隐藏使得程序的维护更容易隐藏数据和程序,从程序不受影响地区。20 .Insoftwarequalityassuranceworkther

30、eisnodifferencebetweensoftwareverificationandsoftwarevalidation.在软件质量保证工作,有没有软件的验证和软件验证之间的差异。21 .Oneofthekeyproblemsinsoftwarereuseistheinabilitytofindexistingreusabledesignpatternswhenhundredsofcandidatesexist.(对)软件重用的关键问题之一,是无法找到现有的可重复使用的设计模式,当数百名候选人存在。22. Amoduleshouldbeopenforextensionbutclosedf

31、ormodification.一个模块应该对扩展开放,但对修改关闭。23. Frameworksanddesignpatternsarethesamethingasfarasdesignersareconcerned.(错)尽可能的设计师而言,框架和设计模式是一回事。24. ProgramflowchartiseasiertomaintainthanPDLforproceduraldesigning.程序流程图是更容易比对程序设计的PDL保持。25. Projectmanagementislessimportantformodernsoftwaredevelopmentsincemostpro

32、jectsaresuccessfulandcompletedontime.()项目管理是现代软件开发的重要,因为大多数项目是成功的,并按时完成。26. Usingtheconceptofmodularityinsoftwaredesign,weshouldtryourbesttosubdividesoftwareinfinitely.()采用模块化软件设计的概念,我们应该尽力无限细分软件。27. Subclassesshouldbesubstitutableforbaseclasses.()基类的子类应替代。28. Thefocusofvalidationtestingistouncoverp

33、lacesthatauserwillbeabletoobservefailureofthesoftwaretoconformtoitsrequirements.()验证测试的重点是发现的地方,用户将能够观察到的软件不符合其要求。29. Componentsshouldbelooselycoupledtooneanotherandtotheexternalenvironment.应松散耦合组件到另一个和外部环境。30. Improvedexecutionperformanceisoneoftheprimarybenefitsofobject-orientedarchitectures.提高执行性

34、能对象orientedarchitectures的主要优点之一。31. Allofrandomordertestsareconductedtoexercisedifferentclassinstancelifehistories,whicharebasedontheminimumtestsequence.随机顺序测试都进行锻炼不同的类的实例的生命历程,这是最低的测试序列为基础的。32. Cohesionshouldbeascohesiveaspossible,Couplingshouldbeaslooseaspossible.凝聚力,应尽可能的凝聚力,耦合应尽可能松散。33. Responsi

35、bilitiesareAttributesandmethodsrelevanttotheclass.职责是类有关的属性和方法。34. BusinessProcessEngineering(BPE)definearchitecturesthatwillenableabusinesstouseinformationeffectively.()业务流程工程(BPE)定义的架构,使业务有效地利用信息。35. Changecontrolisnotnecessaryifadevelopmentgroupismakinguseofanautomatedprojectdatabasetool.()变更控制是没

36、有必要的,如果一个开发小组正在使用一个自动化的项目数据库工具。36. Programflowgraphsareidenticaltoprogramflowcharts.三.主观题:Pleasegivebriefanswerstothefollowingquestions:1 .Howdoobject-orienteddesignandstructureddesigndiffer?如何区分面向对象的设计和结构设计的不同(10pts.)2 .Listthreecharacteristicsthatcanserveasaguidetoevaluatedesignquality.列出三个特点,可以作为

37、评估设计质量的指导。ANS:Designimplementsallexplicitrequirementsfromtheanalysismodel,aswellasaccommodatingimplicitcustomerrequirements.Designmustbeunderstandabletothepeoplewhogeneratethecodetoimplementdesign,thosewhotestit,andthosewhosupportit.Designmustprovideacompletepictureofthesoftware,addressingthedata,fu

38、nctional,andbehavioraldomainsfromanimplementationperspective.3 .Whatarethefourimportantattributeswhichallsoftwareproductsshouldhave?Suggestfourotherattributesthatmaysometimesbesignificant什么是所有的软件产品应具有四个重要的属性?推荐其他四个重要属性4 .WhatarethephasesoftheSDLC?什么是SDLC的阶段5 .Whatisthedifferencebetweenasoftwareproce

39、ssmodelandasoftwareprocess?Suggesttwowaysinwhichasoftwareprocessmodelmightbehelpfulinidentifyingpossibleprocessimprovements推荐两种方式,其中软件过程模型可能有助于确定可能的流程改进6 .Apartfromthechallengesofheterogeneity,rapiddeliveryandtrust,identifyotherproblemsandchallengesthatsoftwareengineeringislikelytofaceinthe21stcentu

40、ry除了异质性,交货迅速和信任的挑战,找出软件工程是在21世纪可能面临的其他问题和挑战,7 .Pleasegiveexplanationsonwhyrequirementselicitationissodifficult.请给予解释为什么需求获取是非常困难。8 .Whatisthree-layerdesign?Whatarethemostcommonlayersfoundinthree-layerdesign?什么是三层设计?什么是最常见的的三层设计的层?9 .Whyisthree-layerdesignagoodprinciple?为什么三层设计是一个很好的原则10 .Whatarefunc

41、tionalrequirements?什么是功能要求11 .Whatisthepurposeofapackagediagram?Whatnotationisused?Showanexample一个包图的目的是什么?使用的是什么符号?展示一个例子12 .Whatisthedifferencebetweenanalysisanddesign?ListtheactivitiesofthedesignphaseoftheSDLC.分析和设计之间的区别是什么?列出SDLC设计阶段的活动。13 .Explainwhatiswrongwiththenotionthatsoftwareengineeringi

42、stootimeconsumingandinterfereswithaprogrammer'sproductivity.解释什么是错误的概念,软件工程是太耗费时间和干扰程序员的生产力。14 .Describetheprincipleofinformationhidingasitappliestosoftwaredesign.描述信息的隐藏,因为它适用于软件设计的原则。ANS:Theprincipleofinformationhidingimpliesthatmodulesonlyshareinformationwitheachotherona"needtoknow"

43、basistoachievesomespecificsoftwarefunction.Hidingenforcestheproceduralconstraintstoboththemoduleproceduraldetailandanydatastructureslocaltothemodule.信息隐藏的原则意味着模块只与对方共享信息上的“需要知道”的基础上,以实现一些特定的软件功能。隐藏强制模块详细的程序和本地模块的任何数据结构的程序制约。15 .Whatarethedifferencesbetweengenericsoftwareproductdevelopmentandcustomso

44、ftwaredevelopment?什么是通用软件产品的开发和定制软件开发之间的差异?16 .Explaintheroleofeachelementoftheconventionalanalysismodel:datadictionary,entityrelationshipdiagram,anddataflowdiagram.解释传统的分析模型中的每个元素的作用:实体关系图,数据字典,数据流图。17 .Whataretheelementsthatmakeupasoftwarearchitecturalstyle?什么是一个软件的建筑风格的元素?ANS:Setofcomponentsthatp

45、erformrequiredsystemfunctions.Setofconnectorsallowingcommunicationsamongthecomponents.Constraintsdescribinghowthecomponentsmaybeintegratedtoformasystem.Semanticmodelsthatenablethedesignertounderstandtheoverallsystempropertiesbyanalyzingtheknownpropertiesofitscomponents.执行所需的系统功能的组件集。设置允许组件之间的通信连接器。描

46、述的组件可能如何整合,形成一个系统的约束。语义模型,使设计人员了解整个系统性能,通过分析其成分的已知属性。18 .Howisatransactioncenterdifferentfromatransformcenterinadataflowdiagram?交易中心是如何从一个在一个数据流图的变换中心的不同?19 .Listthefourdesignmodelsrequiredforacompletespecificationofasoftwaredesignandtheroleofeach.列出四个完整的软件设计规范和每个角色所需的设计模型ANS:Datadesign-highlevelmod

47、eldepictingusersviewofthedataorinformation.ArchitecturedesignshowsrelationshipsandcollaborationsamongspecificanalysismodelsoftwareandhardwareelementsInterfacedesign-interfacedepictsasetofoperationsthatdescribetheexternallyobservablebehaviorofaclassandprovidesaccesstoitsoperationsComponent-leveldesig

48、n-Describestheinternaldetailofeachsoftwarecomponent数据设计-高层次模型描述的数据或信息的用户的视图。建筑设计-显示之间的关系和合作具体分析模型的软件和硬件元素接口设计-接口描述操作描述一个类的外部观察到的行为,并提供其业务的访问组件级设计-描述了每个软件组件的内部细节20 .Whatistheprimaryobjectiveofsystemsdesign?系统设计的首要目标是什么?21 .Howisatransactioncenterdifferentfromatransformcenterinadataflowdiagram?交易中心是如何

49、从一个在一个数据流图的变换中心的不同?ANS:Transactioncentersconvertanexternalinformationflowintooneofmanyactionpathsinsidethesystem.Transformcentersmaptheincomingexternalinformationintooutgoingexternalworldinformation.交易中心转换成系统内部的许多行动路径之一的外部信息流。变换中心的地图为即将离任的外部世界的信息传入的外部信息。22 .Whatisthedifferencebetweenasoftwareprocess

50、modelandasoftwareprocess?Suggesttwowaysinwhichasoftwareprocessmodelmightbehelpfulinidentifyingpossibleprocessimprovements软件过程模型和软件过程之间的差异是什么?推荐两种方式,其中软件过程模型可能有助于确定可能的流程改进23Describethedifferencesbetweenadesignpatternandaframework.描述一个设计模式和框架之间的差异。ANS:Designpatternsaremoreabstractthanframeworks.Framew

51、orksareoftencode-based.Frameworkscancontaindesignpatterns,butdesignpatternscannotcontainframeworks.Designpatternsarelessspecializedthanframeworks.设计模式是比框架更抽象。框架往往是基于代码的。框架可以包含的设计模式,但设计模式不能包含框架。设计模式比框架专门。24 .Whataretheelementsthatmakeupasoftwarearchitecturalstyle?什么是一个软件的建筑风格的元素?25 .Describetheproces

52、sofmanagementifyourcustomerrequestsanewfunctionbeingaddedtothecurrentproduct.描述管理的过程中,如果你的客户请求一个新的功能被添加到当前的产品。四Casestudy1 ).Giventhedescriptionofasystem,pleaseanalyzethesystemrequirementsandcompletetherequestedmodels.Water-MonitoringSystemdescription:Thewater-monitoringsystemistogatherdataatmanypoin

53、tsthroughoutarivervalley.Atthecollectionsites,severalcalculationsaredoneaccordingtothedata(date,direction,level,flux,rainfall,etc.)andtheresults(statistics,forecast,summaryreport,etc.)arecommunicatedtoacentrallocationforcomprehensivereporting.Anautomaticallygeneratedreportmainlycontainschartsandtabl

54、esofallkindsofdatacollectedfromdifferentlocations,togetherwithasummarydocument.Differentdepartmentisallowedtoaccessdifferentpartofareport.1. Pleaseformulateyourprojectschedulingandtrackplan.2. Pleasedrawthedataflowdiagramforthesystem.3. Pleasedesignthesystemarchitecture.4. Pleasedrawtheclassdiagrams

55、andspecifytherelationshipsbetweenobjects.2) .CourseRegistrationSystemTheSchoolofInformationandElectronicEngineeringisoneofbiggestschoolsinZhejiangUniversityofScienceandTechnology.Aspartofteachingadministration,staffsandstudentsuseanoldsystem.TheDeanisconvincedthatthecurrentsystemhasbeenoutgrown,asth

56、eyhavebeenreceivingincreasedcomplaintsfromstaffandstudents,andalsobecauseotherUniversitieshavereleasedtotallyrevampedandhighlyfunctionalcomputersystemtotheirschools.Thecurrentsystemisatext-basedsystemoperatingonstandalonePCs.Inthecurrentsystemduplicationofdataentryandlackofnetworkingarebothcausinggreatdifficulty.Furthermoretheyrecognizetheneedforaccesstotheinternet.Theschoolhasabout110faculties(locatedinonebuilding),mostofwhomrequirecomputeraccess.Meanwhiletherearealmost2000studentswholiveinHangzhoucity.TheDeanhaveawardedyou(ac

温馨提示

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

评论

0/150

提交评论