1 / 4

层次模型数据的存储实现方法

邻接法. 子女 - 兄弟链接法. 层次模型数据的存储实现方法. 链接法. 层次序列链接法. 以下图为例介绍层次数据模型的存储结构:. A1. B4. B6. B1. C3. C14. C7. C5. C4. C6. C8. C2. C9. 邻接法:. A1. B1. C3. C5. C7. C14. B4. C2. C9. B6. C4. C6. C8. A2. …. 子女 - 兄弟链接法:. A1. A2 · ·. B1. B4. B6 *. C3. C5. C7. C14 *. C2.

floyd
Download Presentation

层次模型数据的存储实现方法

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 邻接法 子女-兄弟链接法 层次模型数据的存储实现方法 链接法 层次序列链接法 以下图为例介绍层次数据模型的存储结构: A1 B4 B6 B1 C3 C14 C7 C5 C4 C6 C8 C2 C9

  2. 邻接法: A1 B1 C3 C5 C7 C14 B4 C2 C9 B6 C4 C6 C8 A2 …

  3. 子女-兄弟链接法: A1 A2 · · B1 B4 B6 * C3 C5 C7 C14 * C2 C9 * C4 C6 C8 *

  4. 层次序列链接法: A1 B6 B4 B1 C14 C7 C8 C5 C9 C6 C3 C2 C4

More Related