-
java编写的聊天程序客户端,使用了swing,awt的applet。
java编写的聊天程序客户端,使用了swing,awt的applet。-Client chat program
- 2022-12-20 04:35:04下载
- 积分:1
-
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部...
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部运行的机制,程序可以转到不同的状态,在不同的状态下程序实现了不同的功能-achieved using java Tftp (Sftp) client and server. In this process uses a "state" of mechanism : the client and server operation at the beginning of the same state, through user input or the internal operating procedures of the mechanisms, procedures can be transferred to a different state, in a state where different procedures to achieve different functions
- 2023-08-02 01:30:03下载
- 积分:1
-
tree (Tree) use, on the achievements of several methods
树(Tree)的使用,介绍了建树的几种方法-tree (Tree) use, on the achievements of several methods
- 2022-03-04 10:34:22下载
- 积分:1
-
Jvie论坛的程序,不用多说了吧!
Jvie论坛的程序,不用多说了吧!-Jvie Forum procedures Needless to say!
- 2022-01-22 16:28:23下载
- 积分:1
-
一个简单JAVA程序的原码,功能简单,但已验证过,可以正常运行.
一个简单JAVA程序的原码,功能简单,但已验证过,可以正常运行.-A simple JAVA program
- 2023-04-23 06:20:02下载
- 积分: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 议程管理系统。使用GoF设计模式进行系统设计,是java设计模式的完整体系...
Java 议程管理系统。使用GoF设计模式进行系统设计,是java设计模式的完整体系-java agenda system
- 2022-06-01 09:04:27下载
- 积分:1
-
Check_for_machine_test是snmpServer客户端,用户查询MIB库信息
Check_for_machine_test是snmpServer客户端,用户查询MIB库信息-Check_for_machine_test client is snmpServer user inquiries MIB information
- 2022-02-03 01:02:00下载
- 积分:1
-
dwr 源文件
dwr 源文件
dwr 源文件
dwr 源文件-dwr source file dwr source file source file dwr
- 2022-02-05 11:48:22下载
- 积分:1
-
Dove Chuanshu Java version, the full realization of the Dove Chuanshu C++ Versio...
飞鸽传书Java版本,完全实现了飞鸽传书C++版本的功能,可在局域网进行消息聊天、文件传送。-Dove Chuanshu Java version, the full realization of the Dove Chuanshu C++ Version of the feature information in LAN chat, file transfer.
- 2022-01-25 16:59:08下载
- 积分:1