-
jsp写的留言板,比较简单
jsp写的留言板,比较简单-jsp write the message board, a relatively simple
- 2022-02-07 11:46:00下载
- 积分:1
-
该文件为编译器词法分析的代码
该文件为编译器词法分析的代码-document for the compiler code lexical analysis
- 2022-03-23 22:07:09下载
- 积分:1
-
java缓冲技术程序例子
java缓冲技术程序例子-technical procedures example
- 2022-07-19 11:40:11下载
- 积分:1
-
一套完整的档案管理系统,包括数据库、uml
设计图和完整的代码,很适合学习...
一套完整的档案管理系统,包括数据库、uml
设计图和完整的代码,很适合学习-A complete set of file management systems, including database, uml design and complete code, it is suitable for learning
- 2022-03-06 01:39:54下载
- 积分: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写得用户管理小程序-written procedures for the management of small
- 2022-03-03 21:13:18下载
- 积分:1
-
酒店管理
酒店管理系统 java写的 毕业设计 功能非常全面-hotel management
- 2022-07-16 04:09:41下载
- 积分:1
-
C语言精彩编程百例12
C语言精彩编程百例12-C programming language brilliant 100 cases 12
- 2022-01-27 08:57:02下载
- 积分:1
-
java源代码,经典问题,约瑟夫环问题
java源代码,经典问题,约瑟夫环问题-java source code, the classic problem, the issue of Joseph Central
- 2022-03-23 04:08:30下载
- 积分:1
-
archreport写的,写的不好,让没有人敢说我
java写的Archreport,写得不好别怪我-Archreport written, poorly written let nobody dare say I
- 2022-01-25 16:01:19下载
- 积分:1