-
利用哈弗曼树实现的压缩解压缩,包含文件夹的压缩
利用哈弗曼树实现的压缩解压缩,包含文件夹的压缩-Used to achieve compression Havermann tree extract that contains the folder compression
- 2022-01-26 20:12:21下载
- 积分:1
-
简单的Servlet程序,比较简捷,易于学习
简单的Servlet程序,比较简捷,易于学习-simple procedures, more simple and easy to learn
- 2022-03-02 19:35:55下载
- 积分:1
-
一个java写的proxy的例子
一个java写的proxy的例子-Write a java example proxy
- 2022-05-05 05:28:19下载
- 积分:1
-
用JAVA编程画3D的一张动画人物的脸
用JAVA编程画3D的一张动画人物的脸-with JAVA programming painting of a 3D animated character"s face
- 2023-01-08 05: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
-
用java写的八皇后问题
用java写的八皇后问题-used to write the Queen"s eight issues
- 2022-04-12 20:58:18下载
- 积分:1
-
Java中实现文本框限定输入一个字符,并且实现焦点的自动下移...
Java中实现文本框限定输入一个字符,并且实现焦点的自动下移-Java, to achieve a text box to enter a character limit, and the realization of the automatic focus down
- 2022-06-14 10:13:26下载
- 积分:1
-
use EJB development of the calculator
使用EJB开发的计算器 -use EJB development of the calculator
- 2023-08-15 05:30:03下载
- 积分:1
-
用java编写的聊天室 多线程 包含服务器和客户端
用java编写的聊天室 多线程 包含服务器和客户端-Prepared to use java chat rooms contains multi-threaded server and client
- 2022-05-26 22:44:41下载
- 积分:1
-
日期控件,界面友好,风格简洁可以定制
日期控件,界面友好,风格简洁可以定制-date controls, friendly interface and simple style can be customized
- 2022-03-23 05:56:56下载
- 积分:1