登录
首页 » Java » Tank2.9

Tank2.9

于 2009-02-18 发布 文件大小:42KB
0 204
下载积分: 1 下载次数: 2

代码说明:

  一个基于JAVA的小游戏,大家可以看下,希望对大家有帮助。。。(JAVA-based mini-games, everyone can facie, in the hope that everyone has to help. . .)

文件列表:

Tank2.9
.......\.classpath
.......\.project
.......\bin
.......\...\com
.......\...\...\bjsxt
.......\...\...\.....\tank
.......\...\...\.....\....\circle
.......\...\...\.....\....\......\CircleExplode.class
.......\...\...\.....\....\......\CircleFactory.class
.......\...\...\.....\....\......\CircleMissile.class
.......\...\...\.....\....\......\CircleTank.class
.......\...\...\.....\....\......\CircleWall.class
.......\...\...\.....\....\core
.......\...\...\.....\....\....\Collider.class
.......\...\...\.....\....\....\ColliderChain.class
.......\...\...\.....\....\....\Explode.class
.......\...\...\.....\....\....\GameFactoryMgr.class
.......\...\...\.....\....\....\GameMediator.class
.......\...\...\.....\....\....\GameObject.class
.......\...\...\.....\....\....\GameObjectFactory.class
.......\...\...\.....\....\....\Missile.class
.......\...\...\.....\....\....\MissileTankCollider.class
.......\...\...\.....\....\....\MissileWallCollider.class
.......\...\...\.....\....\....\PropertyMgr.class
.......\...\...\.....\....\....\Tank.class
.......\...\...\.....\....\....\TankClient$1.class
.......\...\...\.....\....\....\TankClient$KeyMonitor.class
.......\...\...\.....\....\....\TankClient$PaintTrhead.class
.......\...\...\.....\....\....\TankClient.class
.......\...\...\.....\....\....\TankTankCollider.class
.......\...\...\.....\....\....\TankWallCollider.class
.......\...\...\.....\....\....\Wall.class
.......\...\...\.....\....\ocircle
.......\...\...\.....\....\.......\OCircleExplode.class
.......\...\...\.....\....\.......\OCircleFactory.class
.......\...\...\.....\....\.......\OCircleMissile.class
.......\...\...\.....\....\.......\OCircleTank.class
.......\...\...\.....\....\.......\OCircleWall.class
.......\...\...\.....\....\rect
.......\...\...\.....\....\....\RectExplode.class
.......\...\...\.....\....\....\RectFactory.class
.......\...\...\.....\....\....\RectMissile.class
.......\...\...\.....\....\....\RectTank.class
.......\...\...\.....\....\....\RectWall.class
.......\...\tank.properties
.......\src
.......\...\com
.......\...\...\bjsxt
.......\...\...\.....\tank
.......\...\...\.....\....\circle
.......\...\...\.....\....\......\CircleExplode.java
.......\...\...\.....\....\......\CircleFactory.java
.......\...\...\.....\....\......\CircleMissile.java
.......\...\...\.....\....\......\CircleTank.java
.......\...\...\.....\....\......\CircleWall.java
.......\...\...\.....\....\core
.......\...\...\.....\....\....\Collider.java
.......\...\...\.....\....\....\ColliderChain.java
.......\...\...\.....\....\....\Explode.java
.......\...\...\.....\....\....\GameFactoryMgr.java
.......\...\...\.....\....\....\GameMediator.java
.......\...\...\.....\....\....\GameObject.java
.......\...\...\.....\....\....\GameObjectFactory.java
.......\...\...\.....\....\....\Missile.java
.......\...\...\.....\....\....\MissileTankCollider.java
.......\...\...\.....\....\....\MissileWallCollider.java
.......\...\...\.....\....\....\PropertyMgr.java
.......\...\...\.....\....\....\Tank.java
.......\...\...\.....\....\....\TankClient.java
.......\...\...\.....\....\....\TankTankCollider.java
.......\...\...\.....\....\....\TankWallCollider.java
.......\...\...\.....\....\....\Wall.java
.......\...\...\.....\....\ocircle
.......\...\...\.....\....\.......\OCircleExplode.java
.......\...\...\.....\....\.......\OCircleFactory.java
.......\...\...\.....\....\.......\OCircleMissile.java
.......\...\...\.....\....\.......\OCircleTank.java
.......\...\...\.....\....\.......\OCircleWall.java
.......\...\...\.....\....\rect
.......\...\...\.....\....\....\RectExplode.java
.......\...\...\.....\....\....\RectFactory.java
.......\...\...\.....\....\....\RectMissile.java
.......\...\...\.....\....\....\RectTank.java
.......\...\...\.....\....\....\RectWall.java
.......\...\tank.properties

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • taxonomy
    Taxonomy is the science of naming, describing and classifying organisms and includes all plants, animals and microorganisms of the world.
    2015-06-18 23:02:15下载
    积分:1
  • Employee
    创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。 (Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
    2013-11-27 11:43:06下载
    积分:1
  • Java-Learning-Courseware
    可用于初学者自学java 浅显易懂 每个概念都配有相关的小程序 便于理解(It can be used for self-study Java beginners )
    2013-07-07 09:44:54下载
    积分:1
  • Practical_Quiz_4
    Practical_Quiz_4 ssd1 very understandable
    2014-12-13 17:08:02下载
    积分:1
  • 医生患者信息管理系统
    这是我们的作业,医生患者信息管理系统,用于医院药品患者医生管理(This is our job, Doctor and Patient Information Management System)
    2020-06-19 00:00:02下载
    积分:1
  • MVCDAOjava
    项目07_使用MVC+DAO完成用户登陆(代码+笔记)(Project 07_ using MVC+DAO complete user login (code+ notes))
    2013-10-31 14:10:25下载
    积分:1
  • Java-mistake
    Java编程中常见的一些错误以及解决的办法(Some common Java programming errors and solutions)
    2011-07-22 15:59:00下载
    积分:1
  • smsSDK$str_Send
    这是我在网上找到的代码 对编程很有用 给大家分享一下(This is my line of programming code to find useful to share with you)
    2008-04-21 20:17:28下载
    积分:1
  • hb00003
    说明:  用JAVA做的一个系统 虽然简单了点 但也有一定的参考价值(do with JAVA a simple system of points but there are also some reference value)
    2006-02-22 13:34:59下载
    积分:1
  • ftp123client
    java 编写的 ftp 客户端程序(prepared by the ftp client)
    2005-01-06 13:27:16下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载