文件名称:dafeiji
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-12-28
- 文件大小:
- 185kb
- 下载次数:
- 1次
- 提 供 者:
- 东*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实验题目:炮打飞机
实验目的: 学会使用多线程进行并发程序设计
实验要求:
编写一个应用程序模拟大炮打飞机。在GUI界面上,飞机水平飞行,用界面上的按钮控制大炮的运行方向(如向左,向右,向上,向下)。当炮弹碰着飞机后,飞机坠落。
在12月8号晚上12点前提交。-Experiment topics: gun hit the aircraft experiment: learning to use multi-threaded concurrent programming experiments requirements: write an application program to simulate artillery hit the aircraft. On the GUI interface, the aircraft in level flight, with the running direction buttons to control the cannon on the interface (such as left, right, up, down). When the shell bumped aircraft, the aircraft crashed. In at 0:00 on December 8 before submitting.
实验目的: 学会使用多线程进行并发程序设计
实验要求:
编写一个应用程序模拟大炮打飞机。在GUI界面上,飞机水平飞行,用界面上的按钮控制大炮的运行方向(如向左,向右,向上,向下)。当炮弹碰着飞机后,飞机坠落。
在12月8号晚上12点前提交。-Experiment topics: gun hit the aircraft experiment: learning to use multi-threaded concurrent programming experiments requirements: write an application program to simulate artillery hit the aircraft. On the GUI interface, the aircraft in level flight, with the running direction buttons to control the cannon on the interface (such as left, right, up, down). When the shell bumped aircraft, the aircraft crashed. In at 0:00 on December 8 before submitting.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
炮打飞机
........\.classpath
........\.project
........\bin
........\...\App
........\...\...\GameTest.class
........\...\Model
........\...\.....\Control$RunnableThread1.class
........\...\.....\Control$RunnableThread2.class
........\...\.....\Control.class
........\...\View
........\...\....\MyPanel.class
........\...\....\View.class
........\image
........\.....\Thumbs.db
........\.....\background.jpg
........\.....\gun.png
........\.....\plane.png
........\.....\plane1.png
........\.....\shell.png
........\.....\shelldown.png
........\.....\shellleft.png
........\.....\shellright.png
........\.....\shellup.png
........\src
........\...\App
........\...\...\GameTest.java
........\...\Model
........\...\.....\Control.java
........\...\View
........\...\....\MyPanel.java
........\...\....\View.java