-
java数组应用与学习
java数组应用与学习-application and learning
- 2022-04-16 00:15:41下载
- 积分:1
-
A presentation of the Tower of Hanoi applet
一个演示汉诺塔的小程序 虽然不是很大 但也不-A presentation of the Tower of Hanoi applet
- 2022-08-25 19:32:05下载
- 积分:1
-
一个简单的java多线程的使用范例,只写了一个主要部分,其他的自己添加...
一个简单的java多线程的使用范例,只写了一个主要部分,其他的自己添加-A simple example of the use of multi-threaded java, only wrote a major part of the other to add their own
- 2022-08-18 05:15:36下载
- 积分:1
-
java的lookandfeel制作的API
java的lookandfeel制作的API-produced by the API
- 2022-03-01 19:24:33下载
- 积分: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版 使用JFrame
简单的计算器程序 java版 使用JFrame -calculator program of Java version
- 2022-03-20 18:45:32下载
- 积分:1
-
一个简单的发牌打牌程序,都是自动的,适合初学java的人看看。...
一个简单的发牌打牌程序,都是自动的,适合初学java的人看看。-a simple game of the licensing procedure is automatic, suitable for a novice to see the java.
- 2022-11-01 14:10:03下载
- 积分:1
-
文本留言本程序,使用JSP和豆子做的。
文本留言簿程序,用JSP和Beans做的。-text Guestbook procedures, using JSP and Beans do.
- 2022-02-05 23:29:04下载
- 积分:1
-
基于J2EE的网络物流系统
用户操作:
1. 录入出库商品信息
2. 查询出库单信息
3. 录入入库商品信息
4. 查询入库单信息
5....
基于J2EE的网络物流系统
用户操作:
1. 录入出库商品信息
2. 查询出库单信息
3. 录入入库商品信息
4. 查询入库单信息
5. 查询商品位置信息
6. 查询商品信息
7. 查询供应商信息
管理操作:
1. 出库单商品信息删除/修改
2. 入库单商品信息删除/修改
3. 供应商信息添加/删除/修改
4. 添加商品分类信息
5. 仓库位置信息添加/删除/修改
6. 职员信息查询/添加/修改/删除
7. 用户权限管理-J2EE-based logistics system users of the network: 1. A commodity information database entry 2. 3 inquiries出库单information. 4 input information storage products. For inquiries, information storage, single 5. 6 merchandise location information query. Commodity Information Query 7. For inquiries, supplier information management: 1. Product Information出库单delete/edit 2. Single-commodity information storage delete/modify 3. Supplier Information Add/Remove/Modify 4. Categories of information add 5. Storage location information to add/delete/modify 6. Staff Information/Add/Modify/Remove 7. User rights management
- 2022-02-27 06:25:39下载
- 积分:1
-
JAVA MSN robot major open source
JAVA MSN机器人主要代码开放 -JAVA MSN robot major open source
- 2022-05-17 10:34:17下载
- 积分:1