电子文档交易市场
安卓APP | ios版本
电子文档交易市场
安卓APP | ios版本

毕业设计(论文)-基于Android的问答软件的设计与开发

97页
  • 卖家[上传人]:cn****1
  • 文档编号:474507580
  • 上传时间:2023-11-22
  • 文档格式:DOC
  • 文档大小:4.12MB
  • / 97 举报 版权申诉 马上下载
  • 文本预览
  • 下载提示
  • 常见问题
    • 1、 太原理工大学毕业设计(论文)用纸太原理工大学毕业设计(论文)任务书第1页毕业设计(论文)题目:全套设计加扣 3012250582基于android的问答软件(仿知乎)的设计与开发毕业设计(论文)要求及原始数据(资料):1综述国内外Android四大组件,Android网络编程技术,SQLite数据库技术研究现状;2深入了解Android网络编程,SQLite数据库的相关技术;3熟练掌握基于Android问答软件(仿知乎)的应用与分析,训练编写程序的能力;4设计并实现基于Android的问答软件(仿知乎);5深入分析基于Android的问答软件(仿知乎)关键技术与编写语言;6训练检索文献资料和利用文献资料的能力;7训练撰写技术文档与学位论文的能力。第2页毕业设计(论文)主要内容:1综述Android四大组件,Android网络编程技术,SQLite数据库技术在Android程序设计中的应用;2了解Android四大组件,Android网络编程,SQLite数据库等相关技术;3熟悉基于Android问答软件(仿知乎)的开发环境; 4设计基于Android问答软件(仿知乎);5. 深入分析

      2、基于Android问答软件(仿知乎)的关键技术与编写语言JAVA的设计流程;6熟练掌握基于Android问答软件(仿知乎)的编写;7设计与实现基于Android问答软件(仿知乎)的程序。学生应交出的设计文件(论文):1内容完整、层次清晰、叙述流畅、排版规范的毕业设计论文;2包括毕业设计论文、源程序等内容在内的毕业设计电子文档及其它相关材料。 第3页主要参考文献(资料):1 (美)埃克尔(Eckel, B. ). Java编程思想M. 电子工业出版社 ,2011.2 李刚. 疯狂Android讲义M. 电子工业出版社, 2013.3 杨厚群, 陈静. Java异常处理机制的研究J. 计算机科学, 2007, 34(3):286-289.4 巫志勇. Android开发中Web Service网络编程研究J. 电脑知识与技术, 2012, 08(20).5 马获蕾, 汤海凤. Android系统中SQLite数据库的研究J. 电脑知识与技术, 2013(28):6243-6245.6 彭艳, 杨欧. Android平台的数据存储技术J. 计算机系统应用, 2012(5):192-194.7

      3、 董晓刚. Android系统四大组件的注册与激活J. 硅谷, 2013(5):16-16.8 Huo-Lei M A, Tang H F. Research of SQLite Database in Android SystemJ. Computer Knowledge & Technology, 2013.9 Li H. The Research and Application of Sensor NetWork Data Management Based on SQLITEM/ Proceedings of the 2012 International Conference on Cybernetics and Informatics. Springer New York, 2014:27-32.10 Liu Y F, He C. Design and Implementation of Question and Answer System Based on Mobile Phone PlatformJ. Advanced Materials Research, 2014, 1

      4、049-1050:1977-1980.专业班级软件1218班学生要求设计(论文)工作起止日期2016年3月21日2016年6月24日指导教师签字日期2016年3月21日教研室主任审查签字日期系主任批准签字日期基于android的问答软件(仿知乎)的设计与开发摘要基于当前的网络现状,我们需要查询大量的资料,由于我们正处于信息爆炸的时代,网上的信息杂乱而无序,甚至有些是有失偏颇的,使得我们并不一定能分辨出合理的信息,因此,我们需要一款软件可以实现用户问答,并且能够对用户的回答进行统计、分析,反馈给用户合理的信息。本文是基于Android的问答软件(仿知乎)的设计与开发。我参与了整个系统的项目建设,并负责前期的调研与分析,完成了需求分析,对需求文档进行了编写,并且详细设计了系统的各个模块以及关于数据库的设计与开发,最后还参与了系统的实现与测试。以此为课题,本文对整个项目的开发进行阐述,结合相关理论和技术完成需求分析、设计和实现,为同类型的项目提供了借鉴与参考。本文主要研究的内容包括三个部分:首先是前言和概述,阐述了本软件设计的初衷,总结了国内外的研究现状,阐述了我所使用的相关技术,简述了An

      5、droid中最常用的四大组件之一的Activity组件,讲述了该组件的生命周期,使得合理能够更合理的应用生命周期去编写代码,讲述了Android数据库的存储技术,分析了Android的网络编程技术;其次是需求分析和设计部分,以用户需求为要点,分析了问答软件需要实现的功能,并作出了概要设计,主要是模块的大致划分以及对数据存储的设计,之后作出详细设计,细致到输入输入、流程逻辑,接口定义以及设计和相关的条件限制等;最后是系统的实现和测试部分,系统实现了用户的注册、登录和修改密码,实现了热门回答、问题的所有回答和回答的所有评论的查看,实现了提问、回答和评论功能,实现了点赞,收藏和关注功能,实现了作者相关信息的查看,实现了问题搜索的功能,设计了系统的典型测试案例,实施功能测试、性能测试等,最终结果显示,本文设计实现的问答软件符合用户需求和系统设计需求,达到了预定的目标。本文的问答软件已经可以试运行,实现了用户问答的功能,并给用户提供相对合理的答案以便用户进行查看,使得用户能够快速的了解相关问题的较为合理的思路,选取作为自己的参考,提高了学习的效率,能够快速的找到合理的答案。关键词:问答软件;An

      6、droid;网络编程Questions and answers based on the Android software (imitation zhihu) design and developmentAbstractBased on the current status of the network, we need to query large amounts of data, since we are in the era of information explosion, information online messy and disorderly, even some biased, so that we do not necessarily distinguish reasonable information, Therefore, we need a software enabling user questions and answers, and the user can answer statistics, analysis, feedback to the us

      7、er reasonable information. This article is based on Android software of ask and answer design and development. I participated in the project of the whole system, and is responsible for preliminary research and analysis, completed a needs analysis of the requirements document was prepared, and the detailed design of the individual modules of the system and the design and development on the database, and finally also involved in the system implementation and testing. On this issue, this paper desc

      8、ribes the development of the entire project will be combined with the theory and technology to complete the requirements analysis, design and implementation, providing a reference for the same type of project.The main content of this paper consists of three parts: the first is the introduction and overview describes the software was originally designed, summarized the current research, describes the relevant techniques I use Android outlined four most commonly used Activity component assembly bi

      9、g one, about the life cycle of the assembly, making possible a more rational and reasonable application lifecycle to write code that tells the Android database storage technology, analyzes the Android network programming techniques; followed by needs analysis and design part, to user needs as the main points analyzed ask and answer software needs to implement functions and make the outline design, mainly roughly divided into modules, and data storage design, then make a detailed design, detailed to input, process logic, interface definition and design and related conditions, etc; and finally the system implementation and testing part, the

      《毕业设计(论文)-基于Android的问答软件的设计与开发》由会员cn****1分享,可在线阅读,更多相关《毕业设计(论文)-基于Android的问答软件的设计与开发》请在金锄头文库上搜索。

      点击阅读更多内容
    最新标签
    监控施工 信息化课堂中的合作学习结业作业七年级语文 发车时刻表 长途客运 入党志愿书填写模板精品 庆祝建党101周年多体裁诗歌朗诵素材汇编10篇唯一微庆祝 智能家居系统本科论文 心得感悟 雁楠中学 20230513224122 2022 公安主题党日 部编版四年级第三单元综合性学习课件 机关事务中心2022年全面依法治区工作总结及来年工作安排 入党积极分子自我推荐 世界水日ppt 关于构建更高水平的全民健身公共服务体系的意见 空气单元分析 哈里德课件 2022年乡村振兴驻村工作计划 空气教材分析 五年级下册科学教材分析 退役军人事务局季度工作总结 集装箱房合同 2021年财务报表 2022年继续教育公需课 2022年公需课 2022年日历每月一张 名词性从句在写作中的应用 局域网技术与局域网组建 施工网格 薪资体系 运维实施方案 硫酸安全技术 柔韧训练 既有居住建筑节能改造技术规程 建筑工地疫情防控 大型工程技术风险 磷酸二氢钾 2022年小学三年级语文下册教学总结例文 少儿美术-小花 2022年环保倡议书模板六篇 2022年监理辞职报告精选 2022年畅想未来记叙文精品 企业信息化建设与管理课程实验指导书范本 草房子读后感-第1篇 小数乘整数教学PPT课件人教版五年级数学上册 2022年教师个人工作计划范本-工作计划 国学小名士经典诵读电视大赛观后感诵读经典传承美德 医疗质量管理制度 2
    关于金锄头网 - 版权申诉 - 免责声明 - 诚邀英才 - 联系我们
    手机版 | 川公网安备 51140202000112号 | 经营许可证(蜀ICP备13022795号)
    ©2008-2016 by Sichuan Goldhoe Inc. All Rights Reserved.