-
kjava的开发环境的配置问题,希望对我们的程序员有一定的帮助了...
kjava的开发环境的配置问题,希望对我们的程序员有一定的帮助了-kjava development environment configuration problems in the hope of our programmers will certainly help with the
- 2023-01-08 14:05:03下载
- 积分:1
-
里面 有一些java3d编程的例子,是java3d初学者必看的东西
里面 有一些java3d编程的例子,是java3d初学者必看的东西-There are some examples of java3d programming is a must-see things for beginners java3d
- 2022-10-27 15:20:04下载
- 积分:1
-
it is about JVM fuctionality and how the jvm works
it is about JVM fuctionality and how the jvm works
- 2022-04-20 12:00:31下载
- 积分:1
-
21Java教程的全部源代码 北京邮电大学出版
21Java教程的全部源代码 北京邮电大学出版-21Java handbook full source code published Beijing University of Posts and Telecommunications
- 2022-02-01 17:16:11下载
- 积分:1
-
JXTA官方例程,语音,视频和文本消息。
jxta官方例程,语音,视频,文字通讯。-jxta official routines, voice, video and text messaging.
- 2022-04-08 10:29:44下载
- 积分:1
-
时间日期,有各种功能
时间日期,有各种功能-time period, the various functions
- 2022-08-03 02:19:29下载
- 积分: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编写的四叶玫瑰线的图形,可以画出四片叶子的玫瑰花瓣形状-prepared in a four leaf rosette graphics can paint four leaf rose petal shape
- 2022-03-07 11:58:58下载
- 积分:1
-
简单动画(JAVA)
简单动画(JAVA)-simple animation (JAVA)
- 2022-01-31 10:24:52下载
- 积分:1
-
/*_############################################################################...
/*_############################################################################
_##
_## SNMP4J - PDUv1.java
_##
_## Copyright 2003-2007 Frank Fock and Jochen Katz (SNMP4J.org)
_##
_## Licensed under the Apache License, Version 2.0 (the "License")
_## you may not use this file except in compliance with the License.
_## You may obtain a copy of the License at
_##
_## http://www.apache.org/licenses/LICENSE-2.0
_##
_## Unless required by applicable law or agreed to in writing, software
_## distributed under the License is distributed on an "AS IS" BASIS,
_## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
_## See the License for the specific language governing permissions and
_## limitations under the License.
_##
_##########################################################################*/-/*_############################################################################
_##
_## SNMP4J- PDUv1.java
_##
- 2022-07-21 21:27:39下载
- 积分:1