- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Unit 6 Section 2 Passage A algorithm data structure character table list stack queue tree array node LIFO tail Unit 6 Section 2 Passage B linear table Integer direct precursor element direct successor element head rear insertion deletion sequence form chain form pointer reflection Unit 6 Section 2 Passage B The logic relationship between data elements is instructed by pointer of a node. In other words, pointer is a reflection of logical relationship between data elements. Unlike sequence list, the storage location of each element can not be obtained simply by the formula, while it is included into the information of its direct predecessor node. So as to obtain a certain element, we must detect each node from the head one by one through the pointer. And it shows that link list is a non-random access storage structure. How to implement insertion and deletion in link list? Imagine we will insert an element x between a and b, a node with data field value of x is created firstly, and then insert this node into link list. According to the logical definition of insertion, the value of pointer field in node must be altered to refer to node x, and that of node x also be assigned to point to node b. Thus, the logical verification of node a, b and x can be achieved. Unit 6 Section 2 Passage B Contrarily, if we want to delete node b that between node a and c in the link list, what we need is only to assign address of node c to pointer field of node a. After deleting, node c become the direct successor of node a. To sum up, it only need to modify the pointer value without having to move elements, when we inserting or deleting an element to or from the link list. In view of the advantage of link list in the rational utilization of space and in easy realization of insertion and deletion, it is the preferred storage structure of linear table. Unit 6 Section 2 Passage B Exercises I 1. ( ) Linear table can be stored in computer either in sequence form or in chain form. 2. ( ) Li
您可能关注的文档
- 管理信息系统实用教程 第2版 普通高等教育“十一五”国家级规划教材 作者 王若宾 王恩波 第2章 管理信息系统开发综述.ppt
- 管理信息系统实用教程 第2版 普通高等教育“十一五”国家级规划教材 作者 王若宾 王恩波 第4章 系统需求建模.ppt
- 管理信息系统实用教程 第2版 普通高等教育“十一五”国家级规划教材 作者 王若宾 王恩波 第5章 结构化系统分析.ppt
- 管理信息系统实用教程 第2版 普通高等教育“十一五”国家级规划教材 作者 王若宾 王恩波 第6章 面向对象的系统分析.ppt
- 管理信息系统实用教程 第2版 普通高等教育“十一五”国家级规划教材 作者 王若宾 王恩波 第7章 系统设计.ppt
- 管理信息系统实用教程 第2版 普通高等教育“十一五”国家级规划教材 作者 王若宾 王恩波 第10章 系统运行与维护.ppt
- 管理信息系统实用教程 第2版 普通高等教育“十一五”国家级规划教材 作者 王若宾 王恩波 第12章 课程设计实习.ppt
- 管理信息系统实用教程 普通高等教育“十一五”国家级规划教材 作者 王恩波 王若宾 第2章.ppt
- 管理信息系统实用教程 普通高等教育“十一五”国家级规划教材 作者 王恩波 王若宾 第3章.ppt
- 管理信息系统实用教程 普通高等教育“十一五”国家级规划教材 作者 王恩波 王若宾 第4章.ppt
- 计算机专业英语 郭敏 计算机专业英语Unit7.ppt
- 计算机专业英语 郭敏 计算机专业英语Unit8.ppt
- 计算机专业英语 作者 朱龙 chapter 5 Programming language.ppt
- 经济法 工业和信息化普通高等教育“十二五”规划教材立项项目 作者 郑云新 贾石红 第九章竞争法律制度.ppt
- 经济法 工业和信息化普通高等教育“十二五”规划教材立项项目 作者 郑云新 贾石红 第六章 企业破产法律制度.ppt
- 经济法 工业和信息化普通高等教育“十二五”规划教材立项项目 作者 郑云新 贾石红 第十二章会计审计法律制度.ppt
- 经济法 工业和信息化普通高等教育“十二五”规划教材立项项目 作者 郑云新 贾石红 第十六章 劳动法律制度.ppt
- 经济法 工业和信息化普通高等教育“十二五”规划教材立项项目 作者 郑云新 贾石红 第十三章通信法律制度.ppt
- 经济法 工业和信息化普通高等教育“十二五”规划教材立项项目 作者 郑云新 贾石红 第十四章 税收法律制度.ppt
- 经济法 工业和信息化普通高等教育“十二五”规划教材立项项目 作者 郑云新 贾石红 第十五章 金融法律制度.ppt
文档评论(0)