-
主要通过JAVA 来实现图象的处理,程序可靠
通过实现
主要通过JAVA 来实现图象的处理,程序可靠
通过实现-mainly through Java to realize image processing, through the realization of reliable procedures
- 2022-05-06 03:48:02下载
- 积分:1
-
This is a java prepared by the animation process.
这是一个java编写的动画程序。-This is a java prepared by the animation process.
- 2022-02-14 18:47:03下载
- 积分:1
-
免费的 多个jsp上传组件。在jsp页面中调用使用,非常方便。
免费的 多个jsp上传组件。在jsp页面中调用使用,非常方便。-free number jsp Upload components. Jsp pages in a call to use and very convenient.
- 2023-01-11 03:45:03下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
java多线程聊天程序GUI界面socket实现
java多线程聊天程序GUI界面socket实现-java chat program GUI multi-threaded socket interface to achieve
- 2022-03-14 15:37:47下载
- 积分:1
-
j2me应用实例:一个MIDP俄罗斯方块游戏的设计和实现
j2me应用实例:一个MIDP俄罗斯方块游戏的设计和实现-J2ME application examples : a Tetris game MIDP Design and Implementation of
- 2022-08-03 17:38:59下载
- 积分:1
-
java记事本
java记事本,可以实现类似于win记事本的功能-java notebook
- 2022-04-16 08:47:50下载
- 积分: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
-
字体测试,corejava代码
字体测试,corejava代码-font test, code corejava
- 2022-11-25 17:20:03下载
- 积分:1
-
用JAVA实现的RADIUS服务器,提供鉴权、授权和计费处理等
用JAVA实现的RADIUS服务器,提供鉴权、授权和计费处理等-using the JAVA RADIUS server to provide authentication, authorization and accounting treatment
- 2022-03-21 10:10:48下载
- 积分:1