登录
首页 » 其他 » Java飞行射击全部代码

Java飞行射击全部代码

于 2022-05-14 发布 文件大小:708.12 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

一款Java代码开发的手机版飞行射击游戏,有点雷电游戏的风格,源代码完整,拷贝到支持Java的手机上,或在电脑的Java虚拟机下运行。

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

发表评论

0 个回复

  • standard I/O input and output tools
    标准I/O输入输出工具 -standard I/O input and output tools
    2022-08-13 07:35:29下载
    积分:1
  • a simulated Poisson random process of small programs. System can calculate the a...
    一个模拟泊松随机过程的小程序。可以计算系统平均等待时间,和平均对列长度。系统参数如 到来速率及离开速率均可在头文件里修改。另外通过修改头文件factorK可以将到来序列的概率分布改为Erlang分布。-a simulated Poisson random process of small programs. System can calculate the average waiting time, and the average length of the list. The system parameters such as the rate of arrival and departure rates can be found in the first document changes. Through the first revised document will come factorK sequence probability distribution instead Erlang distribution.
    2022-06-26 22:44:57下载
    积分:1
  • nothignojakldfjasidof kqjwerqwe
    nothignojakldfjasidof kqjwerqwe
    2023-07-09 14:30:02下载
    积分:1
  • A/D转换芯片ADC0832的应用的中文资料
    A/D转换芯片ADC0832的应用的中文资料-A/D conversion chip ADC0832 Application of Chinese information
    2022-01-30 17:39:18下载
    积分:1
  • vc的一些原码,对于帮助学习和提高很有帮助
    vc的一些原码,对于帮助学习和提高很有帮助-vc some of the original code, for help to learn and improve very helpful
    2022-05-24 03:52:08下载
    积分:1
  • Oracle函数大全。
    Oracle函数大全。-Oracle function Guinness.
    2022-01-27 13:13:15下载
    积分:1
  • file management system
    档案资料管理系统-file management system
    2022-04-21 03:11:35下载
    积分:1
  • c# 编写的俄罗斯方块游戏, 有音效和音乐(不过在有的机器上播放 mid 会出错...), 同时实现了 GDI+ 和 DDraw 两套呈现引擎. debug/r...
    c# 编写的俄罗斯方块游戏, 有音效和音乐(不过在有的机器上播放 mid 会出错...), 同时实现了 GDI+ 和 DDraw 两套呈现引擎. debug/release 目录中包含了运行时所需的资源.-c# prepared by the Russian box game. a sound and music (though in some machines will be broadcast mid mistake ...), while achieving the GDI and DDraw has two engines. debug/release contains a directory Runtime the necessary resources.
    2022-02-20 09:58:54下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • VC compiler error problem solution. For example: LNK2001 resolve external symbol...
    VC编译出错的问题解决方法。比如:LNK2001解决外部符号错误,链接错误unresolved external symbol _main的解决-VC compiler error problem solution. For example: LNK2001 resolve external symbols error, link error unresolved external symbol _main solution
    2023-01-31 08:05:04下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载