-
Simulation of ATM teller machines, not connected to the database! Own password a...
模拟ATM取款机,没有连接数据库!自己设的密码和账号!功能基本实现!-Simulation of ATM teller machines, not connected to the database! Own password and account set up! Function basically realize!
- 2022-05-18 16:13:20下载
- 积分:1
-
用java写的一个小程序,模拟操作系统的PV操作
用java写的一个小程序,模拟操作系统的PV操作-used to write a small program to simulate the operating system operated PV
- 2022-03-29 09:05:13下载
- 积分:1
-
java实现的简单的整型的加法器,该计算器具有加法功能,包含两个输入框用于输入两个浮点数,一个输出框用于输出计算结果,一个按钮,当鼠标点击按钮时,在输出框输出计...
java实现的简单的整型的加法器,该计算器具有加法功能,包含两个输入框用于输入两个浮点数,一个输出框用于输出计算结果,一个按钮,当鼠标点击按钮时,在输出框输出计算结果
-java simple integer realize the adder, the adder has a calculator function, contains two input boxes for the importation of two floating-point numbers, one output for the output calculation results box, a button, when the mouse to click button, in the output frame output calculation results
- 2022-09-04 19:05:02下载
- 积分:1
-
jbuzzer是一个应用程序,用java写的,让你的电脑keybo映射…
jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It supports short samples as well as streaming format. The GUI allows dynamically adding and removing new slots for samples.
- 2023-06-01 14:45:03下载
- 积分: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 socket编程客户端例子
简单的连接服务端,并发送一个数据包,然后接受数据包...
java socket编程客户端例子
简单的连接服务端,并发送一个数据包,然后接受数据包-java client socket programming examples of simple connectivity services side, and send a data packet. then receive a data packet
- 2023-01-13 18:25:04下载
- 积分:1
-
The Java EE 5Tutorial
For Sun Java System Application Server 9.1
The Java EE 5Tutorial
For Sun Java System Application Server 9.1
- 2023-09-04 09:25:05下载
- 积分:1
-
xml编辑源程序
xml编辑源程序-xml editor
- 2022-05-30 21:01:31下载
- 积分:1
-
j2me游戏按键控制
j2me游戏按键控制-J2ME game control buttons
- 2022-10-24 21:25:02下载
- 积分:1
-
Derby数据库是一个纯用Java实现的内存数据库,属于Apache的一个开源项目。由于是用Java实现的,所以可以在任何平台上运行;另外一个特点是体积小,免安...
Derby数据库是一个纯用Java实现的内存数据库,属于Apache的一个开源项目。由于是用Java实现的,所以可以在任何平台上运行;另外一个特点是体积小,免安装,只需要几个小jar包就可以运行了。这是其jar包。-Derby database is a pure Java implementation of the memory database with belonging to an open source Apache project. Because it is implemented using Java, so it can run on any platform Another feature is a small, free installation, only a few small jar package can be run. That is its jar package.
- 2022-02-12 06:17:46下载
- 积分:1