-
多线程日志记录插件
多线程的日志纪录插件程序-multithreaded log records plug-ins
- 2023-06-16 01:20:04下载
- 积分:1
-
Java实现串口全双工通讯
Java实现串口全双工通讯 -Java to achieve full-duplex serial communications
- 2022-04-13 01:38:55下载
- 积分:1
-
文章管理系统,适于学习、课程设计、毕业设计等等。
文章管理系统,适于学习、课程设计、毕业设计等等。-article management system suitable for learning, curriculum design, design and so on graduation.
- 2022-01-26 06:12:26下载
- 积分:1
-
The use of struts to achieve an increase in delete function
利用struts实现的增加的功能,删除的功能和查找的功能-The use of struts to achieve an increase in delete function
- 2023-02-19 23:15:03下载
- 积分:1
-
聊天程序
JBuilder - JDataStore Developer Guide (2002)-JBuilder- JDataStore Developer Guide (2002)
- 2022-06-13 19:38:49下载
- 积分:1
-
For java programmers on dtree code
针对java程序编写的关于dtree的程序代码-For java programmers on dtree code
- 2022-07-23 13:33:04下载
- 积分:1
-
小游戏
小游戏----坦克大战源代码,如果你们喜欢请支持我哦!-Tankedaizhan game source code, if you like it please support me Oh!
- 2023-05-19 09:15: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画图板功能强大,java编辑,骄傲
java画图板功能强大,java编辑,骄傲-java editer,can do then this things
- 2022-06-18 11:11:21下载
- 积分:1
-
此代码可以实现在一个画布上画sin和cos函数图像.
此代码可以实现在一个画布上画sin和cos函数图像.-This code can be achieved on a canvas painted sin and cos function of the image.
- 2022-09-08 04:00:03下载
- 积分:1