-
《Java语言学习利器―AI
《Java语言学习利器―AI-CODE坦克机器人》-赵超鸿-源代码 -" Java language learning tool for robot-AI-CODE tank" - Zhao Chao-hung- the source code
- 2022-05-23 03:11:48下载
- 积分:1
-
Eclipse代码生成器,支持Eclipse3.3 WTP版本,该项目实现了Spring + hibernate + webService + struts 框...
Eclipse代码生成器,支持Eclipse3.3 WTP版本,该项目实现了Spring + hibernate + webService + struts 框架文件的自动生成,有这方面需求的个人公司都可以下载使用.-Eclipse code generator to support the version of Eclipse3.3 WTP, the project achieved the Spring+ hibernate+ webService+ struts framework document automatically generated, there is demand for the personal use of company can be downloaded.
- 2022-08-23 12:53:32下载
- 积分:1
-
Simple html parser to format web pages and pictures of all filters, leaving only...
简单的html解释器,把网页中所有格式和图片过滤,只留下文字。可以分析以file和http协议指向的地址。-Simple html parser to format web pages and pictures of all filters, leaving only the text. Can be analyzed in order to file and the http protocol to address.
- 2022-05-21 20:33:04下载
- 积分:1
-
一个很有意思的UFO飞行动 可以使用并下载此代码一供大家一起 讨论...
一个很有意思的UFO飞行动 可以使用并下载此代码一供大家一起 讨论-A very interesting UFO flying operations can use and download the code for everyone together to discuss one
- 2022-05-26 10:55:31下载
- 积分:1
-
- 2022-11-08 02:25:03下载
- 积分:1
-
of handling the incident, as well as examples of classroom
事件的处理,也是课堂的例子-of handling the incident, as well as examples of classroom
- 2022-09-22 10:40:03下载
- 积分: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
-
Java source code examples of reflection, Jdk reflection methods.
Java反射实例源码,Jdk反射方法的使用。-Java source code examples of reflection, Jdk reflection methods.
- 2023-07-12 09:35:03下载
- 积分:1
-
Java逐步实现俄罗斯方,基本游戏功能都具有,可供Java程序员参考。...
Java逐步实现俄罗斯方,基本游戏功能都具有,可供Java程序员参考。-Java and gradually realize the Russian side, the basic game features are available for Java programmers reference.
- 2022-03-15 00:26:48下载
- 积分:1
-
用JAVA实现录音机功能
用JAVA实现录音机功能-using JAVA recorder functions
- 2022-04-15 23:14:02下载
- 积分:1