-
用jmf写的播放器 蛮不错的
用jmf写的播放器 蛮不错的-JMF wrote with pretty good player
- 2023-01-09 20:00:02下载
- 积分:1
-
文本显示的演示例子
文本显示的演示例子-text of the display shows examples
- 2023-04-18 13:25: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
-
it is a very simple paint application.
it is a very simple paint application.
- 2022-02-21 01:07:59下载
- 积分:1
-
用JAVA写的串行端口发送和接收数据,希望能通过,
用JAVA写的串行端口发送和接收数据,希望能通过,-using Java to write the serial port to send and receive data and it is hoped that through, thank you
- 2022-04-14 10:17:38下载
- 积分:1
-
struts+ hibernate to achieve Logistics Management System
struts+hibernate实现物流管理系统-struts+ hibernate to achieve Logistics Management System
- 2022-03-22 23:19:50下载
- 积分:1
-
a simple procedure to receive xml
一个简单的接收xml的程序-a simple procedure to receive xml
- 2022-07-06 12:59:33下载
- 积分:1
-
JAVV数据库编程实例
JAVV数据库编程实例-JAVV Database Programming Example
- 2022-02-20 02:28:47下载
- 积分:1
-
java code examples, full
java多线程代码,功能齐全,说明完备,是学习的好资料-java code examples, full-featured, well that is a good learning information
- 2022-03-07 03:23:53下载
- 积分:1
-
J2SE版的俄罗斯方块。SWING界面.有分数记录功能
J2SE版的俄罗斯方块。SWING界面.有分数记录功能-J2SE version of Tetris. SWING interface. Has scores record
- 2022-03-06 01:31:07下载
- 积分:1