-
坦克大战游戏源代码
坦克大战游戏源代码-casual game source code
- 2022-01-25 23:06:07下载
- 积分:1
-
移动API通讯接口 移动API通讯接口 移动API通讯接口
移动API通讯接口 移动API通讯接口 移动API通讯接口-Mobile API communication interface mobile API communication interface mobile API communication interface mobile API communication interface mobile API communication interface
- 2022-06-19 15:19:14下载
- 积分:1
-
Java关于输入参数的实验题目
Java关于输入参数的实验题目-Java on the input parameters of the experiment subjects
- 2022-04-10 10:24:27下载
- 积分:1
-
里面详细的介绍了R树的结构,详尽的描述了一个R树类
里面详细的介绍了R树的结构,详尽的描述了一个R树类-Which describes in detail the structure of R tree, detailed description of an R category tree
- 2022-07-02 18:00:36下载
- 积分: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
-
JScript语言参考。
JScript语言参考。-JScript Language Reference.
- 2022-03-22 10:52:10下载
- 积分:1
-
数据库实现曾山差 很简单的策划给你徐
与数据库连接
数据库实现曾山差 很简单的策划给你徐
与数据库连接-this is easy。everyone can use it.you can have a try.
- 2022-12-27 13:35:03下载
- 积分:1
-
achieve a servlet with the procedures Cart
一个用servlet实现购物车的程序 -achieve a servlet with the procedures Cart
- 2023-07-20 14:40:02下载
- 积分:1
-
Optimal binary tree data structure of Huffman encoding realize, for reference on...
java的邮件发送源码,直接拷贝到tomcat下即可运行-java source of the e-mail directly copied to the tomcat to run under
- 2022-02-14 17:05:59下载
- 积分:1
-
运用三层结构开发的小型管理系统,对于初学者学习java有很好的借鉴作用...
运用三层结构开发的小型管理系统,对于初学者学习java有很好的借鉴作用-The use of three-tier structure of the development of small-scale management systems, for beginners to learn java has a very good reference
- 2022-01-26 06:00:27下载
- 积分:1