跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.169) 您好!臺灣時間:2024/12/11 13:28
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:張瑞芬
研究生(外文):Jui-Feng Chang
論文名稱:WEB環境支援互動合作學習軟體平台架構
論文名稱(外文):The architecture of software platform in web-environment supporting interactive and cooperative learning
指導教授:朱治平朱治平引用關係
指導教授(外文):Chih-Ping Chu
學位類別:碩士
校院名稱:國立成功大學
系所名稱:資訊工程學系碩博士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2003
畢業學年度:91
語文別:中文
論文頁數:72
中文關鍵詞:同步遠距教學合作學習
外文關鍵詞:cooperativesynchronized e-learning
相關次數:
  • 被引用被引用:10
  • 點閱點閱:231
  • 評分評分:
  • 下載下載:34
  • 收藏至我的研究室書目清單書目收藏:6
數位學習(e-learning)是網際網路上一種重要的應用,世界各國無不積極在進行數位學習科技的研究,數位學習的模式有很多,在學習平台上有集中式、分散式,在學習內容上有文字、圖片、影像、聲音,在學習活動進行上有同步教學及非同步教學等。
本論文中針對同步教學活動設計具有互動合作學習的軟體平台,主要目地是可以提供即時互動,亦可藉由聲音、文字、圖片和影像等媒介,經由網路同步傳輸,和其他學習者共同分享知識及經驗。其軟體架構模型根據同步教學會發生的事件組成要素延伸而成。利用此架構實際建構出即時投影片播放、即時影音等應用功能,這些應用功能可以讓網路教學的品質提升,也讓學習者有一種新的學習模式。
E-learning is an important application in the internet. The technology of e-learning is being intensively studied in each country in the world. There are many different models in e-learning such as the centralized model and the distributed model. The contents of e-learning include texts, pictures, images and voices. In terms of teaching activity of e-learning, there are synchronized teaching and asynchronous teaching.
For the design of synchronized teaching activity, this thesis proposes a cooperative and interactive learning model. The main purpose is to offer real-time learning. Through synchronized communication of internet, the proposed model supports every learner shares common knowledge and experience by voices, texts, pictures and images. In light of synchronized teaching model driven by events, the software architecture is designed. Based on the architecture, the application functions of playing slides, images and voices of real time are constructed. The application functions are used to improve the quality of network teaching and also to provide a new learning model for learners.
摘要i
Abstractii
誌謝iii
表目錄vi
圖目錄vii
圖目錄vii
第一章緒 論1
1.1.簡介1
1.2.研究動機與目的1
1.2.1.互動合作學習2
1.2.2.軟體架構及擴充性3
1.3.章節提要4
第二章背景知識5
2.1.網際網路通訊協定6
2.1.1.單點傳輸(Unicast)8
2.1.2.群播(Multicast)9
2.1.3.即時媒體串流(Real-Time Media Streams)12
2.1.3.1.串流媒體(Streaming Media)12
2.1.3.2.串流媒體協定(Protocol for Streaming Media)15
2.1.3.3.即時傳輸協定(Real-Time Transport Protocol)15
2.1.3.4.即時傳輸協定架構(RTP Architecture)16
2.2.Web Browser19
2.2.1.Internet Explorer的架構20
2.2.2.Java Applet22
2.2.3.HTML 、JavaScript、JSP23
2.3.伺服器25
2.3.1.網頁伺服器25
2.3.2.資料庫伺服器26
2.4.Java Media Framework26
2.4.1.JMF Architecture27
2.4.2.JMF RTP Architecture30
第三章支援合作學習軟體平台之設計與實作32
3.1.平台架構33
3.1.1.架構概念34
3.2.平台功能44
3.3.事件組成管理47
3.3.1.事件管理47
3.3.2.機制管理48
3.3.3.會議52
3.3.4.通訊54
3.3.4.1.單點傳輸54
3.3.4.2.群播56
3.3.5.即時影音57
第四章系統架構實作功能展示60
4.1.投影片同步播放60
4.2.影片同步播放、即時影像語音64
第五章結論與未來工作69
5.1.結論69
5.2.未來工作70
參考文獻71
[1]ADLNet:Sharable Content Object Reference Model(SCORM),http://www.adlnet.org/,2001
[2]AL Williams, Developing ActiveX Web Controls, Coriolis, 1997
[3]Sun:Java Media Framework API,http://java.sun.com/products/java-media/jmf/,2003
[4]Microsoft Corporation,Reusing the WebB rowser Control,http://msdn.microsoft.com/workshop/browser/webbrowser/webbrowser.asp,2003
[5]Gray R. Wright,W. Richard Stevens,TCP/IP Illustrated, Volume 2,2002
[6]Sun:JavaServer Pages Technology ,http://java.sun.com/products/jsp/,2003
[7]Apache:The Jakarat Project,http://jakarta.apache.org/,2003
[8]MySQL AB:The World''s Most Popular Open Source Database,http://www.mysql.com/,2003
[9]Shervin Shirmohammadi and Nicolas D. Georganas,JETS:a Java-Enabled TeleCollaboration System,1997
[10]H.M.DIETEL & P.J.DEITEL,Java How to Program(4/E),Deitel & Associates,2001
[11]Sun:Applets,http://java.sun.com/applets/,2003/
[12]Sun:Java Security,http://java.sun.com/security/,2003
[13]Patrick Chan,Rosanna Lee,The Java Class Libraries An Annotated Reference,1997
[14]Scott Roberts,Programming Microsoft Internet Explorer 5,Microsoft Press,1999
[15]Neil Ridgway,Streaming Media Protocols,http://www.mmrg.ecs.soton.ac.uk/publications/archive/ridgway1998/html/node26.html,1998
[16]余俊男,建構在Web環境以元件為基礎的即時互動合作學習平台,國立成功大學資訊工程學系碩士論文,2002
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top