-
JAVA的乒乓球游戏
JAVA的乒乓球游戏-JAVA table tennis games
- 2023-02-11 19:15:04下载
- 积分:1
-
K-Means.java K-means分群法(组数数据皆不固定,以读入档案, iris.txt)-K-Means.java K-means grouping method (group, none fixed the number of data in order to read the file, iris.txt)
- 2022-03-19 16:32:37下载
- 积分:1
-
java md5编码的源代码,可以对数据进行md5加密。
java md5编码的源代码,可以对数据进行md5加密。-coding java md5 source code, you can md5 encrypt the data.
- 2023-05-11 06:30:03下载
- 积分:1
-
Sun Java编码规范(中文).pdf
中文版本
Sun Java编码规范(中文).pdf
中文版本-Sun Java coding specifications (in Chinese). Pdf Chinese version
- 2022-04-21 23:29:07下载
- 积分: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
-
没有解压码是关于SHELF_E方面的希望会对你有所帮助
没有解压码是关于SHELF_E方面的希望会对你有所帮助-not unpacked SHELF_E yards on the hope that you will help
- 2022-05-06 16:12:04下载
- 积分:1
-
一个学习jsp好例子。可供要学习的jsp的用户学习。。
一个学习jsp好例子。可供要学习的jsp的用户学习。。 -Good example of a learning jsp. Jsp to learn for users to learn. .
- 2022-02-09 16:55:53下载
- 积分:1
-
自己以前写的一个搜索系统
请站长帮我开通帐号!
自己以前写的一个搜索系统
请站长帮我开通帐号!-Written by his former owners a search system please help me open Account!
- 2022-09-17 19:00:03下载
- 积分:1
-
A good way of parallel processing java
并行处理的好方法 java 很值得看看,对并行很有帮助-A good way of parallel processing java
- 2022-03-24 09:46:21下载
- 积分:1
-
写在txt里的描述用java实现操作xml的原码,需要点编程的知识奥...
写在txt里的描述用java实现操作xml的原码,需要点编程的知识奥-deal xml using java dom
- 2022-01-22 04:33:37下载
- 积分:1