-
chat聊天室的服务器,客户端的程序
chat聊天室的服务器,客户端的程序-chatclintserver program
- 2023-01-22 22:45:03下载
- 积分:1
-
模拟留言簿的网络程序,请收下
模拟留言簿的网络程序,请收下-simulation of network programming book, please accept
- 2022-08-20 15:55:24下载
- 积分:1
-
Java Threads, 2Ed (Source)
Java Threads, 2Ed (Source)-Java Threads, 2Ed (Source)
- 2022-01-31 13:08:20下载
- 积分:1
-
多处理器体系结构:
ChipMultiprocessor Architecture:
Techniques to Improve
Throughput and Latency
- 2022-06-13 06:40:49下载
- 积分: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
-
PHP论坛系统,很实用的系统哦,很实用的系统哦 很实用的系统哦 很实用的系统哦 很实用的系统哦...
PHP论坛系统,很实用的系统哦,很实用的系统哦 很实用的系统哦 很实用的系统哦 很实用的系统哦-very good
- 2022-02-14 20:23:05下载
- 积分:1
-
treeMenu 的 java 源码程序
treeMenu 的 java 源码程序-treeMenu the java source programs
- 2022-05-19 11:44:06下载
- 积分:1
-
java开发工具eclipse的中文使用手册。
java开发工具eclipse的中文使用手册。-java development tools eclipse of the English user manual.
- 2022-05-18 00:23:13下载
- 积分:1
-
数据挖掘、分类算法、贝叶斯算法,java实现
数据挖掘,分类算法,贝叶斯算法,Java实现-Data mining, classification algorithms, Bayesian algorithms, Java implementation
- 2022-05-17 12:51:37下载
- 积分:1
-
《JSP应用开发详解》第十九章 树状菜单生成 代码
《JSP应用开发详解》第十九章 树状菜单生成 代码-"JSP application development Comments on" the 19th chapter tree menu generation code
- 2022-05-28 02:04:36下载
- 积分:1