-
一个自己写的,使用JBUIDER编写的java计算器,可以进行加减乘除的运算...
一个自己写的,使用JBUIDER编写的java计算器,可以进行加减乘除的运算-A wrote it myself, using java prepared JBUIDER calculators, multiplication and division addition and subtraction can be carried out computing
- 2022-06-20 21:07:36下载
- 积分:1
-
java learn new techonology ajax 1
java learn new techonology ajax 1
- 2022-12-18 07:10:03下载
- 积分:1
-
论坛源代码
论坛源代码-- 00简单的论坛bbs制作-Forum JSP source code- the production of a simple forum bbs
- 2022-05-17 09:33:56下载
- 积分: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
-
Learning can be really not an easy thing to do ah such a great effort the next s...
学习可真不是个容易的事啊 下个源代码这么费劲 -Learning can be really not an easy thing to do ah such a great effort the next source code
- 2022-10-16 08:20:03下载
- 积分:1
-
这只是一个WEB服务器的模型,但是已经具备基本的WEB服务器的功能。通过这个程序多点了解HTTP协议和JAVA编程...
这只是一个WEB服务器的模型,但是已经具备基本的WEB服务器的功能。通过这个程序多点了解HTTP协议和JAVA编程-This is just a WEB server model, but already have a basic WEB server. Through this program more about HTTP protocol and JAVA Programming
- 2023-07-14 04:30:02下载
- 积分:1
-
java教程中的一段源码,其功能是,用socket建立通讯实例服务器端。...
java教程中的一段源码,其功能是,用socket建立通讯实例服务器端。-java tutorial in the section of source code and its function is to use socket communication set up server-side examples.
- 2023-03-11 11:25:04下载
- 积分:1
-
Java的实用文件程序 运用命令行演示通过了调试
Java的实用文件程序 运用命令行演示通过了调试-Java documentation procedures practical demonstration of the use of command-line through the debug
- 2023-05-11 17:55:02下载
- 积分:1
-
struts2.0 的配置文件,提供的为oa项目中的普通配置,供初学struts2.0的朋友参考用...
struts2.0 的配置文件,提供的为oa项目中的普通配置,供初学struts2.0的朋友参考用-struts2.0 configuration file, providing a project for the oa common configuration for the beginner struts2.0 friend of reference
- 2022-03-24 11:58:58下载
- 积分:1
-
学校成绩管理系统,其中含有设计部分,是本科毕业设计论文...
学校成绩管理系统,其中含有设计部分,是本科毕业设计论文-school management system, which includes the design part of the Undergraduate Graduation Thesis
- 2022-11-13 17:50:04下载
- 积分:1