-
用jsp编写的网上投票系统,希望大家有用。
用jsp编写的网上投票系统,希望大家有用。-Jsp prepared using online voting system, hope that useful.
- 2023-02-05 15:50:03下载
- 积分:1
-
jtetrix 一款俄罗斯方块
jtetrix 一款俄罗斯方块-jtetrix one of Rubik"s cube
- 2023-06-25 19:40:03下载
- 积分:1
-
java写的浏览器
java写的浏览器-browser
- 2022-07-14 20:24:14下载
- 积分:1
-
java编写的一个坦克大战游戏,比较简单,值得初学者好好学习!...
java编写的一个坦克大战游戏,比较简单,值得初学者好好学习!-prepared a Tankedaizhan java games, relatively simple, it is worth a beginner to learn!
- 2023-06-04 04:30:04下载
- 积分: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
-
Mobile phone game Hehe hope everyone make their own entertainment and to give an...
手机小游戏 呵呵 自己做的希望大家娱乐一下并给出意见 谢谢了-Mobile phone game Hehe hope everyone make their own entertainment and to give an opinion about a thank you
- 2023-07-24 05:10:04下载
- 积分:1
-
java 简单聊天程序 截面简单 欢迎大家下载
java 简单聊天程序 截面简单 欢迎大家下载-java simple chat section simple procedures to welcome you download
- 2022-08-24 00:36:15下载
- 积分:1
-
Email applications.
Email的应用。-Email applications.
- 2023-08-18 05:15:02下载
- 积分:1
-
用SWT做的一个计算器,类似Windows的东西!
用SWT做的一个计算器,类似Windows的东西!
-SWT do with a calculator, things like Windows!
- 2023-02-09 20:10:03下载
- 积分:1
-
实现上述图形化界面,点击 open file 按扭,打开文件对话框,选择文件,在文本框中输出所选文件的路径;...
实现上述图形化界面,点击 open file 按扭,打开文件对话框,选择文件,在文本框中输出所选文件的路径;-To achieve the above graphical interface, click the open file button, open the file dialog box, select the file, in the text box and the output of the selected file path
- 2023-03-30 00:45:03下载
- 积分:1