编号: 139 数据结构与算法课程设计说明书动态查找表学院:海洋信息工程学院专业:计算机科学与技术学生姓名:学号:指导教师:2015 年6 月 26 日动态查找表学生姓名:银杰指导老师: 王晓莹摘要本课程设计说明书系统地阐述了我使用C 语言在 Code::Blocks软件编写的动态查找表程序的整个过程,编写的环境是win7 64 位操作系统。根据题目要求,编写动态查找表使用二叉排序树,即二叉链表作为存储结构。该程序具有建立数据功能、具有数据查找功能、具有数据插入功能、具有数据删除功能等基本功能操作。关键词: 动态查找表, Code::Blocks软件, win7 64 位操作系统, C# dynamic lookup table Author :yinjie Tutor :Wangxiaoying AbstractThis course design specification system to explain the whole process of using C language in Code:: Blocks software written in the dynamic look-up table program, the preparation of the environment is win7 64 bit operating system. According to the topic request, the preparation of the dynamic look-up table using the two fork sort tree, that is, the two binary list as the storage structure. The program has the function of building data, data searching, data insertion, data deletion and so on.Key words:dynamic lookup table, Code::Blocks software,win7 64 bit operating system,C # 目录引言 ......................................................................................................................................................................... 1 查找的基本概念................................................................................................................................................. 1 小结 ..................................................................................................................................................................... 1 题目 ..................................................................................................................................................................... 1 第 1...