-
清华教科书上的非常好的原代码
清华教科书上的非常好的原代码-Qinghua textbooks in a very good source
- 2022-01-26 00:23:37下载
- 积分:1
-
这是我期末做的考试做的试题!
这是我期末做的考试做的试题!-This is the end of my examination so do the questions!
- 2022-05-22 07:55:54下载
- 积分:1
-
java课作业 随机生成100个数,并按从小到大排列
java课作业 随机生成100个数,并按从小到大排列-java lesson Operating randomly generated 100 number, and press from small to large array
- 2023-08-16 04:50:03下载
- 积分:1
-
一个关于虚拟存储器的页面调度算法的模拟实现,包括图形的界面模拟和模拟过程的记录( 华南农业大学信息学院计算机系)....
一个关于虚拟存储器的页面调度算法的模拟实现,包括图形的界面模拟和模拟过程的记录( 华南农业大学信息学院计算机系).-on a virtual memory pages scheduling algorithm to achieve the simulation, including graphical interface modeling and simulation of records (South China Agricultural University, Department of Computer Information Institute).
- 2022-08-16 12:24:13下载
- 积分: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实现的一个挖雷的小游戏
不过只是为了实现这个小游戏
所以没有增加级别等级-Using JAVA to achieve a mine dug a small game but only in order to achieve this game there is no increase in grade-level
- 2022-08-06 19:43:06下载
- 积分:1
-
深入浅出JavaSwing程序设计一书的源代码,对学习Swing非常有用。...
深入浅出JavaSwing程序设计一书的源代码,对学习Swing非常有用。-simple design of a procedure the source code, to learn Swing very useful.
- 2022-12-13 02:20:04下载
- 积分:1
-
时间日期,有各种功能
时间日期,有各种功能-time period, the various functions
- 2022-08-03 02:19:29下载
- 积分:1
-
java在线考试系统
java在线考试系统-Online Examination System
- 2022-02-15 06:00:03下载
- 积分:1
-
我们在写程序的过程中,有些时候需要知道一些电脑的硬件信息,比如我们写一些需要注册的程序的时候,就需要得到某个电脑特定的信息,一般来说,网卡的物理地址是不会重复的...
我们在写程序的过程中,有些时候需要知道一些电脑的硬件信息,比如我们写一些需要注册的程序的时候,就需要得到某个电脑特定的信息,一般来说,网卡的物理地址是不会重复的,-We are in the process of writing procedures, sometimes need to know some computer hardware information, such as we need to write the registration procedures for some time, it needs to be a computer-specific information, generally speaking, the physical address of network card is not duplicate,
- 2022-01-31 05:12:44下载
- 积分:1