java毕业设计论文总结.doc_第1页
java毕业设计论文总结.doc_第2页
java毕业设计论文总结.doc_第3页
java毕业设计论文总结.doc_第4页
java毕业设计论文总结.doc_第5页
已阅读5页,还剩11页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

java毕业设计论文总结篇一:java毕业论文-毕业设计asdfasdfasdfasdfasdfsadfsadf摘 要JAVA已经从一种平台无关的编程语言演变成一种与厂商及平台无关的健壮的服务器端技术,促使IT业界深入发掘以Web为核心的应用程序的巨大潜力。J2ME 的出现使这一变化达到了一种新的高度。J2ME,简称Java2平台袖珍版( Java 2 Platform ,Micro Edition (J2ME) ),是SUN公司在J2SE和J2EE之后,致力于消费产品和嵌入式设备的最佳解决方案。作为JAVA的三个版本之一,J2ME在无线编程技术中正发挥着它独特的作用。J2ME为在小型电子设备上创建性能卓越的网络应用提供了一套完整的解决方案。它也使设备制造商、服务提供商及应用开发人员为他们的用户发布新的软件应用成为可能。本篇论文共分为七个部分:包括绪论、J2ME技术概览、游戏设计的需求分析、“Pocket Boxing”手机游戏开发制作、手机游戏开发存在的困难、J2ME手机游戏前景展望和结论。其中第四部分“Pocket Boxing手机游戏开发制作”是本篇论文的重点。整篇论文都是围绕着这一部分来展开论述的,在这一部分里详细介绍一款手机游戏“Pocket Boxing”的开发全过程和开发过程中存在的疑难问题。其中包括:游戏事件、游戏API等以及对事件的处理,另外在游戏描绘处理部分也将作为重点进行介绍。通过对J2ME的详细介绍我们可以从中了解到其自身的作用,近年来,随着JAVA手机的诞生,其无可替代的灵活性与轻便性致使JAVA手机游戏成为游戏市场的又一亮点,它的前景无可限量,必将在我们以后的生活中发挥着重要的作用。关键字:J2ME, MIDP, 游戏编程, 事件, 描绘处理AbstractJava is already changed from a platform-independent programming language to a mission-critical technological with manufacture platform independent, and java encourage IT circle to deeply tap the huge potential of application with the care of Web. The emergences of J2ME push it to a new high level. J2ME( Java 2 Platform, Micro Edition (J2ME) ) called “Java 2 platform” for short a pocket-edition is a prefect solution plan of consume products and embedded equipment, after J2SE&J2EE in SUN company. J2ME is making a special effect at the wireless program technology. J2ME provide a complete set of solution plan, its also make it become possible that issue the new software application by the manufacture of equipment, service supplier and the people of develop application.This article has seven portions: include the introduction, the general situation of J2ME technology, the demand of the game design analyzes, the significance and development of Pocket Boxing, the difficult, the prospect of mobile phone games exploitation and the Conclusion. The forth part “the production of Pocket Boxing mobile phone games” is the focus of this article. This entire article is around this focus, and this part detail introduces the exploitation process of a mobile phone game and the issues. This part introduces: the case, API of games, deal with the accident and the other focus to introduce is the manage of games description.Through the detail introduce of J2ME, the function of java is obvious. Of late years, follow the emerge of java mobile phone its unimpeded identity and portability make java mobile phone games become a new focal point of game market. J2ME have unlimited brighten and make an important role in the future篇二:Java毕业设计论文 装 订 线 安徽工业大学工商学院 毕业设计(论文)说明书摘 要随着Android手机的快速普及,Android手机应用软件越来越丰富,各行各业都在陆续推出自己的基于Android的软件系统,比如说在医疗行业。为了方便医生浏览和处理医疗图片,本人开发了一个基于Android手机的医疗图像浏览处理软件。该软件用Java语言,Android SDK开发包和Eclipse开发工具进行开发,主要实现了DICOM标准的医学文件的图像显示,并在图像显示的基础上实现医学文件图像的拖动、旋转和缩放。这四个功能模块中图像浏览模块主要通过ImageView控件实现多幅医疗图像文件的显示,图像拖动模块则通过触屏手机屏幕中单触点的移动来改变ImageView控件的位置或者通过移动屏幕上的拖动条(Seekbar组件)来移动图像;图像旋转模块通过屏幕上双触点的移动来改变ImageView控件的旋转角度或者也通过移动屏幕上的拖动条来达到旋转的效果;缩放模块通过双触点的移动来改变ImageView控件的大小从而实现图像的缩放。该软件根据软件工程设计方法和基于Android的DICOM文件医疗图像处理的实际需求进行了详细的功能分析,并编码实现了其功能,最后给出了软件的测试过程和结果。关键词:android;医疗图像 ;DICOM;图像显示 装 订 线 安徽工业大学工商学院 毕业设计(论文)说明书AbstractWith the rapid spread of Android phones, Android mobile phones application softwares have become increasingly diverse, and businesses launch software systems which are based on the Android, for example in the medical industry. So, I developed an Android phone-based medical image browsing software.The software uses the Java language and the Android SDK development package, and uses the Eclipse development tools for development. The software realizes medical file image browsing based on DICOM standard, and on this basis can drag,rotate and zoom. The image browsing module of the four function modules mainly uses the ImageView control to realize displaying the medical image file, dragging through a single module is the contacts move to change the position of the ImageView control so as to realize the image on the screen or drag by dragging the drag (seekbar components) to move the image; Image rotation module uses the double the contacts move to change ImageView control Angle so as to realize the rotation of the image or also moves such as image by dragging the screen to reach the rotating article drag effect; Image scaling module uses the double the contacts move to change the position of the ImageView control so as to realize the scale of the image.The software is based on software engineering method and the actual needs of medical images of the Android-based DICOM files ,and carrys out a detailed functional analysis, and codes to achieve its functions. Finally,I show out the software testing process and result.Key word:Android;Medical Image;DICOM; Image Browsing 装 订 线 安徽工业大学工商学院 毕业设计(论文)说明书目 录1 绪论 . 1 1.1 课题背景 . 1 1.2 课题意义 . 1 1.3 论文组织结构 . 1 2 系统开发环境及相关技术 . 2 2.1 ANDROID特征 . 2 2.2 手机操作系统的发展状况 . 3 2.3 ANDROID SDK开发包介绍 . 4 2.4 DICOM3.0标准 . 6 2.5 开发工具安装与配置 . 10 2.5.1 jdk1.6.0安装 . 10 2.5.2 jdk1.6.0的环境变量配置 . 12 2.5.3 Eclipse安装 . 13 2.5.4 Android SDK开发包安装 . 14 3 系统需求分析 . 15 3.1 系统需求分析 . 15 3.2 系统功能分析 . 15 4 系统总体设计 . 17 4.1 系统结构图 . 17 4.2 系统功能模块 . 17 4.2.1 医疗图像的显示功能模块 . 17 4.2.2 医疗图像的拖动功能模块 . 17 4.2.3 医疗图像的旋转功能模块 . 17 4.2.4 医疗图像的缩放功能模块 . 18 4.3 显示界面规划 . 18 5 详细设计与实现 . 20 5.1 文件结构与用途 . 20 5.2 系统实现 . 21 5.2.1 医学图像显示实现的过程 . 21 5.2.2 医学图像拖动实现的过程 . 24 5.2.3 医学图像旋转实现的过程 . 25 5.2.4 医学图像缩放实现的过程 . 29 6 软件测试 . 32 6.1 什么是软件测试 . 32 6.2 软件测试的规则 . 32 装 订 线 安徽工业大学工商学院 毕业设计(论文)说明书6.3 软件测试的对象 . 32 6.4 各页面的测试 . 32 结束语 . 36 致谢 . 37 参考文献 . 38 附录一 部分源代码 . 39 附录二 英文原文及译文 . 45 装 订 线 安徽工业大学工商学院 毕业设计(论文)说明书1 绪论1.1 课题背景随着电子和通信技术的高速发展,具有强大显示、通信、环境探测和适当计算能力的Android智能手机正成为人们随身携带的必要附件。Android智能手机不仅为用户带来随身的通信、娱乐、信息检索的功能,强大计算能力可以用来开发各样新颖功能,满足用户千奇百怪的需求。Android 是一套真正意义上的开发性的移动设备综合平台,它包括操作系统、中间件和一些关键的平台应用。Android 是由Linux+Java构成的开源软件,允许所有厂商和个人在其基础上进行开发。Android平台的开放性等特点既能促

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论