-
分治算法解决一维点对最小距离
分治算法解决一维点对最小距离-partition algorithm to solve one-dimensional point of minimum distance
- 2022-07-10 13:27:51下载
- 积分:1
-
java 项目 扑克小游戏 源码 24点
java 项目 扑克小游戏 源码 24点-java playcard
- 2022-03-26 02:35:40下载
- 积分: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
-
SOCKET客户端程序
SOCKET客户端程序-SOCKET client
- 2023-01-04 08:10:03下载
- 积分:1
-
jfeechat学习
jfeechat学习-jfeechat learning
- 2023-06-08 16:05:03下载
- 积分:1
-
这是一个计算器的软件代码,可以用来计算,虽然代码我..
这是一个计算器软件代码,可以用来计算,虽说代码不是很完美,不过也是本人的初作,希望有意思的可以下下。-This is a calculator software code can be used to calculate, although the code is not perfect, however, is also beginning to make my hope that the next one can make interesting.
- 2022-01-25 21:15:47下载
- 积分:1
-
用JAVA写的串行端口发送和接收数据,希望能通过,
用JAVA写的串行端口发送和接收数据,希望能通过,-using Java to write the serial port to send and receive data and it is hoped that through, thank you
- 2022-04-14 10:17:38下载
- 积分:1
-
java实现的文件移动,主要用到开源的upload项目,用在磁盘上文件在不同目录地址的移动...
java实现的文件移动,主要用到开源的upload项目,用在磁盘上文件在不同目录地址的移动-achieve file movement, the main use of open-source projects upload, with the files on the disk directory addresses mobile
- 2022-11-14 05:45:03下载
- 积分:1
-
这是一些好的程序和数据库内容, 在这里和大家一起分享了.
这是一些好的程序和数据库内容, 在这里和大家一起分享了.-This is some good and database content, and here we share together.
- 2022-08-04 09:01:15下载
- 积分:1
-
大量java源程序,主要是tunnel包里是applet,serlet通道技术。jdbc包里有大量用jdbc访问数据库的源程序...
大量java源程序,主要是tunnel包里是applet,serlet通道技术。jdbc包里有大量用jdbc访问数据库的源程序-A large number of java source code, mainly tunnel bag is applet, serlet channel technology. jdbc bag with a large number of source code access the database jdbc
- 2023-06-15 05:55:05下载
- 积分:1