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

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

          基于flash的聊天室的設計與實現

           本文ID:LWGSW13517 價格:收費積分/100
          掃一掃 掃一掃
          本站會員可自行下載:下載地址 基于flash的聊天室的設計 (收費:1000 積分)  

          論文字數:17616,頁數:41 有開題報告,任務書,PPT

          摘    要
           聊天室是網民之間相互溝通、交流情感的最佳方式之一。據CNNIC在2007年2月公布的最新調查結果顯示,中國已擁有網民28700萬,其中就有40.2%的網民經常網上聊天,網民平均每周用于上網聊天的時間高達97小時。聊天室的另一個優勢就是互動性強,在虛擬世界,網民們可以毫無顧忌地暢所欲言,因而聊天室具有相當強的黏度,可以延長網民在網站上的逗留時間。
           Flash表現物體的運動和形狀漸變非常容易,其發生過程完全自動生成,無須人為地在兩個對象間插入關鍵幀。利用遮罩及路徑,可產生極好的動畫效果。
           用Flash制作的聊天室極易上網發布、交流,實時性強。Flash還可以將制作成的影片生成獨立的可執行文件(.exe),在不具備Flash播放器的電腦平臺上運行,因此,除制作網頁、聊天室外還可以將其應用于商業演示及電子賀卡制作等。此外,許多多媒體軟件內都可以直接使用Flash制作的影片(.swf),無縫集成Flash小巧的、漂亮的、可縮放的矢量圖形和動畫,旋轉、縮放Flash動畫質量毫無損失。
          關鍵詞:聊天室,黏度 ,實時


          The Realization of flash chatting room
                                                      

          Abstract
             Internet is the best means of communication for the people on the internet ,in accordance with the survey of CNNIC in 2007,china already has 287 million people as a registered person on net, and 40.2% of them spent much time on net-chatting , and some of them even spent about 97 hours to chat. Another advantage of net-chatting is that it’s inter-communication power is very strong, in the virtual world you can communicate with each other without any afraid of other person’s attention, therefore net chatting is a great mean of helping us to let our visitors to stay on the web sit.
             Flash performance object-oriented movement and shape is very easy, its incidence fully automated production process, no artificial objects in two key frame insertion. Use shielding and trails can produce excellent animation.
             Produced by Flash chat rooms posted vulnerable exchange and Have good real-time . Flash also can be made into an independent film production of executable files (. exe) do not have a Flash player computer platform and therefore, apart from producing the website, Outdoor Chat can also be used in business presentations, and electronic greeting card production. In addition, many of multimedia software can be used directly in the production of Flash movies (. swf) Seamless Integration Flash compact, and beautiful, scalable vector graphics and animation, rotation, Zoom Flash animation without quality loss.
          Key Words: chatting room, viscosity , real-time

            
           
          目    錄
          1緒論 1
          1.1課題背景 1
          1.2國內外的發展概況 2
          1.3本課題應解決的主要問題 2
          1.3.1 flash與外界的數據交換 2
          1.3.2 flash動畫制作要點 3
          1.4論文結構 4
          2 flash內容介紹 5
          2.1 Flash的發展歷史 5
          2.2 Flash的發展方向 7
          2.3 Flash應用的優勢 8
          2.4項目開發工具簡介 10
          3聊天室技術 11
          3.1 聊天室的基本原理 11
          3.2 當今主流聊天室 12
          4 flash聊天室設計思想 15
          4.1  基本原理 15
          4.2 課題所涉及的flash相關函數極其控件; 15
          4.2.1 loadVariables() 15
          4.2.2按鍵事件 18
          4.2.3 GET方法向服務器端的ASP發送請求 19
          5 flash聊天室的實現 21
          5.1 聊天室的登陸 21
          5.1.1 asp部分 21
          5.1.2 Flash部分 23
          5.1.3小結與提高 25
          5.2 發送 25
          5.2.1 asp部分 26
          5.2.2 Flash部分 26
          5.3 顯示聊天內容 28
          5.3.1 asp部分 28
          5.3.2 Flash部分 28
          5.3.3  小結與提高 30
          5.4 顯示在線人數列表 30
          5.4.1 asp部分 30
          5.4.2 Flash部分 30
          5.4.3小結與提高 31
          5.5 顯示在線時間 32
          5.5.1 Flash部分 32
          5.5.2小結與提高 32
          5.6 運行平臺與調試技巧 33
          5.6.1 運行平臺 33
          5.6.2 調試技巧 33
          結論 34
          致謝 35
          參考文獻 36


          相關論文
          本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
          上一篇:實時嵌入式操作系統的設計 下一篇:基于Miscore的物業管理系統
          Tags:flash 聊天室 設計與實 【收藏】 【返回頂部】
          最新文章
          熱門文章
          計算機論文
          推薦文章

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

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

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

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

          论文格式网:毕业论文格式范文
          <strike id="sio2g"><s id="sio2g"></s></strike>
          <strike id="sio2g"></strike>
        • <ul id="sio2g"></ul>
        • <th id="sio2g"></th>
        • <samp id="sio2g"><pre id="sio2g"></pre></samp>
          • <ul id="sio2g"><center id="sio2g"></center></ul>