-
java2 编程的好书 中文版
java2 编程的好书 中文版-java2 programming Chinese version of the books
- 2022-03-23 04:05:01下载
- 积分:1
-
Java 学习的心得体会,可以供新手参阅
Java 学习的心得体会,可以供新手参阅-Java to learn their feelings and experiences can be used for novice reference
- 2022-10-22 00:20:03下载
- 积分:1
-
java game source code, a mobile phone network game client source code
java游戏源码,一个手机网络游戏客户端源码-java game source code, a mobile phone network game client source code
- 2022-08-17 04:58:38下载
- 积分: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
-
不但实现了所有的游戏功能,而且包括了分数值的功能和弹球声音效果等。...
不但实现了所有的游戏功能,而且包括了分数值的功能和弹球声音效果等。-Not only features all the games, but also the value of the scores of the features and sound effects, such as pinball.
- 2023-09-02 03:50:03下载
- 积分:1
-
Go right but not the man
围棋 但不是人机对矣,是两个人玩的一个简单程序-Go right but not the man-machine starts, two people are playing a simple procedure
- 2023-03-16 22:15:03下载
- 积分:1
-
通过控制台猜100以内数字,直到才对为止。
通过控制台猜100以内数字,直到才对为止。-Guess the number within the 100 through the console until Caidui up.
- 2023-07-13 04:30:03下载
- 积分:1
-
一个自制的彩票抽奖程序,能实现33选6+16选1,比较粗糙,欢迎大家修改...
一个自制的彩票抽奖程序,能实现33选6+16选1,比较粗糙,欢迎大家修改-a privately lottery draw procedure, the election can achieve 33 1 6 16 election, compared Rough Welcome changes
- 2022-01-24 15:36:58下载
- 积分:1
-
本文用lucene和Heritrix构建了一个Web 搜索应用程序。Lucene 是基于 Java 的全文信息检索包,它目前是 Apache Jakarta 家...
本文用lucene和Heritrix构建了一个Web 搜索应用程序。Lucene 是基于 Java 的全文信息检索包,它目前是 Apache Jakarta 家族下面的一个开源项目。-In this paper, lucene and Heritrix built a Web search application. Lucene is a Java-based full-text information retrieval package, which is now the Apache Jakarta family, following an open source project.
- 2022-03-01 10:56:41下载
- 积分:1
-
用java语言实现倒计时功能,希望能给初学者提供帮助
用java语言实现倒计时功能,希望能给初学者提供帮助-Using java language countdown function, hope that I can provide help for beginners
- 2023-05-26 15:15:03下载
- 积分:1