• <del id="gqga8"></del>
          <fieldset id="gqga8"><table id="gqga8"></table></fieldset>
          論文格式
          電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
          機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
          制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
          通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
          • 首頁 |
          • 畢業論文 |
          • 論文格式 |
          • 個人簡歷 |
          • 工作總結 |
          • 入黨申請書 |
          • 求職信 |
          • 入團申請書 |
          • 工作計劃 |
          • 免費論文 |
          • 合作期刊 |
          • 論文同學網 |
          搜索 高級搜索

          當前位置:論文格式網 -> 畢業論文 -> 計算機論文
          畢業論文標題:

          基于ASP的搜索引擎的開發

           本文ID:LWGSW14009 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于ASP的搜索引擎的開發 (收費:1000 積分)  

          論文字數:10054,頁數:26

          摘  要
          隨著互聯網和寬帶上網的普及,搜索引擎在中國異軍突起,并日益滲透到人們的日常生活中。在互聯網普及之前,人們查閱資料首先想到的是擁有大量書籍資料的圖書館,但是今天很多人都會選擇一種更方便、快捷、全面、準確的查閱方式—互聯網。而幫助我們在整個互聯網上快速地查找到目標信息的就是越來越被重視的搜索引擎。本文通過分析國內外搜索引擎的發展現狀,提出了一種利用ASP技術實現一個B/S體系結構的搜索引擎系統的方案,以期達到功能強大,操作簡單,通用性強,可以滿足用戶對信息搜索需要的搜索引擎系統。文中著重論述了該系統的數據流程、功能實現與代碼設計、后臺管理等,并對相關技術作了詳細的介紹。論文在撰寫過程中,力求將理論與系統應用相結合,對各種理論進行闡述的同時配合系統從實際應用和操作技巧上加以說明,希望能夠更充分地體現這些知識與技術在系統中的應用與實現。

          關鍵詞:ASP;模糊查詢;關鍵字;搜索引擎
          Development of Search Engine Based on ASP
          Abstract
          With the popularization of the Internet and surfing the Net with broadband, search engine likes a dark horse in China, and permeate through daily life day by day. Before this, when people consult materials the first thought is the library that has a large number of books .But now more and more people will choose Internet to search for information .It’s more convenient, fast, comprehensive and accurate for searching information. The search engine that helps us in the whole Internet to quickly identify target information is played more and more attention to. In order to achieve the formidable function, simply operating, stronger versatility and satisfy the users to the information search need ,This paper gives a plan that realizes a systematic scheme of search engine of B/S system structure through analyzing the current development of search engine in domestic and international systematic with the technology of ASP. This thesis mainly describes the data procedure of this system, functional realization  and code design, back-stage management, etc. emphatically in the article.  It has done more detailed introduction to relevant technology. The paper makes every effort to use the theory and practice and combine together in the course of writing, the cooperation system is explained from practical application and operation skill while explaining various kinds of theories, hope to more fully reflect the knowledge and application in this system of technology and realize.

          Key words: ASP; fuzzy query; keyword; search engine

          目  錄

          1引言 1
          1.1課題背景 1
          1.2搜索引擎的發展方向 1
          2系統開發技術分析 2
          2.1系統開發環境 2
          2.2 IIS簡介 2
          2.3 SQL SERVER 2000簡介 2
          2.4 ASP簡介 2
          3概要設計 3
          3.1需求分析 3
          3.2數據庫設計 3
          3.2.1分類目錄數據庫表 3
          3.2.2網站登錄信息數據庫 4
          3.2.3管理員數據庫表 4
          3.2.4關鍵字記錄數據庫表 5
          3.3系統設計結構圖 5
          4系統前臺模塊設計 5
          4.1網站搜索模塊的實現 5
          4.1.1 功能描述 5
          4.1.2 流程圖 6
          4.1.3 界面設計 6
          4.1.4 工作流程和代碼設計 6
          4.2 分類目錄模塊的實現 7
          4.2.1 功能描述 7
          4.2.2 工作流程和代碼設計 8
          4.3網站登錄模塊的實現 9
          4.3.1 功能描述 9
          4.3.2 數據流程圖 9
          4.3.3 工作流程 10
          4.4 網站修改模塊 11
          4.4.1 功能描述 11
          4.4.2 工作流程圖 11
          4.4.3 界面設計 12
          4.4.4 工作流程和代碼設計 13
          5系統后臺模塊設計 13
          5.1 網站管理模塊的實現 13
          5.1.1 功能描述 13
          5.1.2 工作流程和代碼設計 14
          5.2 網站審核 15
          5.3 分類管理模塊 15
          5.3.1 分類編輯 15
          5.3.2 分類添加 16
          5.3.3 分類刪除 18
          6系統性能測試 18
          6.1 系統測試環境 18
          6.2 測試結果 18
          結    論 19
          參考文獻 19
          致    謝 20
          聲    明 21


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:基于B/S的家教交流平臺的實現 下一篇:網絡商城的設計與實現
          Tags:基于 ASP 搜索引擎 開發 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

          本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

          論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

          Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

          感谢您访问我们的网站,您可能还对以下资源感兴趣:

          论文格式网:毕业论文格式范文
        • <fieldset id="komo0"></fieldset>
          <del id="komo0"></del>