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

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

      基于正則表達式的內文關鍵字廣告投放系統的設計與實現

       本文ID:LWGSW13618 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 基于正則表達式的內文關鍵字廣告投放系統的設計與實現 (收費:1000 積分)  

      論文字數:14752,頁數:39  有開題報告,任務書

      摘    要
       網絡廣告是指利用電子計算機聯結而形成的信息通訊網絡作為廣告媒體,采用相關的電子多媒體技術設計制作,并通過電腦網絡傳播的廣告形式。當前主要的網絡廣告形式有橫幅廣告、按鈕廣告、標志廣告、懸浮廣告、彈出廣告、FLASH廣告、對聯廣告等。
       2004年網絡廣告出現了一種新的廣告形式,它就是內文廣告,2006年下半年開始在國內網站上廣泛傳播。它的表現形式為高亮網頁內某些關鍵詞,瀏覽者如將鼠標移至這些廣告詞上,該廣告詞附近將顯示一個廣告窗口。該廣告形式相對于其它形式有用戶主動觸發、廣告相關度高、廣告針對性強、廣告種類多和不受站點頁面廣告位限制等優點。
       完整的內文廣告系統由前端廣告投放系統和后臺管理系統組成,本論文設計并實現了內文廣告系統的投放部分。該系統支持圖文和純文字兩種形式的內文廣告,并支持站點設置內文廣告詞顏色、廣告投放區域和被屏蔽投放廣告的關鍵詞。

      關鍵詞:網絡廣告,內文廣告,正則表達式,java script


      The designing and realization of regular expression-based In-Text advertisement system
      Abstract
       Internet ads is a type of advertising, which using computers linked to the formation of information and communication networks as an advertising media, related to the use of multimedia technology designed to create and spread through the computer network. Currently, the ads style has banner ads, button ads, logo ads, suspended ads, pop-up ads, flash ads, Couplet ads, etc.
       A new style of internet ads came out in 2004. It’s In-Text ads. It was widespread on domestic websites in the second half of 2006. It highlights certain keywords in page, if visitor’s mouse over the keyword, an advertisements layer will display near by the keyword. The In-Text ads compared to other style of internet ads has a lot of advantages such as user active trigger, advertising related to high-level, well-targeted advertising, large advertising styles and no ads position restriction.
       A complete In-Text ads system contains front advertising system and background management system. This paper contains the designing and realization of the first part of the In-Text ads system. This system supports graphics context and the text of two forms of In-Text ads. The site can set the keyword highlight color, the area of advertising and the limit keywords.
       
      Keyword:  Internet ads, In-Text ads, Regular Expression, java script


      目        錄
      1.緒論 1
      1.1. 互聯網廣告概述 1
      1.2. 內文關鍵字廣告概述 2
      1.2.1. 內文關鍵字廣告的定義 2
      1.2.2. 內文關鍵字廣告的優點 2
      1.2.3. 內文廣告的現狀及發展趨勢 3
      2.概要設計 4
      2.1. 目標 4
      2.2. 本系統的設計原則 4
      2.2.1. 易用性 4
      2.2.2. 針對性 4
      2.2.3. 通用性 4
      2.2.4. 高效性 5
      2.2.5. 安全性 5
      2.3. 本系統使用的技術 5
      2.3.1. ASP.NET 2.0 5
      2.3.2. java script 6
      2.3.3. HTML/CSS 6
      2.3.4. Flash 7
      2.4. 廣告投放的基本流程 8
      3.詳細設計及實現 9
      3.1.廣告投放的具體流程 9
      3.2.網頁內容的提交和分析 10
      3.2.1. 跨域問題 10
      3.2.2. Flash實現 11
      3.2.3. 廣告詞分析 12
      3.3.服務端返回的java script 13
      3.4.通用腳本文件common.js的設計與實現 15
      3.4.1. 初始化變量 15
      3.4.2. 輸出Flash和廣告層聲明 16
      3.4.3. 提交網頁內容 17
      3.4.4. 廣告詞的加載 19
      3.4.5. 廣告詞的搜索和替換 20
      3.4.6. 廣告層的呈現 26
      3.5.站點個性化設置 29
      3.6.PV和Click記錄 29
      結論 32
      致謝 33
      參考文獻 34


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于語義的專業文獻學習系統研究.. 下一篇:局域網P2P資源共享平臺的研究與實..
      Tags:基于 正則 表達式 內文 關鍵字 廣告投放 系統 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文