《基于安卓操作系统的常用进制转换器工程设计》.docVIP

  • 6
  • 0
  • 约1.17万字
  • 约 15页
  • 2016-12-11 发布于贵州
  • 举报

《基于安卓操作系统的常用进制转换器工程设计》.doc

工程设计报告 设计题目:学 院: 电子工程学院专 业:班 级:学 号:姓 名:电子邮件:日 期: 2014年 12月成 绩:指导教师:张煜…………………………装………………………………订………………………………线……………………………………………………………… 西 安 电 子 科 技 大 学 电 子 工 程 学 院 工 程 设 计 任 务 书学生姓名指导教师职称学生学号专业题目基于安卓操作系统的常用进制转换器任务与要求 能够运用Java语言设计出常用进制之间转换的程序,会搭建Android开发环境,并学会Eclipse软件对程序进行开发。学会自己创建Android项目,并了解Android项目生成的文件之间的关系和它们的作用,会使用各种控件;能够对程序进行调试并学会修改其中的错误。 任务: 人性化的布局,布局合理方便快速的进行操作。 使用AlertDialog进行输入方面的错误提醒,以免造成操作不当。 使用InputType对输入的类型进行限制,方便用户快速输入信息。开始日期 2014年10月27日 完成日期 2015年1月6日 课程设计所在单位摘 要使用计算机的人每时每刻都在与数打交道,在计算机内部,数是以二进制表示的,而我们习惯上使用的是十进制数,所以计算机从我们这里接收到是十进制数后,要经过翻译,把十进制数转化为二进制数才能进行处理,这个过程是计算机自动完成的。但对程序员来说把需要的十进制数转化为二进制数,十六进制数和八进制数,或者把十六进制数转化为十进制数等,这都不是一件轻松的工作。于是我打算做一个基于Android平台的数制转换器,方便程序员轻松的完成2,8,10,16进制转换。本文系统使用java语言和eclipse开发工具进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对开发过程遇到的问题和解决方法进行了讨论。关键词: 安卓 进制转换 Java Android SDK UI ABSTRACTThe number of people who use the computer all the time dealing with , is the number of internal computer represented by binary , however we are used to using the decimal number. After receiving the decimal number from us, the computer is getting to translating the decimal into binary conversion,then the process dose automatically. It is difficult for the programmer to convert decimal to binary, octal and hexadecimal number, or converted to a hexadecimal number to a decimal number, etc. So Im going to make a number system converter based on Android platform to programmers facilitate Easily complete 2,8,10,16 binary conversion.the system using java language and development tools for writing eclipse.At the same time gives a detailed system design process and,part of the interface and main functions of operation flow chart diagram,this article on the development process problems and solutions are discussed.Keywords: Android Ary converter Java Android SDK UI 目录 摘 要 I ABSTRACT II 第一章 数制转换原理 1 1.1 数制转换简述 1 1.2 本系统的数制转换原理(或方法) 1 第二章 硬件环境搭建 1 2.1 开发环境搭建 1 2.2 调试环境搭建 1 第三章 软件设计 4 3.1 UI界面的设计 4

文档评论(0)

1亿VIP精品文档

相关文档