摘 要
本文简单叙述了一种网络搜索引擎的设计与实现过程。文中主要介绍了网络搜索引擎中网络信息搜索程序(即“蜘蛛”)的设计与实现;对网络信息搜索算法进行了分析;对网络搜索引擎的发展趋势做了简单介绍。(中文部分修改以后,英文部分也要相对改一下)
本文简单描述了万维网中搜索引擎的原理以及网络搜索引擎的设计与实现的过程。主要介绍了搜索引擎中网络信息搜索程序,即,“蜘蛛”,阐述了“蜘蛛”实现的功能,设计思想,各个功能模块的结构设计和模块之间的关系,以及设计过程中所用的算法的分析与实现。此外,本文还介绍了网络搜索引擎的当前形势和以后的发展趋势。
关键字:搜索引擎,蜘蛛,模块, 算法
Abstract
This article simplely describes the principle of search engine and the process designing and implementing of search engine in WWW. It mainly introduces the network information search program in search engine , “spider” . It elaborates the design thought and function of “spider”, every module designed in structure, and relation among each module. The article also describes analysis and implementation of algorithmic in this system. Besides, this paper still introduces the following development and the current situation of network search engine tendency.
Keywords: search engine, spider, module, function, algorithmic
目 录
前言 4
第一章:项目分析 5
一:项目内容 5
二:现状与分析 5
三:项目特点与意义 5
四:使用的环境和工具
第二章:总体设计与模块设计 7
一:整体模块的设计 7
二:信息搜索模块 10
三:信息处理模块 13
四:管理监视界面 14
五:数据字典 14
第三章:算法分析与实现 17
一:搜索算法的分析和实现 17
二:分类算法的分析和实现 21
第四章:程序的调试和测试 24
一:程序的调试 25
二:与数据库的连接 26
三:程序的测试 27
毕业设计总结 28
参考文献 29

您当前的位置:
