-
此程序用于绘制特定的Java图形,包括椭圆和曲线,可根据使用者的参数改变图形而改变...
此程序用于绘制特定的Java图形,包括椭圆和曲线,可根据使用者的参数改变图形而改变-This program used to draw a specific Java graphics, including the oval and curves can be based on the user to change the parameters to change the graphics
- 2022-02-26 22:34:18下载
- 积分:1
-
使用eclipse编写的日历程序,包含完整的源码,可实现类似windows时钟的日期功能...
使用eclipse编写的日历程序,包含完整的源码,可实现类似windows时钟的日期功能-Eclipse calendar prepared by the use of procedures, including complete source code, can achieve similar functionality windows clock date
- 2022-01-22 03:05:41下载
- 积分:1
-
Java 编程思想第三版并且内有源码适合初学者学习
Java 编程思想第三版并且内有源码适合初学者学习-Java program idea
- 2022-05-12 18:17:17下载
- 积分:1
-
客户端端聊天工具实现,JAVA
客户端端聊天工具实现,JAVA-paying customers chat tools, JAVA
- 2023-08-21 03:50:03下载
- 积分:1
-
一个用java语言编写的邮件系统,功能强大!
一个用java语言编写的邮件系统,功能强大!-java mail
- 2022-07-21 18:42:26下载
- 积分:1
-
这是一些好的程序和数据库内容, 在这里和大家一起分享了.
这是一些好的程序和数据库内容, 在这里和大家一起分享了.-This is some good and database content, and here we share together.
- 2022-05-07 13:50:14下载
- 积分:1
-
收音机,HTML查看效果
收音机,HTML查看效果-radios, HTML View results
- 2023-06-20 04:45:03下载
- 积分:1
-
关于设计模式的经典源码,中高级程序员一定要仔细的研读
关于设计模式的经典源码,中高级程序员一定要仔细的研读-model for the design of the classic source, intermediate and advanced level programmers must carefully study
- 2022-03-25 02:27:07下载
- 积分:1
-
一个多播的实现程序
一个多播的实现程序-a multicast procedures for the realization
- 2023-04-05 15:35: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