1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 搜索引擎的研究與實現ASP+SQL論文

        時間:2024-09-15 17:58:13 計算機應用畢業論文 我要投稿
        • 相關推薦

        搜索引擎的研究與實現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論文】相關文章:

        搜索引擎檢索子系統的設計與實現ASP+SQL11-23

        網絡購物系統的設計與實現ASP+SQL03-08

        購物網站的設計與實現ASP+SQL03-08

        CPM搜索引擎的設計與實現03-08

        新聞網系統設計與實現ASP+SQL11-23

        基于ASP的網上銀行的設計與實現ASP+SQL03-08

        網絡新聞發布系統的設計與實現ASP+SQL11-23

        基于ASP的網絡辦公系統設計與實現ASP+SQL03-08

        校園信息門戶網站的設計與實現ASP+SQL03-30

        多導師培養研究生論文管理系統的研究與實現03-03

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>