您好,欢迎访问三七文档
当前位置:首页 > 临时分类 > 数据结构习题解析第10章
世界观人人都有,而哲学只有经过系统的学习的人才能掌握它。世界观是自发成的,是不系统的、不自觉的、缺乏严密的逻辑和理论论证,而哲学则是把自发的、零散的、朴素的世界观加以理论化和系统化,因而具有严密的逻辑和完整的理论体系。appearanceoftheweldappearancequalitytechnicalrequirementsoftheprojectmustnothaveamoltenmetalstreamdoesnotmeltthebasemetaltoweld,weldseamandheat-affectedzonesurfacemustnothavecracks,pores,defectssuchascraterandash,surfacesmoothing,weldandbasemetalshouldbeevenlysmoothtransition.Width2-3mmfromtheedgeofweldGroove.Surfacereinforcementshouldbelessthanorequalto1+0.2timestheslopeedgewidth,andshouldnotbegreaterthan4mm.Depthofundercutshouldbelessthanorequalto0.5mm,totallengthoftheweldsonbothsidesundercutnotexceed10%oftheweldlength,andlongcontinuousshouldnotbegreaterthan100mm.Wrongsideshouldbelessthanorat0.2T,andshouldnotbegreaterthan2mm(wallthicknessmmt)incompleteornotallow7.57.5.1installationqualityprocessstandardsoftheelectricalenclosureCabinetsurfaceisclean,neat,nosignificantphenomenonofconvex,closetonature,closethedoor.7.5.2CabinetCabinetfacepaintsnopaint,returnedtorusted,consistentcolor.7.5.3uniformindirectgapfromtoptobottom,slotwidth1.5mm7.5.4adjacentCabinetsurfaceroughnessis0.7.5.5thecabinetsfirmlyfixed,craftsbeautiful.7.5.6Cabinetsurfacegauge,switchcabinetmarkclear,neat,firmpaste.7.5.7Terminalrowofneat,isreliable,theappearanceiscleanandnotdamaged.7.5.8cablesneatandclean,solidbinding,bindingprocessinappearance.7.5.9thefirstcableproductionfirm,craftsbeautiful,clearsignagedoesnotfade.7.5.10fireproofpluggingtight,nocracksandpores.7.67.6.1ofthestandardelectricalwiringqualitytechnologycablea,themulti-corewirebuncharrangementshouldbeparalleltoeachother,horizontalwireharnessorwireshouldbeperpendiculartothelongitudinalmulti-corewirebunch.Thedistancebetweenthewireharnessandwireharnesssymmetry,andascloseaspossible.B-corewiringharnessintoround,multi-corewirebunchusedgwirebinding,fastening第10章索引与散列一、复习要点索引结构和散列结构是用于外部搜索的搜索结构。数据在外存的组织即文件结构,主要分顺序、直接存取(散列)和索引文件。在这些文件组织中使用的主要是索引和散列方法。1、基本知识点要求掌握静态索引结构,包括线性索引、倒排索引、静态索引树的搜索和构造方法。掌握动态索引结构,包括B树的搜索、插入、删除,通过关键码个数估算B树的高度的方法;B+树的搜索、插入与删除。掌握散列法,包括散列函数的构造、处理溢出的闭散列方法;处理溢出的开散列方法;散列表分析。二、难点与重点1、线性索引密集索引、稀疏索引、索引表计算基于属性查找建立倒排索引、单元式倒排表2、动态搜索树平衡的m路搜索树的定义、搜索算法B树的定义、B树与平衡的m路搜索树的关系B树的插入(包括结点分裂)、删除(包括结点调整与合并)方法B树中结点个数与高度的关系B+树的定义、搜索、插入与删除的方法3、散列表散列函数的比较装载因子与平均搜索长度的关系,平均搜索长度的关系表长m、表中已有数据对象个数n和装载因子的关系解决冲突的(闭散列)线性探查法的运用,平均探查次数的计算线性探查法的删除问题、散列表类的设计中必须为各地址设置三个状态线性探查法中的堆积聚集问题解决冲突的(闭散列)双散列法的运用,平均探查次数计算双散列法中再散列函数的设计要求与表长m互质,为此m设计为质数较宜解决冲突的(闭散列)二次散列法的运用,平均探查次数计算注意:二次散列法中装载因子与表长m的设置解决冲突的(开散列)开散列法的运用,平均探查次数计算由平均探查次数计算装载因子,再计算表大小的方法三、教材中习题的解析10-1什么是静态索引结构?什么是动态索引结构?它们各有哪些优缺点?【解答】世界观人人都有,而哲学只有经过系统的学习的人才能掌握它。世界观是自发成的,是不系统的、不自觉的、缺乏严密的逻辑和理论论证,而哲学则是把自发的、零散的、朴素的世界观加以理论化和系统化,因而具有严密的逻辑和完整的理论体系。appearanceoftheweldappearancequalitytechnicalrequirementsoftheprojectmustnothaveamoltenmetalstreamdoesnotmeltthebasemetaltoweld,weldseamandheat-affectedzonesurfacemustnothavecracks,pores,defectssuchascraterandash,surfacesmoothing,weldandbasemetalshouldbeevenlysmoothtransition.Width2-3mmfromtheedgeofweldGroove.Surfacereinforcementshouldbelessthanorequalto1+0.2timestheslopeedgewidth,andshouldnotbegreaterthan4mm.Depthofundercutshouldbelessthanorequalto0.5mm,totallengthoftheweldsonbothsidesundercutnotexceed10%oftheweldlength,andlongcontinuousshouldnotbegreaterthan100mm.Wrongsideshouldbelessthanorat0.2T,andshouldnotbegreaterthan2mm(wallthicknessmmt)incompleteornotallow7.57.5.1installationqualityprocessstandardsoftheelectricalenclosureCabinetsurfaceisclean,neat,nosignificantphenomenonofconvex,closetonature,closethedoor.7.5.2CabinetCabinetfacepaintsnopaint,returnedtorusted,consistentcolor.7.5.3uniformindirectgapfromtoptobottom,slotwidth1.5mm7.5.4adjacentCabinetsurfaceroughnessis0.7.5.5thecabinetsfirmlyfixed,craftsbeautiful.7.5.6Cabinetsurfacegauge,switchcabinetmarkclear,neat,firmpaste.7.5.7Terminalrowofneat,isreliable,theappearanceiscleanandnotdamaged.7.5.8cablesneatandclean,solidbinding,bindingprocessinappearance.7.5.9thefirstcableproductionfirm,craftsbeautiful,clearsignagedoesnotfade.7.5.10fireproofpluggingtight,nocracksandpores.7.67.6.1ofthestandardelectricalwiringqualitytechnologycablea,themulti-corewirebuncharrangementshouldbeparalleltoeachother,horizontalwireharnessorwireshouldbeperpendiculartothelongitudinalmulti-corewirebunch.Thedistancebetweenthewireharnessandwireharnesssymmetry,andascloseaspossible.B-corewiringharnessintoround,multi-corewirebunchusedgwirebinding,fastening静态索引结构指这种索引结构在初始创建,数据装入时就已经定型,而且在整个系统运行期间,树的结构不发生变化,只是数据在更新。动态索引结构是指在整个系统运行期间,树的结构随数据的增删及时调整,以保持最佳的搜索效率。静态索引结构的优点是结构定型,建立方法简单,存取方便;缺点是不利于更新,插入或删除时效率低。动态索引结构的优点是在插入或删除时能够自动调整索引树结构,以保持最佳的搜索效率;缺点是实现算法复杂。10-2设有10000个记录对象,通过分块划分为若干子表并建立索引,那么为了提高搜索效率,每一个子表的大小应设计为多大?【解答】每个子表的大小s=n=10000=100个记录对象。10-3如果一个磁盘页块大小为1024(=1K)字节,存储的每个记录对象需要占用16字节,其中关键码占4字节,其它数据占12字节。所有记录均已按关键码有序地存储在磁盘文件中,每个页块的第1个记录用于存放线性索引。另外在内存中开辟了256K字节的空间可用于存放线性索引。试问:(1)若将线性索引常驻内存,文件中最多可以存放多少个记录?(每个索引项8字节,其中关键码4字节,地址4字节)(2)如果使用二级索引,第二级索引占用1024字节(有128个索引项),这时文件中最多可以存放多少个记录?【解答】(1)因为一个磁盘页块大小为1024字节,每个记录对象需要占用16字节,则每个页块可存放1024/16=64个记录,除第一个记录存储线性索引外,每个页块可存储63个记录对象。又因为在磁
本文标题:数据结构习题解析第10章
链接地址:https://www.777doc.com/doc-3010628 .html