搜索引擎的研究与实现ASP+SQL论文

时间:2021-06-17 18:41:33 计算机应用毕业论文 我要投稿

搜索引擎的研究与实现ASP+SQL论文

  从小学、初中、高中到大学乃至工作,大家总免不了要接触或使用论文吧,借助论文可以达到探讨问题进行学术研究的目的。你知道论文怎样才能写的好吗?下面是小编整理的搜索引擎的研究与实现ASP+SQL论文,希望能够帮助到大家。

搜索引擎的研究与实现ASP+SQL论文

  目 录

  1、搜索引擎概述 1

  1.1 搜索引擎的实现原理 1

  1.1.1 从互联网上抓取网页 1

  1.1.2 建立索引数据库 1

  1.1.3 在索引数据库中搜索 1

  1.1.4 对搜索结果进行处理排序 1

  1.2 重要中文搜索策略-中文分词 2

  1.2.1 什么是中文分词 2

  1.2.2 中文分词技术 3

  1.2.3 分词中的难题 4

  1.2.4 中文分词的应用 5

  2、网络蜘蛛基本原理 6

  2.1 网站与网络蜘蛛 6

  2.2 内容提取 7

  2.3 更新周期 8

  3、总体设计 10

  3.1 需求分析 10

  3.2 问题定义 10

  3.3 总体设计 11

  3.3.1 管理员部分实现 11

  3.3.2 户部分实现 11

  3.3.3 几个具体流程图 12

  4、数据库设计 15

  4.1 数据库设计概述 15

  4.2 创建sql server 2000数据库 15

  4.3 数据库连接 15

  4.3.1 建立数据库的连接 15

  4.3.2 执行SQL语句 15

  4.4 数据表的设计 15

  4.5 E-R图设计 16

  4.5.1 用户界面全局E-R图 16

  4.5.2 管理员界面全局E-R图 17

  5、各模块详细设计 18

  5.1 站搜索模块 18

  5.2 分类目录模块 24

  5.3 站登录模块 26

  5.4 网站修改模块 27

  5.5 管理员登录模块 29

  5.6 网站管理模块 30

  5.6.1 网站修改 31

  5.6.2 网站删除 32

  5.7 网站审核模块 32

  5.8 分类管理模块 32

  5.8.1 分类添加 34

  5.8.2 分类编辑 34

  5.8.3 分类删除 34

  5.9 出系统模块 34

  6、系统功能测试 35

  6.1 搜索测试 35

  6.2 网站登录测试 35

  6.3 添加分类目录-商业 36

  6.4 删除网站测试 37

  6.5 测试总结 38

  6.5.1 优点 38

  6.5.2 缺点 38

  7、结 论 39

  参考文献 40

  致 谢 41

  搜索引擎的研究与实现

  摘要:在理解搜索引擎实现原理的基础上实现搜索引擎的基本功能,并对搜索引擎的实现机理进行初步的研究尤其是对中文搜索引擎的研究。

  通过对大型的网络搜索引擎的实现的过程和实现原理的分析加强对搜索引擎这1复杂技术的理解和对其中使用的相关的技术进行学习和研究,并理解网络蜘蛛的工作原理和中文分词的技术。并能自己开发搜索引擎—能够实现搜索和用户个人网页注册这两个搜索引擎的基本功能。

  本设计的搜索引擎就是采用模糊搜索算法多关键字搜索策略实现搜索。模糊搜索就是将索引中内容和标题之中含有匹配的关键字的网页搜索出来显示在结果栏中,并建立相关的超链接。而多关键字搜索就是将搜索输入的几个关键字用空格或者非空格隔开的关键字替换成空格搜索出具有对应关键字的`网页。

  关键词:中文搜索;研究;实现

  Search engine research and its implementation

  Abstract:In the understanding of the principles of search engines to implement a basis for the basic functions of search engines, and search engine mechanisms for the implementation of the initial research, in particular, the study of Chinese search engine. Through large network search engines process and the implementation of the principles of the implementation of the analysis of search engines to enhance the understanding of complex technical and related to the use of the technology study and research and understanding of the operating principles of the network spiders and Chinese sub-term technologies. And to develop my own search engines - users to implement personal web search and search engine registration two basic functions. The design is the use of search engines search algorithm more ambiguous word search strategy to implement search, the search engines to implement understanding principles. Search index is ambiguous, will contain matching content and the title of the show either in the web search results by column, and the establishment of related-links. And multi-word search is to search involving several key cells separated by blank space or non-replacement of the word into a blank space with the corresponding word search website.

  Keyword:Chinese search;research;implementation

  1、搜索引擎概述

  1.1 搜索引擎的实现原理

  搜索引擎的实现原理,可以看作4步:从互联网上抓取网页→建立索引数据库→在索引数据库中搜索→对搜索结果进行处理和排序。

  1.1.1 从互联网上抓取网页

  利用能够从互联网上自动收集网页的 网络蜘蛛 程序,自动访问互联网,并沿着任何网页中的所有URL爬到其它网页,重复这过程,并把爬过的所有网页收集到服务器中。

  1.1.2 建立索引数据库

  由索引系统程序对收集回来的网页进行分析,提取相关网页信息(包括网页所在URL、编码类型、页面内容包含的关键词、关键词位置、生成时间、大小、与其它网页的链接关系等),根据1定的相关度算法进行大量复杂计算,得到每1个网页针对页面内容中及超链中每1个关键词的相关度(或重要性),然后用这些相关信息建立网页索引数据库。

  1.1.3 在索引数据库中搜索

  当用户输入关键词搜索后,分解搜索请求,由搜索系统程序从网页索引数据库中找到符合该关键词的所有相关网页。

  1.1.4 对搜索结果进行处理排序

  所有相关网页针对该关键词的相关信息在索引库中都有记录,只需综合相关信息和网页级别形成相关度数值,然后进行排序,相关度越高,排名越靠前。最后由页面生成系统将搜索结果的链接地址和页面内容摘要等内容组织起来返回给用户。

【搜索引擎的研究与实现ASP+SQL论文】相关文章:

1.移动工商政务管理系统整合技术研究与实现论文

2.“计算机与通信网络”课程仿真实验环节的研究与实现论文

3.电子商城设计与实现论文

4.尾矿库在线监测系统的研究与实现

5.新闻信息发布系统的设计与实现论文

6.城市旅游网站的设计与实现论文

7.试论建筑幕墙企业材料管理系统的研究与实现

8.电力营销管理系统设计与实现论文

9.HTML与搜索引擎优化