-
一个利用java线程技术开发的飞字程序,有助于更好的理解线程技术...
一个利用java线程技术开发的飞字程序,有助于更好的理解线程技术-a thread using java technology development flying characters procedures contribute to a better understanding of threading technology
- 2022-05-19 23:11:23下载
- 积分:1
-
JAVA工作流引擎实例,带有详细的设计文档
很适合研究工作流引擎人员...
JAVA工作流引擎实例,带有详细的设计文档
很适合研究工作流引擎人员-JAVA workflow engine instance, with the detailed design document is appropriate to study the workflow engine staff
- 2022-03-23 07:18:54下载
- 积分:1
-
written with Java MP3, MP2, MP1 decoder source code
用JAVA写的MP3,MP2,MP1解码源代码-written with Java MP3, MP2, MP1 decoder source code
- 2022-08-21 22:32:29下载
- 积分:1
-
用JBuilder9 开发Struts实例
用JBuilder9 开发Struts实例-exploit struts example by jbuider 9
- 2023-04-21 14:10:03下载
- 积分:1
-
Using JSP+ JAVA+ html development of a Web site voting system. System is a compl...
用JSP+JAVA+html开发的一个网站投票系统。是一个完整的系统并有详细的源代码-Using JSP+ JAVA+ html development of a Web site voting system. System is a complete and detailed source code
- 2022-09-21 17:30:02下载
- 积分:1
-
算出数的素数因子的算法
算出数的素数因子的算法-calculate the number of prime factor algorithm
- 2022-12-16 04:35:04下载
- 积分:1
-
Hibernate m2m
Hibernate实现的一个多对多双向关联的实例。适合初学者理解。-Hibernate m2m
- 2023-03-18 08:50: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
-
用Java 进行的发送的Mail编程
用Java 进行的发送的Mail编程-Java for the transmission of programming Mail
- 2022-04-12 21:46:15下载
- 积分:1
-
Java版本的飞信,类似于飞鸽传书的一个小程序,大家可以参考一下...
Java版本的飞信,类似于飞鸽传书的一个小程序,大家可以参考一下-Java
- 2022-01-30 12:00:04下载
- 积分:1