{$cfg_webname}
主页 > 计算机 > 其他 >

基于iOS平台的出差管理系统设计(Xcode,Objective-C)

来源:56doc.com  资料编号:5D20913 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20913
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于iOS平台的出差管理系统设计(Xcode,Objective-C)(任务书,开题报告,论文说明书13000字,程序代码)
摘要
移动平台相比于传统的桌面平台具有非常明显的优势,近年来,随着iOS和Android平台的飞速发展,移动设备在各个领域正在逐渐取代传统PC的地位,移动平台的软件开发也随之成为信息技术领域非常热门的研究方向。
出差是大多数企业的常见事务,几乎所有的公司都经常需要和异地的商业合作伙伴进行面对面的交流和沟通,经济的发展使得出差活动越来越频繁。为了规范化管理出差人员,很多企业都制定了复杂的出差管理制度来管理出差活动中的各种事务,但是这些复杂的制度在有力管理出差人员的同时,也加重了出差人员的负担,复杂的手续和流程占用了他们宝贵的工作时间,也降低了他们的工作效率。为了应对出差过程中对人员的调度和管理中出现的各种问题和不足,本文提出了一个全新的解决方案——将出差事务管理与便利的移动平台相结合,设计并实现了一个基于iOS平台的出差管理系统客户端。
本设计实现了基于iOS平台的出差管理系统客户端,完成了界面交互、数据库管理和网络交互等功能,并利用客户端完成完整的出差管理流程。出差管理系统中客户端作为信息的载体,负责将用户的信息传递到后台和接收后台的信息。该应用拥有登录、主管派遣、职员接单或申请改派、主管改派、出差完后向主管汇报、主管评价功能。
关键词:移动平台;iOS;出差管理;网络交互
 
Abstract
Compared to traditional desktop platform, mobile platform has very obvious advantages, in recent years, with the rapid development of iOS and Android platforms, mobile device's status in all areas is gradually replacing the traditional PC, mobile platform software development has become very popular research directions in the field of information technology.
Travel is the most common, almost all companies often need and remote business partners face to face exchanges and communication, economic development on business activities have become increasingly frequent. In order to standardize management of mission personnel, many companies have developed sophisticated travel management system to manage the business activities of the various services, but these complex systems in a strong management staff at the same time, also increase the burden of travel staff, complex procedures and processes are taking up their valuable work time, and reduces their efficiency. In response to the travel of personnel in the process of scheduling and management of various problems and shortcomings, this paper proposes a new solution--on business transaction management combined with the convenient mobile platform, designed and implemented a travel management system client based on iOS platform.
The travel management system designed and implemented based on the iOS platform client, complete interface, database management, and network capabilities, and use the client a complete travel management process. Travel management system client as a carrier of information, background and is responsible for passing user information to receive background information. The application has to log on, in charge of dispatching orders, staff or apply for reassignment, in charge of reassignment, travel after the reporting to the supervisor, in charge of the evaluation function.
Keywords: Mobile, iOS, on business management, interactive network
 主要是对iOS平台的开发技术以及开发工具进行介绍。首先是开发的基础——iOS平台与运行于OS X系统的Xcoede开发工具;其次介绍了本次设计所运用的编程语言Xcode,Objective-C;然后分析了iOS系统框架,对整个iOS系统进行了深层次的了解,以便之后的软件开发;最后介绍了软件开发中非常重要的设计模式,并对MVC模式应用于iOS应用开发做出了初步的设想。
 

基于iOS平台的出差管理系统设计(Xcode,Objective-C)
基于iOS平台的出差管理系统设计(Xcode,Objective-C)
基于iOS平台的出差管理系统设计(Xcode,Objective-C)
基于iOS平台的出差管理系统设计(Xcode,Objective-C)


目录
摘要    I
Abstract    II
第1章绪论    1
1.1 课题研究背景    1
1.2 研究现状    1
1.3 本章小结    2
第2章 iOS平台开发技术综述    3
2.1 iOS与Xcode开发环境    3
2.2 Objective-C编程语言    3
2.3 iOS系统框架    5
2.4 MVC设计模式    6
2.4.1 MVC模式概念    6
2.4.2 Cocoa框架中的MVC模式    8
2.5 本章小结    8
第3章出差管理系统设计与实现    10
3.1 出差管理系统客户端的需求分析    10
3.2 出差管理系统客户端整体设计    11
3.3 功能及界面设计    13
3.3.1 数据格式定义    13
3.3.2 网络交互的实现    14
3.3.3 登录功能    15
3.3.4 主页界面设计    17
3.3.5 消息界面设计    20
3.3.6 设置界面设计    20
3.4 本章小结    22
第4章总结与展望    23
参考文献    24
致谢    26

推荐资料