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

      當前位置:論文格式網 -> 畢業論文 -> 電子通信論文
      畢業論文標題:

      高清視頻多媒體播放器

       本文ID:LWGSW9160 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 高清視頻多媒體播放器 (收費:6000 積分)  

      電子通信論文編號:TX098  字數:18321.頁數:43 

      目錄
      摘要  I
      Abstract  II
      目錄   III
      前言   - 1 -
      1 緒論  - 2 -
      1.1 多媒體  - 2 -
      1.2 多媒體信息的類型及特點   - 2 -
      1.3 多媒體技術簡介及其特性  3 -
      1.3.1 多媒體  - 3 -
      1.3.2 多媒體技術  4 -
      1.4 多媒體技術當前發展現狀和發展前景   5 -
      1.4.1 多媒體技術的網絡化發展趨勢  6 -
      1.4.2 多媒體終端的部件化、智能化和嵌入化發展趨勢  6 -
      1.5 多媒體中播放器的種類及其作用  7 -
      1.5.1 多媒體播放器的種類  - 7 -
      1.5.2 多媒體播放器的作用  - 8 -
      1.6 多媒體視頻格式介紹  - 8 -
      1.6.1 主流視頻格式介紹  8 -
      1.6.2 視頻格式分類  11 -
      2 開發工具的介紹  - 19 -
      2.1 系統運行環境操作系統  19 -
      2.2 系統開發環境  19 -
      2.3 開發工具  19 -
      2.4 Visual Studio簡介  19 -
      2.5 MFC簡介   21 -
      3 軟件的需求分析   23 -
      3.1 需求分析   23 -
      3.2 系統設計  - 24 -
      4 系統實現  - 25 -
      4.1 多媒體播放器主界面設計  25 -
      4.2 播放庫模塊的設計  - 28 -
      4.2.1 主框架   - 28 -
      4.2.2多文檔視圖  - 28 -
      4.2.3 命令傳送示意圖  - 29 -
      4.2.4 視圖初始化  30 -
      4.2.5 音/視頻文件的打開、暫停、停止等  - 31 -
      4.3 播放器的功能概要說明  - 31 -
      4.3.1 播放操作   31 -
      4.3.2 播放支持   34 -
      總結   - 35 -
      致謝  36 -
      參考文獻   37 -

      摘要
      多媒體的高速發展和廣泛普及給人們的生活帶來了翻天覆地的變化,而科技的進步帶來更多是人們對生活的享受,人們對于視聽效果的享受也要比以前的要求更高。從早期的幕布電影,發展到現在的高清晰數字影片,從以前的WMV、WMA等媒體格式發展到如今RMVB、RM、AVI等主流媒體格式,雖然一些較早的媒體格式依然沿用至今,但是隨著人們對多媒體質量的苛求,以及媒體文件大小的限制,這些媒體沙場上的老兵最終是會退隱江湖的。無可非議,如今我們已經進入了多媒體時代,很好的了解和掌握一些媒體知識對于處在現階段的朋友們會是很有幫助的。
      多媒體以震撼的音效,細膩的畫質和逼真的動畫效果引起了人們的廣泛關注。音視頻技術不同地和其它技術相融合,逐漸改變了人們的生活和工作方式。Visual C++是進行多媒體底層開發的主要工具,雖然有其它開發語言,如Java等也可以進行開發,但是在實現速度以及靈活性方面,遠遠比不上Visual C++。更加重要的是,很多標準庫的代碼都是用C++或者C語言實現的。
      我的播放器是用VC++在windows XP平臺上基于MFC開發的,所使用的編程語言是C++。面向對象的C++在windows平臺上開發應用程序具有明顯的優勢,同時VC++在界面開發和編譯調試上能提供強大的功能,并且實現高清視頻的播放。

      關鍵詞 :Visual C++  MFC  AVI  高清視頻
      Abstract
      The multimedia high speed development and the widespread popularization have brought the earth-shaking change for people's life, but the technical progress brings much is the people to life enjoyment, the people enjoy regarding the seeing and hearing effect also must be higher than beforehand request. From the early theater curtain movie, develops the present high clear digital movie, from beforehand media form development and so on WMV, WMA until now mainstream media forms and so on RMVB, RM, AVI, although some early media form still continues to use until now, but along with the people to multimedia quality making excessive demands, as well as the media document size limit, in these media sandy plain veteran finally is can retire the rivers and lakes. Irreproachable, now we already entered the multimedia times, the very good understanding and grasps some media knowledge regarding to occupy the present stage friends to be able has the help very much.
      Multimedia shocks the sound effect, the exquisite picture nature and the lifelike animation effect have aroused people's widespread interest.The sound video frequency technology differently and other technologies fuse, changed people's life and the working gradually.Visual C++ is carries on the multimedia first floor development the main tool, although has other development language, like Java and so on also may carry on the development, but in the realization speed as well as the flexible aspect, does not compare Visual C++ by far. Even more more importantly, the very many standard storehouse code all is realizes with C++ or the C language.
      My player is with VC++ in windows in the XP platform based on the MFC development, the programming language which uses is C++.Object-oriented C++ develops the application procedure in the windows platform to have the obvious superiority, simultaneously VC++ can provide the formidable function in the contact surface development and the translation debugging, and realizes the high clear video frequency broadcast.
      Keywords:Visual C++,MFC,AVI,High Definition Television


      相關論文
      本論文在電子通信論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于CORBA網絡管理技術及其安全性.. 下一篇:購銷存財務軟件的應用比較
      Tags:高清 視頻 媒體播放器 【收藏】 【返回頂部】
      會計論文
      電子機電論文
      金融論文
      電氣自動化論文
      模具設計
      化學工程與工藝
      機械設計
      電子通信論文
      英語論文
      行政管理論文
      物流論文
      電子商務論文
      法律論文
      國際貿易論文
      財務管理論文
      人力資源論文
      市場營銷論文
      土木工程論文
      工商管理論文
      工程管理論文
      漢語言文學論文
      教育管理論文
      測控專業論文
      交通工程論文
      旅游管理論文
      新聞專業論文
      藝術設計
      教育技術學論文
      應用物理學論文
      輕化工程論文
      德語專業論文
      給水排水工程
      服裝設計與工程
      食品生物技術
      材料科學與工程
      電視制片管理
      工業工程論文
      文化產業管理
      包裝工程論文
      印刷工程論文
      信息管理論文
      制藥工程論文
      生物工程論文
      電子信息工程
      信息計算科學
      電氣工程論文
      通信工程論文
      財務會計畢業論文
      電子商務畢業論文
      現代教育技術
      信息管理專業
      心理學專業
      數學與應用數學
      數學教育
      護理學畢業論文
      其他專業論文
      歷史學論文
      學前教育畢業論文
      小學教育畢業論文
      教育管理畢業論文
      法律專業畢業論文
      漢語言文學畢業論文
      工商管理畢業論文
      人力資源畢業論文
      營銷專業畢業論文
      物流專業畢業論文
      計算機論文
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供電子通信論文畢業論文格式,論文格式范文,畢業論文范文

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

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

      论文格式网:毕业论文格式范文
    • <fieldset id="k8oko"></fieldset>
    • <fieldset id="k8oko"></fieldset>
      • <strike id="k8oko"><menu id="k8oko"></menu></strike>
        <strike id="k8oko"></strike>
      • <strike id="k8oko"><input id="k8oko"></input></strike><strike id="k8oko"></strike>