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

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

        多語種視頻音頻播放器的設計與實現

         本文ID:LWGSW13761 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 多語種視頻音頻播放器的設計與實現 (收費:1000 積分)  

        論文字數:11791,頁數:29

        摘  要
        隨著計算機的廣泛運用,Internet的迅速發展,各種音頻視頻資源也在網上廣為流傳,這些資源看似平常,但已經漸漸成為人們生活中必不可少的一部分了。于是各種播放器也緊跟著發展起來,但是很多播放器一味追求外觀花哨,功能龐大,對用戶的電腦造成了很多資源浪費,比如CPU,內存等的占用率過高,在用戶需要多任務操作時,受到了不小的影響,帶來了許多不便,而對于大多數普通用戶,許多功能用不上,形同虛設。針對以上各種弊端,選擇了開發多語種的音頻視頻播放器,將各種性能優化,繼承播放器的常用功能,滿足一般用戶(如聽歌,看電影)的需求,除了能播放常見格式的語音視頻文件,還能播放RM,RMVB格式的視頻文件。此外,還能支持中文、日文、英文等語言界面。
        首先研究了各種市場上流行的播放器,如MEDIA PLAYER,REAL ONE等,了解它們各自的插件及編碼方式,還有各種播放器播放的特別格式文件,分析各種編碼的優缺點以及各種播放器本身存在的缺陷和特點。其次,選擇了Windows自帶的 Windows Media Player和PPstream的PowerPlayer.dll兩種比較優秀的插件進行開發,編寫出功能實用,使用方便快捷的播放器。目前已經實現的功能有能播放常見視頻音頻文件的功能,如MP3,AVI,WMV,RM,RMVB等,擁有播放菜單,能選擇節目,具備一般播放器的功能,如快進,快退,音量調節等。播放模式也比較完善,有單曲,順序,循環,隨機播放等模式。此外,界面能支持中文,日文,英文三種語言。
        關鍵詞:計算機應用技術;音頻視頻;播放器;插件
        Design and Implementation of Multilingual Multimedia Player
        Abstract
        Along with computer widespread application and Internet rapid development, many kinds of audio and video resources also widely spread on-line. These resources look very ordinary, but gradually became an essential part of people’s daily life. Thereafter,verious players were developed. But many designers pursue only the fashionable appearance and versatile functions on players’ design. Hence resources’ waste was caused. For example, CPU and Memory are excessively taken. When users need the multi-task operation, it will bring much more trouble. But regarding the majority average users, many functions are not necessary. Against the shortcomings, a multilingual audio and video player is developed which remain the commonly used functions and optimize the performance. Common users can be satisfied for listening music and watching film. Except for the common form of vocal video files, the RM and RMVB form video files can be played on the player. In addition, these documents can be played in Chinese, Japanese and English.
        This graduation project primary mission: Firstly, various popular players are studied such as MEDIAPLAYER, REAL ONE and so on including their embedded modules, encoding methods and data format. Advantages and disadvantages among these players are analyzed. Then two kinds of excellent active components are chosen to develop so that a practical player, which is easy to operate, is implemented. At present, the expect functions have realized such as MP3,WMV,AVI,RM and RMVB documents playing and so on. One can choose the program to play according to the menu. The player has the familiar functions such as fast forward, fast backward, volume control and so on. It has various playing modes such as single, order, circulation, and random mode. In addition, it can be played in Chinese, Japanese and English.
         
        Key words: Computer Application Technology;Audio and Video;Player;Plug-in

        目  錄

        1 引言 1
        1.1 課題背景 1
        1.2 國內外知名播放軟件介紹 1
        1.3 課題的研究方法 2
        2 調查分析 3
        2.1 需求分析 3
        2.1.1 功能需求 3
        2.1.2 客戶需求 3
        2.2 可行性研究 3
        2.3 各類音頻視頻文件的分析 3
        3 環境搭建 7
        4 程序設計 8
        4.1 基本設計 8
        4.2 程序流程圖 9
        4.3 代碼實現過程 10
        4.3.1 播放控件的接口屬性 10
        4.3.2 播放器外觀界面設計 12
        4.3.3 添加曲目的實現 12
        4.3.4 媒體文件的篩選 13
        4.3.5 媒體文件類型的獲取 13
        4.3.6 實現多種播放模式 14
        5 測試 15
        5.1 測試前的分析 15
        5.2 音頻文件播放測試 15
        5.3 視頻文件測試 17
        5.4 多語種界面測試 20
        5.5 資源占用測試 21
        5.6 測試結果的總結 22
        結    論 23
        參考文獻 23
        致    謝 24
        聲    明 25


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:B/S結構下的OA流程可視化的研究與.. 下一篇:實驗室計算機的IP地址自動設置程..
        Tags:多語種 視頻音頻 播放器 設計 實現 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

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

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

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

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

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