-
本程序是用多线程实现了打飞鸟游戏程序,采用MyEclipse开发
本程序是用多线程实现了打飞鸟游戏程序,采用MyEclipse开发-This procedure is achieved using multi-threaded game birds hit procedure for the development of MyEclipse
- 2022-03-19 08:30:59下载
- 积分:1
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1
-
MSN聊天机器人,可以自由聊天对话,可以做很多使用的应用
MSN聊天机器人,可以自由聊天对话,可以做很多使用的应用-MSN chat robot, you can free chat dialogue, you can make a lot of applications
- 2022-05-26 00:07:45下载
- 积分:1
-
根据一个人的抽象类
根据一个人的抽象类-under a category of the abstract
- 2023-06-17 23:10:03下载
- 积分:1
-
移动CMPP2.0 Java SDK,支持网关侧或SP测的开发
移动CMPP2.0 Java SDK,支持网关侧或SP测的开发-Mobile CMPP2.0 Java SDK, or SP side Gateway Supporting the development of measurement
- 2022-03-13 02:51:32下载
- 积分:1
-
Beginning_JSP_trade_JSF_trade_and_Tomcat_trade_Web_Development_From_Novice_to_Pr...
Beginning_JSP_trade_JSF_trade_and_Tomcat_trade_Web_Development_From_Novice_to_Professional-3754-it is useful for computer student.
- 2022-07-01 05:34:42下载
- 积分:1
-
自己写的java扫雷小游戏。
自己写的java扫雷小游戏。-himself wrote the small mine java games.
- 2022-02-20 04:36:06下载
- 积分:1
-
java中用正则表达式来检测IP地址是否合理,简单又好用。
java中用正则表达式来检测IP地址是否合理,简单又好用。-detect you ip address is valid or not.
- 2023-04-18 22:40:03下载
- 积分:1
-
一个可以显示系统时间的小程序
一个可以显示系统时间的小程序-display system can be a time of small programs
- 2022-01-26 02:40:06下载
- 积分:1
-
This is a WEB prepared using JSP File Manager, in the JDK1.5 and Tomcat5.5 on th...
这是一个使用JSP编写的WEB文件管理器,在JDK1.5和Tomcat5.5上测试通过。可对网站上的目录和文件进行读、写、删除和上载等操作,也附带了JSP探针,用于了解程序所运行的容器环境。如果你所在的环境不能使用FTP,那么可以使用本工具上载你你所修改的JSP代码和其它文件。 -This is a WEB prepared using JSP File Manager, in the JDK1.5 and Tomcat5.5 on the test. On website directories and files to read, write, delete and upload operation, etc., but also comes with JSP probe for understanding of processes running on the container environment. If your environment should not use FTP, you can use this tool to upload your changes you have JSP code and other documentation.
- 2022-07-20 04:21:21下载
- 积分:1