-
java编写的一个模拟电梯算法的程序,画面比较简单。
java编写的一个模拟电梯算法的程序,画面比较简单。-prepared in a simulated lift algorithm procedure is relatively simple images.
- 2023-02-06 17:50:03下载
- 积分:1
-
一个简单实用的线程池 java写的一个线程池
一个简单实用的线程池 java写的一个线程池-a simple ,applied thread pool a thread pool written by java
- 2022-04-21 08:09:12下载
- 积分: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中图形用户界面的设计
java中图形用户界面的设计-java graphical user interface design
- 2022-06-21 01:01:08下载
- 积分:1
-
3D Bluetooth are phone
都是3D蓝牙联机对战手机游戏,都是很经典的游戏,很值得珍藏,把后缀的.rar去掉,再把文件放到支持蓝牙的手机上就ok了 -3D Bluetooth are phone-line war games, are very classic game, it is worthy of collection, the suffix. Rar removed, and then file into a Bluetooth-enabled mobile phone on the ok
- 2022-01-25 22:55:41下载
- 积分:1
-
移动公司的话费详单看得晕晕乎乎的,做个程序自己统计一下了...
移动公司的话费详单看得晕晕乎乎的,做个程序自己统计一下了-mobile calls to request the pleasure to see the butterflies and become a procedure own statistics about the
- 2023-09-09 10:50:03下载
- 积分:1
-
俄罗斯方块的java代码
俄罗斯方块java代码-Tetris java code
- 2022-03-01 05:25:50下载
- 积分:1
-
流聚类算法,利用JAVA语言实现,简单实用。
流聚类算法,利用JAVA语言实现,简单实用。-Stream clustering algorithm, using JAVA language implementation, simple and practical.
- 2023-05-03 07:20:03下载
- 积分:1
-
OSGI using Eclipse 3.0 plug
Eclipse 3.0采用OSGI作为其插件体系结构-OSGI using Eclipse 3.0 plug-in architecture as part of its
- 2022-08-24 23:48:32下载
- 积分:1
-
JAVA的一个小程序,关于窗体JSP的形成。简单易懂
JAVA的一个小程序,关于窗体JSP的形成。简单易懂-A JAVA applet, JSP regarding the formation of form. Easy-to-read
- 2022-02-14 08:32:12下载
- 积分:1