- 1、本文档共31页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
河南科技学院新科学院
2012届本科毕业论文(设 计)
二叉排序树在图书信息检索中的应用研究
学生姓名: 朱珂潮
所在院系: 新科学院信工系
所学专业: 计算机科学与技术
导师姓名: 朱艳丽
完成时间: 2012年 5月 10 日
二叉排序树在图书信息检索中的应用研究
摘 要
随着关系数据库技术的应用越来越广泛,二叉树算法、结构化查询语言等研究对数据库查询有着实际的意义。本文提出了一种用二叉排序树来表示关系表的方法,来提高图书信息的查询效率。
本文使用JSP程序设计语言、MyEclipse开发工具和MySQL数据库进行开发一套图书管理系统,并重点阐述基于二叉排序树算法的信息检索模块的实现过程,通过比较测试,实现了相应的功能,满足了系统需求,达到了系统设计的预期目标,提高了工作效率。本系统中包含5个功能模块:综合检索,登录管理,读者管理,图书管理和图书借还。此系统既克服传统检索方式的工作量大、效率低下,又能够使图书查询工作快捷化,规范化,真正实现图书管理的方便化。
关键词:二叉排序树,图书管理系统,JSP,信息检索
THE APPLICATION OF BINARY SORT TREE IN THE BOOK INFORMATION RETRIEVAL
Abstract
With the application of relational database technology is more and more extensive, binary tree algorithm, and structured query language research has practical meaning for database queries. This paper puts forward a kind of binary sort tree to represent a relationship chart and improve the library information query efficiency.
This paper used JSP programming language, MyEclipse development tools and MySQL database to develop a books management system.It focuses on binary sorted tree algorithm applied in information retrieval in the library management system, and designs detailed the information retrieval module in system, by comparison tests, it realizes the corresponding function and meets the system requirements, and reaches the target of system design, improves work efficiency. This system contains 5 functional modules: integrated search, log management, reader management, book management and circulation of books.This system is to overcome large workload and low efficiency of the traditional way, and it also could make book search work fast, standardized, and realize the convenience of book management truly.
Keywords: Binary sort tree,book management systems,JSP, information retrieval
目 录
1.绪 论 1
1.1 目前图书管理系统存在的问题 1
1.2 课题意义 1
1.3 主要任务 1
1.4 论文的工作和安排 2
2. 设计可行性与开发环境概述 2
2.1 可行性分析 2
2.2 开发环境简介 3
2.2.1 MyEclipse 3
2.2.2 Tomcat
文档评论(0)