吉林工程技术师范学院 C 程序设计 课程设计报告书 设计 题目:Java 简易猜拳小游戏 专 业 :信息管理与信息系统 班 级 : X0841 **** : *** 学 号 : ********** **** : *** 信息工程学院 2 0 0 9 年 1 2 月 2 目 录 摘 要 : ……………………… ……0 3 第 一章 绪 论 ………………………05 第二章 系统分析 ………………………07 第三章 总体设计 ………………………09 第四章 编码实现 ………………………11 第五章 调试与测试………………………14 总结: ……………………………………15 附录: 1 源代码 ………………………20 2 参考资料 ………………………30 3 摘要 面向对象方法是一种把面向对象的思想应用于软件开发过程中,指导开发活动的系统方法,它吸取了结构化程序设计的精华,以更接近人们通常思维的方式来处理问题,是一种全新的软件开发技术。 作为一种新的的编程语言,Java 很大程度推广了面向对象的思想。随着计算机技术的发展,Java的强大展现出它不可替代的作用。Java 的功能不仅体现在它网络方面的应用,对于应用程序设计、游戏设计等 Java 都能满足需求。 本文针对Java 的具体应用,设计了一个小游戏。根据游戏的规则,用户将可以和计算机进行简单对战。程序实现了友好的用户交互界面,让用户能很好地对游戏进行操作。 关键字: JAVA GUI 游戏 4 ABSTRACT The Object-Oriented Method is a method which apllies the Object-Oriented Design to the process of the software exploiture and directs the ploy of development. It extracts the prime of the Structured Design for Computer Programmers, deals matters with a folksy fashion, which is considered to be a grand new software-develop technique. As a new programming language, Java spread the Object-Oriented Design in a certain degree. With the development of the technique of computer, the insurmountable function of JAVA is exhibited for its’ mightiness. Not only applies in network, JAVA also can fulfill the requirement of the Application-Design and Game-Design. In this paper, to use the idiographic application...