-
用java实现的红外线通讯源码
用java实现的红外线通讯源码-achieved using infrared communications FOSS
- 2022-08-09 10:33:22下载
- 积分:1
-
这是一个以JAVA编写的程序,本人还没有试过,是一个简单的温度控制系统...
这是一个以JAVA编写的程序,本人还没有试过,是一个简单的温度控制系统-this is a Java programs written, I have not tried, is a simple temperature control system
- 2023-02-03 07:40:04下载
- 积分:1
-
beyondplus留言本 JSP留言本
beyondplus留言本 JSP留言本-beyondplus voice of the voice mail of the JSP
- 2022-02-15 16:40:28下载
- 积分:1
-
Java切割机 一个很好的Java切割机
Java切割机 一个很好的Java切割机-Java cutting machine a good Java Cutting Machine
- 2022-08-21 09:40:23下载
- 积分:1
-
以一个酒店的进销存系统为例,讲述如何建立一个完整的、具有餐饮行业特点的C/S模式下的进销存系统。...
以一个酒店的进销存系统为例,讲述如何建立一个完整的、具有餐饮行业特点的C/S模式下的进销存系统。-to a hotel Invoicing System as an example on how to build a complete, with the catering industry characteristics of the C/S under the PSI system.
- 2022-01-25 15:28:48下载
- 积分:1
-
本系统是利用JBUILDER实现一个数据库浏览器,对于一个JAVA新手来说,怎样利用JBUILDER和数据库进行连接无疑不是一个好的示例...
本系统是利用JBUILDER实现一个数据库浏览器,对于一个JAVA新手来说,怎样利用JBUILDER和数据库进行连接无疑不是一个好的示例-use of the system is to achieve a JBUILDER database browser, a Java novice, and how to make use of JBUILDER database connectivity is certainly not a good example
- 2022-03-30 13:10:01下载
- 积分:1
-
利用socket编程的客户端服务器
client server using socket programing
with best optimized way to do ..
and how to do guide is also availabe
- 2022-10-17 18:35:03下载
- 积分:1
-
《java语言与面向对象程序设计题解及实验指导》源代码
《java语言与面向对象程序设计题解及实验指导》源代码
- 2022-03-04 04:34:46下载
- 积分:1
-
XML配置文件读取的工具类,以及对XML操作的封装,需要Dom4J支持...
XML配置文件读取的工具类,以及对XML操作的封装,需要Dom4J支持-XML configuration file to read the tools, as well as XML operations on the package, the need to support Dom4J
- 2022-08-06 18:06:00下载
- 积分: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