博碩士論文 92522072 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:15 、訪客IP:52.15.63.145
姓名 蔡亦彬(Ben Tsai)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 Windows CE平台之嵌入式數位學習環境實作
(An Implementation of Embedded Interactive Real-time E-learning system over Windows CE)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台Widget
★ 在 ARM 架構之嵌入式系統上實作輕量化的手持多媒體播放裝置圖形使用者介面函式庫★ 基於網路行動裝置所設計可擴展的服務品質感知GStreamer模組
★ 針對行動網路裝置開發可擴展且跨平台之GSM/HSDPA引擎★ 於單晶片多媒體裝置進行有效率之多格式解碼管理
★ IMS客戶端設計與即時通訊模組研發:個人資訊交換模組與即時訊息模組實作★ 在可攜式多媒體裝置上實作人性化的嵌入式小螢幕網頁瀏覽器
★ 以IMS為基礎之及時語音影像通話引擎的實作:使用開放原始碼程式庫★ 電子書嵌入式開發: 客制化下載服務實作, 資料儲存管理設計
★ 於數位機上盒實現有效率訊框參照處理與多媒體詮釋資料感知的播放器設計★ 具數位安全性的電子書開發:有效率的更新模組與資料庫實作
★ 適用於異質無線寬頻系統的新世代IMS客戶端軟體研發★ 在可攜式數位機上盒上設計並實作重配置的圖形使用者介面
★ Friendly GUI design and possibility support for E-book Reader based Android client★ Effective GUI Design and Memory Usage Management for Android-based Services
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著網路越來越普及與頻寬不斷的成長,且科技日益進步,使用者對於網路的服務需求更是依賴並且更是趨於多樣性與多變性。隨著寬頻時代來臨,以及近年來VoIP與Video Conference技術的不斷進步。業界與學界對於Interactive Real-time Multimedia System環境的需求更是加重,促使市面上出現許多的相關產品。其中又以Video Conference與E-learning更是受到業界的重視。藉由Video Conference與E-learning系統,企業可完成企業內部的教育訓練與企業與企業間或企業與客戶間的遠距離視訊會議,以此可以減少許多的成本與時間。在另一方面,由於無線網路環境趨於發達,各種行動裝置的能力又不斷進步。因此對於思考利用行動裝置與無線網路環境來提供更完整的網路服務的可能性,更是近年來重要的課題。本論文就是以實作一個支援Video Conference功能之E-learning數位學習系統環境為目的,並且著重了無線網路環境與行動裝置技術進步之考量。因此,我們將整個客戶端的數位學習系統實作於PDA之上,以滿足未來市場上對於在無線網路環境之行動裝置上數位學習服務之需求。藉此以達到隨時、隨地、無遠弗屆之行動數位學習之環境。
摘要(英) As the Internet becomes more and more popularity, the network service becomes more multifarious and varied, Such as VoIP and the video conference technologies which advancement in recent years. The business and academic circle are interesting in Interactive Real-time Multimedia System environment. This makes market for this kind of product become important, especially the Video conference and E-learning system. To make use of these technique, business can accomplish the internal training、B2B and B2C video conference to reduce the cost and time. On the other hand, while the growth of wireless network and the ability of mobile device advancement. Now we are thinking out the possibility of using mobile device and wireless network to support a complete network service. The goal of this thesis is to implement a video conference support e-learning system, and we also think on the trend of wireless network and mobile device. So, all of the implement of the client side application are implement on a PDA device. On this way, we can construct an anytime anywhere e-learning environment.
關鍵字(中) ★ 嵌入式系統
★ 數位學習
關鍵字(英) ★ embedded system
★ E-learning
★ PDA
論文目次 Chapter1. INTRODUCTION 1
1-1. Motivation 1
1-2. Contribution and Challenge 5
1-3. Thesis Sturcture 6
Chapter2. Background 7
2-1. Embedded System and Windows CE 7
2-2. RTP 9
2-3. SIP 10
2-4. Multi-thread Programming 15
2-5. Digital Audio 19
Chapter3. System Architecture 23
3-1. Goal 23
3-2. System Platforml 24
3-3. Hardwire Architecture 27
3-4. Software Architecture 29
Chapter4. Implementation 39
4-1. Boost and STLport Library 39
4-2. SIP Protocol stack 45
4-3. SIP and RTP Wrapper Library 50
4-4. SpeeX audio Codec 51
Chapter5. Verification 55
5-1. Boost Library verification 55
5-2. SIP Protocol and Wrapper Library verification 56
5-3. Audio Codec of SpeeX verification 57
5-4. Overall system verification 59
Chapter6. Future Work 60
Chapter7. Concolusion 61
Reference 62
Appendix A. 64
參考文獻 [1] “Embedded system”, WIKEPEDIA the free encyclopedia, http://en.wikipedia.org/wiki/Embedded_system
[2] “Microsoft MSDN”, Microsoft
[3] “RFC 3550”, RTP: A Transport Protocol for Real-Time Applications
[4] “RFC 3261”, SIP: Session Initiation Protocol
[5] “Pthread programming”, Bradford Nickbols、Dick Buttlar、Jacqueline Proulx Farrell, O’REILLY
[6] “Guide to DECthreads”, Digital UNIX Documentation Library, http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/Digital_UNIX_Bookshelf.html
[7] “Insomnia Visions”, http://www.insomniavisions.com
[8] ”Multimedia Programming Interface and Data Specifications 1.0”, IBM Corporation and Microsoft Corporation.
[9] ”STLport”, STLport Consulting, http://www.stlport.com/
[10] “RhemaTech”, an exceptional broadband application service and solution provider, http://www.rhematech.com
[11] “SpeeX”, A free codec for free speech, http://www.speex.org/
指導教授 吳曉光(Eric Wu) 審核日期 2005-7-23
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明