-
从开始配置到使用以及一些简单的例子,对新手入门very good
从开始配置到使用以及一些简单的例子,对新手入门very good-configuration from the outset that the use of some simple examples of very good Getting Started
- 2022-11-11 09:10:03下载
- 积分:1
-
一个java实现的用于模拟LRU文法分析的程序
一个java实现的用于模拟LRU文法分析的程序-Achieved a java grammar used to simulate the LRU analysis procedures
- 2022-08-07 02:24:31下载
- 积分:1
-
sgip程序,联通网关接口源代码,有windows/linux,java样例和说明...
sgip程序,联通网关接口源代码,有windows/linux,java样例和说明-sgip procedures, EDI Gateway Interface source code, there are windows/linux, java sample and description
- 2022-02-02 16:44:16下载
- 积分:1
-
插座使用clientf
socket using clientf -socket using clientf .........
- 2022-02-25 02:20:19下载
- 积分:1
-
The use of JAVA to build a demonstration of digital image processing platform fe...
利用JAVA搭建一个数字图像处理的演示平台功能包括:模糊,锐化,变亮,反色,移动-The use of JAVA to build a demonstration of digital image processing platform features include: blurred, sharpen, brighten, and anti-color, mobile
- 2022-12-10 04:30:03下载
- 积分:1
-
a Pong applet by zimardi
a Pong applet by zimardi
- 2022-06-20 23:27:23下载
- 积分:1
-
一个带备忘录程序,java写的,初学java做的,不要见笑
一个带备忘录程序,java写的,初学java做的,不要见笑-A memorandum with the procedure, java written java beginner to do and not a laughing stock
- 2022-03-15 22:08:51下载
- 积分:1
-
jsp时间的一些小例子,适于初学者的一些相关模块。
jsp时间的一些小例子,适于初学者的一些相关模块。-jsp time some small examples, suitable for beginners and some related modules.
- 2022-02-06 01:16: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
-
动态图片演示
Animation of a series of images.
动态图片演示
Animation of a series of images.-Dynamic Photo Animation demonstration of a series of images.
- 2022-10-18 08:20:02下载
- 积分:1