跳到主要內容

臺灣博碩士論文加值系統

(98.80.143.34) 您好!臺灣時間:2024/10/10 15:08
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:黃正宇
研究生(外文):Cheng-Yu Huang
論文名稱:一個應用於iPhone的個人數位助理-時程管理子系統
論文名稱(外文):A Digital Personal Assistant for iPhone - Scheduling Management Subsystem
指導教授:吳傳嘉
指導教授(外文):Chwan-Chia Wu
口試委員:吳傳嘉
口試日期:2011-07-21
學位類別:碩士
校院名稱:國立臺灣科技大學
系所名稱:電機工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2011
畢業學年度:99
語文別:中文
論文頁數:103
中文關鍵詞:iOSiPhone智慧型手機時程管理
外文關鍵詞:iOSiPhoneSmartphoneScheduling Management
相關次數:
  • 被引用被引用:4
  • 點閱點閱:527
  • 評分評分:
  • 下載下載:11
  • 收藏至我的研究室書目清單書目收藏:1
近年來,智慧型手機發展迅速,普及率也越來越高,更從硬體功能導向轉成數位內容及軟體服務導向。由於智慧型手機已經融入我們的生活,不論是行程規劃、備忘記錄、提醒、影音娛樂等,都與我們的生活緊密結合,更讓行動應用軟體的下載量不斷提升。儘管App Store上的應用軟體種類與數量固然驚人,行程管理或備忘記錄軟體數量更是多得不勝枚舉,但是將行程與備忘功能整合的多功能性軟體卻是寥寥可數。
  本論文主要在iOS平台上,開發一個應用於iPhone的多功能時程管理系統。本系統具備『行事曆』(Calendar)、『待辦事項』(To-do)、『一般備忘錄』(Memo)、『靈感備忘錄』(Idea)、『日記』(Diary)、『召開會議』(Call Meeting)、『會議記錄』(Meeting Minutes)、『搜尋』(Search)等八項功能,並提供插入圖片、錄音檔、參與人員資料於各項記錄內容,且結合iPhone相簿、塗鴉畫布、相簿應用子系統[18]與通訊錄管理子系統[17],作為圖片與聯絡人資料來源,豐富各項記錄內容並可將內容分享給聯絡人。
