-
sharkattackgame
说明: 是一个Applet程序,要在浏览器中或用appletviewer执行。当Applet运行时,
鲨鱼会在水平方向持续移动,单击相应的按钮会改变鲨鱼的运动方向。游戏的目标是当猎物
经过时,如果鲨鱼也处在该位置并且完全没入水中,则猎物才被捕获。猎物被捕获时会发出
相应的提示音,并且猎物消失。(is an Applet procedures, and in a browser or appletviewer implementation. When the applet runs, sharks in the horizontal direction will be sustained mobile, click on the corresponding button will change the direction of the shark. The goal of the game when the game is through, if the sharks at the position and did not fully submerged, was captured prey. Prey to be arrested will be issued when appropriate tone and prey disappear.)
- 2006-05-08 19:06:38下载
- 积分:1
-
struts标签库范例tile
来自精通struts的书的范例
struts标签库范例tile
来自精通struts的书的范例-struts tag library example from the master tile book struts example
- 2022-03-04 07:56:17下载
- 积分:1
-
converter oo for java in csit courrse
converter oo for java in csit courrse
- 2022-05-06 07:24:26下载
- 积分:1
-
次代码实现了,多功能记事本!比windows自带的记事本功能更强...
次代码实现了,多功能记事本!比windows自带的记事本功能更强
- 2022-03-01 06:40:31下载
- 积分:1
-
状态列跑马灯
说明: 运用java状态列跑马灯系列源代码,简单有效 仅供参考(use state out 5,250 family source code, a simple and effective way is for reference only)
- 2006-02-07 14:50:50下载
- 积分:1
-
rilijishiben
一个日历记事本的代码编程,
方便查看日志信息(A calendar notepad code programming for easy viewing log information)
- 2013-06-21 10:21:02下载
- 积分:1
-
WebVR
说明: spring boot游客项目管理,整合vr预览(Spring boot tourist project management)
- 2021-04-02 10:01:28下载
- 积分:1
-
学生选课系统完整代码SSH框架
JavaEE框架技术
1.
*用户登录
2.
*查看个人信息
3.
*修改个人信息
4.
*查看个人选课情况
5.
*查看所有课程信息,能够选定课程
6. &
- 2022-01-31 02:15:12下载
- 积分:1
-
jbshortcourse
jbshortcourse
- 2022-03-12 04:47:38下载
- 积分:1
-
用java查找是否存在指定数据
java学习,package args;//求和public class argsDemo { public void search(int n,int... a){ boolean flag=false; for(int i:a){ if(i==n) { flag=true; break; } } if(flag) { System.out.println("找到了!"); } else{ System.out.println("没找到!"); } } public static void main(String[] args){ argsDemo ad=new argsDemo(); &
- 2023-03-16 16:35:04下载
- 积分:1