-
共同研究,共同学习
共同研究,共同学习-joint research, learning together
- 2022-04-16 07:28:59下载
- 积分:1
-
用java编写的一个俄罗斯方块游戏,人所共知,无需多介绍
用java编写的一个俄罗斯方块游戏,人所共知,无需多介绍-Using java prepared a Tetris game, known to all, no more than introduce
- 2023-02-28 11: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
-
用java编写的数据库管理程序,有着友好的界面,实现一些数据库管理基本功能。...
用java编写的数据库管理程序,有着友好的界面,实现一些数据库管理基本功能。-Prepared using java database management procedures, friendly interface, the realization of some of the basic functions of database management.
- 2022-05-25 20:13:53下载
- 积分:1
-
软件工程实践,租碟管理系统,大家看看把
软件工程实践,租碟管理系统,大家看看把
- 2022-02-05 14:52:17下载
- 积分:1
-
CSP算法java实现,并且有回溯法和mcSearch两种方法实现,结构好,容易懂...
CSP算法java实现,并且有回溯法和mcSearch两种方法实现,结构好,容易懂-CSP algorithm java to achieve, and back and two ways to achieve mcSearch, structure, and easy to understand
- 2022-01-26 04:42:21下载
- 积分:1
-
彩信开发相关的协议,在接入移动时候相关参数的说明及相关的源代码...
彩信开发相关的协议,在接入移动时候相关参数的说明及相关的源代码-MMS related to the development agreement, in the access to the mobile when the relevant parameters and the associated description of the source code
- 2022-04-24 17:38:26下载
- 积分:1
-
利用JavaMail处理电子邮件,包括发送邮件、读取邮件和邮件的回复和转发三个部分。...
利用JavaMail处理电子邮件,包括发送邮件、读取邮件和邮件的回复和转发三个部分。-E-mail using JavaMail treatment, including to send mail, read mail and e-mail reply and forwarding three parts.
- 2023-03-30 10:45:04下载
- 积分:1
-
一个SSH做得网上购物后台系统,附带数据库可以下载看看。
一个SSH做得网上购物后台系统,附带数据库可以下载看看。-SSH has done a back-line shopping system, with the database can be downloaded to see.
- 2023-05-29 08:20:07下载
- 积分:1
-
Missionary problem
传教士问题使用java编写,解决基本问题-Missionary problem
- 2022-05-12 23:01:48下载
- 积分:1