In these years, the smartphones have developed rapidly and spread widely, turning smartphones from hardware-oriented to software service-oriented. Because of the smartphones, integrated with our daily lives, smartphones connect with our daily lives tightly even with scheduling, memorandum, daily reminder, and media entertainment whatsoever, making a rise in download times of mobile apps. Albeit App Store has a greater number of apps, including schedule management and software of memorandum recording, the multi – functional software, integrating schedule with memorandum, is barely to find on App Store.
This thesis is to create multi – functional scheduling management system, applying to iPhone on the platform of iOS. This system possesses eight functions of calendar, to-do, memo, idea, diary, call meeting, meeting minutes and searching, providing inserting images, audio files and information of contacts. It also combines with iPhone photo library, drawing board, Contact Information Management Subsystem and Photos Application Subsystem as source of images and contacts and enhances the contents of records. The contents of records can be shared to contacts whose were included in the records.
摘要
ABSTRACT
誌謝
目錄
圖索引
表索引
1緒論
1.1 研究背景
1.2 研究動機與目的
1.3 研究內容
1.4 章節架構
2 開發平台及相關軟體介紹
2.1 iPhone 簡介
2.2 iOS 簡介
2.2.1 iOS 特色
2.2.2 iOS 系統架構
2.2.3 iOS 與其他智慧型手機系統比較
2.3 開發工具介紹
2.3.1 程式語言
2.3.1.1 Objective-C
2.3.1.2 Objective-C與C之異同
2.3.2 iOS SDK (Software Development Kit)
2.3.2.1 XCode
2.3.2.2 Interface Builder
2.3.2.3 效能分析工具:Instruments
2.3.2.4 iPhone Simulator
2.3.3 資料存取
2.3.3.1 PList 簡介
2.3.3.2 SQLite 簡介
2.4 iPhone App 相關介紹
2.4.1 應用程式基本架構和主要物件
2.4.2 應用程式週期
2.4.3 MVC (Model View Controller) 架構
3 時程管理子系統功能規劃與設計
3.1 系統開發環境
3.2 系統設計
3.2.1 系統功能規劃
3.2.2 系統功能設計
3.2.2.1 行事曆 (Calendar)
3.2.2.2 待辦事項 (To-do)
3.2.2.3 一般備忘錄 (Memo)
3.2.2.4 靈感備忘錄 (Idea)
3.2.2.5 日記 (Diary)
3.2.2.6 召開會議 (Call Meeting)
3.2.2.7 會議記錄 (Meeting Minutes)
3.2.2.8 搜尋 (Search)
3.2.2.9 事件處理器(Event Handler)
4 資料庫架構及系統關聯
4.1 資料庫架構
4.1.1 資料表設計
4.1.2 資料庫架構
4.2 系統關聯
4.2.1 本系統與通訊錄管理子系統之關聯
4.2.2 本系統與照片管理系統之關聯
5 時程管理子系統實作
5.1 整體系統實作
5.2 實作結果與操作流程
5.2.1 行事曆 (Calendar)
5.2.2 待辦事項 (To-do)
5.2.3 一般備忘錄 (Memo)
5.2.4 靈感備忘錄 (Idea)
5.2.5 日記 (Diary)
5.2.6 召開會議 (Call Meeting)
5.2.7 會議記錄 (Meeting Minutes)
5.2.8 搜尋 (Search)
5.3 討論
5.4 與App Store同類型應用軟體比較
6 結論與未來展望
6.1 結論
6.2 未來展望
參考文獻
附錄A 資料庫各個資料表詳細規格
附錄B EventKit Framework
附錄C AV Foundation Framework
附錄D Message UI Framework
[1] ITU World Telecommunication/ICT Indicators database. Global ICT developments       2000-2010, http://www.itu.int/ITU-D/ict/statistics/material/excel/2010/Global_ICT_Dev_00-10.xls
[2] ITU World Telecommunication/ICT Indicators database - Global mobile cellular subscriptions, total and per 100 inhabitants, 2000-2010, http://www.itu.int/ITU-D/ict/statistics/material/excel/2010/Global_mobile_cellular_00-10.xls
[3] ITU World Telecommunication/ICT Indicators database - Key ICT indicators for developed and developing countries and the world (totals and penetration rates), http://www.itu.int/ITU-D/ict/statistics/at_glance/KeyTelecom2010.html
[4] IDC Worldwide Quarterly Mobile Phone Tracker, June 9, 2011, http://www.idc.com/getdoc.jsp?containerId=prUS22871611
[5] IDC Worldwide Quarterly Mobile Phone Tracker, March 29, 2011, http://www.idc.com/about/viewpressrelease.jsp?containerId=prUS22679411
[6] 拓樸產業研究所, 低階智慧手機撐腰 2011全球手機成長動能足, 2011/11/04, http://www.topology.com.tw/release/releasecontent.asp?ID=GNJEFXBR5BE79NW1WQ9WJ2JV03&sKeyWord=%A7C%B6%A5%B4%BC%BCz%A4%E2%BE%F7%BC%B5%B8y
[7] Ericsson Consumer Lab - From Apps to Everyday Situations, http://www.ericsson.com/res/docs/2011/silicon_valley_brochure_letter.pdf
[8] 呂易鑫, iPhone手機開發技術之研究, 私立中原大學數學研究所碩士論文, 民100
[9] 周席全, 在Android平台上設計與實作一個多功能的電話簿, 國立台灣科技大學電機所論文, 民99
[10] Ajikata, S. ; Kobayashi, I. , A Study on TODO Task Management at Home, IEEE Soft Computing and Pattern Recognition, International Conference on , 2009
[11] Mattila, E. ; Parkka, J. ; Hermersdorf, M. ; Kaasinen, J. ; Vainio, J. ; Samposalo, K. ; Merilahti, J. ; Kolari, J. ; Kulju, M. ; Lappalainen, R. ; Korhonen, I., Mobile Diary for Wellness Management—Results on Usage and Usability in Two User Studies, Information Technology in Biomedicine, IEEE Transactions on, 2008
[12] Hirashima, D. ; Tanaka, M. ; Teshigawara, Y., Development and evaluation of a minutes system focusing on importance in a meeting, Advanced Information Networking and Applications, 2004. AINA 2004. 18th International Conference on, 2004
[13] App Store, Wikipedia, http://en.wikipedia.org/wiki/App_Store_(iOS)
[14] iOS 4, iOS Developer Library, http://www.apple.com/tw/iphone/ios4/
[15] iPhone, Wikipedia, http://zh.wikipedia.org/wiki/IPhone
[16] XMobileApp著, iPhone創意開發入門與實作, 第一章, 佳魁資訊股份有限公司, 民99
[17] 徐毓傑, 一個應用於iPhone的個人數位助理-通訊錄管理子系統, 國立台灣科技大學電機所碩士論文, 民100
[18] 陳政亨, 一個應用於iPhone的個人數位助理-相簿應用子系統, 國立台灣科技大學電機所碩士論文, 民100
[19] iOS 4 Features, iOS Developer Library, http://www.apple.com/tw/iphone/features/
[20] iOS-iPhone-accessibility, iOS Developer Library, http://www.apple.com/tw/iphone/features/accessibility.html
[21] iOS Technology OverView - The iOS Architecture, http://developer.apple.com/library/ios/#documentation/Miscellaneous/Conceptual/iPhoneOSTechOverview/IPhoneOSOverview/IPhoneOSOverview.html
[22] XMobileApp著, iPhone創意開發入門與實作, 第六章, 6-4 ~ 6-6, 佳魁資訊股份有限公司, 民99
[23] Objective-C, Wikipedia, http://zh.wikipedia.org/wiki/Objective-C
[24] ANSI C, Wikipedia, http://zh.wikipedia.org/wiki/ANSI_C
[25] C(Programming language), Wikipedia, http://en.wikipedia.org/wiki/C_language
[26] Object-oriented programming, Wikipedia, http://en.wikipedia.org/wiki/Object-oriented_programming
[27] iOS SDK, Wikipedia, http://en.wikipedia.org/wiki/IOS_SDK
[28] XCode 4, iOS Developer Library, http://developer.apple.com/xcode/index.php
[29] Instruction to Instruments User Guide, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40004652
[30] About SQLite, SQLite Home Page, http://www.sqlite.org/about.html
[31] The Core Application Design - The Core Application Objects, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/CoreApplication/CoreApplication.html#//apple_ref/doc/uid/TP40007072-CH3-SW14
[32] Model–view–controller, Wikipedia, http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
[33] Tabacu Iulia – Maria, Horia Ciocarlie, Best practices in iPhone programming Model-View-Controller architecture – Carousel component development, Computer and Software Engineering Department Politehnica University of Timişoara, 2011
[34] The Core Application Design - The Application Life Cycle, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/CoreApplication/CoreApplication.html#//apple_ref/doc/uid/TP40007072-CH3-SW14
[35] Kal home, http://jeffslinks.posterous.com/kal-ios-calendar-month-view
[36] Kal Github home, https://github.com/klazuka/Kal
[37] GCCalendar Github home, https://github.com/fraca7/GCCalendar
[38] Event Kit Framework Reference Framework Reference, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/EventKit/Reference/EventKitFrameworkRef/_index.html
[39] AV Foundation Framework Reference, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVFoundationFramework/_index.html
[40] Message UI Framework Reference, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MessageUI_Framework_Reference/_index.html
Memory Management Programming Guide, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html
[41] Memory Management Programming Guide, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html
[42] EKEvent Class Reference, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/EventKit/Reference/EKEventClassRef/Reference/Reference.html#//apple_ref/doc/uid/TP40009566
[43] EKRecurrenceRule Class Reference, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/EventKit/Reference/EKRecurrenceRuleClassRef/Reference/Reference.html
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
1. 陳李綢(1992)。國小男女生後設認知能力與數學作業表現的關係研究。教育心理學報,25,97-109。
2. 洪蘭、曾志朗(2001)。兒童閱讀的理念-認知神經學的觀點。教育資料與研究,38,1-4。
3. 賴翠媛(2006)。新移民子女就讀國民中小學之學業表現及接受學校相關輔導措施之調查研究。特教論壇,1,12-24。
4. 洪蘭(2002)。活化大腦刺激創造力。天下雜誌。(91年11月15出版),92-94。
5. 邱上真、詹士宜、王惠川、吳建志(1995)。解題歷程導向教學對國小四年級數學科低成就學生解題表現之成效研究。特殊教育與復健學報,4,75-108。
6. 林清山、張景媛(1993)。國中生後社認知、動機信念與數學解題策略之關係研究。國立台灣師範大學教育心理輔導學習教育心理學報,26,53-74。
7. 林佩欣、周台傑(2004)。交互教學法對國中學習障礙學生閱讀理解學習效果之研究。特殊教育學報,19,87-122。
8. 蔡文瑜(2004)。外籍新娘現象的解析和省思。社區發展季刊,105,208-216。
9. 鍾鳳嬌、王國川(2004)。外籍配偶子女的語文、心智能力發展與學習狀況調查研究。教育學刊,23,231-257。
10. 何嘉雯、李芃娟(2003)。交互教學法對國小閱讀理解嫰男學生教學成效之研究。特殊教育與復健學報,11,101-125。
11. 江美娟、周台傑(2003)。後設認知策略教學對國小數學學習障礙學生解題成效之研究。特殊教育學報,18,107-151。