-
一种靠java applet 传递数据的交互web聊天工具,拥有画图和聊天2种功能...
一种靠java applet 传递数据的交互web聊天工具,拥有画图和聊天2种功能-a java applet on the interactive data transmission web chat tools, and chat with drawing two functions
- 2022-03-13 18:32:55下载
- 积分:1
-
带验证的javaMail邮件发送程序,仅供参考
带验证的javaMail邮件发送程序,仅供参考-with verification procedures javaMail mail sent, for information purposes only
- 2022-04-19 09:30:45下载
- 积分:1
-
风靡欧美的德克萨斯扑克,这是JAVA开发的游戏源码供参考,希望对想开发这游戏的有帮助...
风靡欧美的德克萨斯扑克,这是JAVA开发的游戏源码供参考,希望对想开发这游戏的有帮助-Texas poker popular in Europe and America, this is the development of the game JAVA source for reference, in the hope that the development of this game would like to help
- 2022-03-24 19:22:18下载
- 积分: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
-
一个简单的JUNIT的测试程序 应该有用的
一个简单的JUNIT的测试程序 应该有用的-A simple JUnit test procedure should be useful
- 2022-05-06 17:12:11下载
- 积分:1
-
网络爬行器的java程序
网络爬行器的java程序-crawling network of java programs
- 2022-11-10 18:45:03下载
- 积分:1
-
JAVA2(J2ME)实用编程的150个范例,在JDK中调试成功,因此一般可在其他开发工具中使用。注意有些实例只提供了部分模块,因此运行时需要添加其他代码。...
JAVA2(J2ME)实用编程的150个范例,在JDK中调试成功,因此一般可在其他开发工具中使用。注意有些实例只提供了部分模块,因此运行时需要添加其他代码。
-JAVA2 (J2ME) programming utility 150 examples of the successful commissioning of the JDK, so the general can be used in other development tools. Note that some examples of only some modules, run-time, therefore need to add other code.
- 2023-08-01 23:45:04下载
- 积分:1
-
JAVA定时器实例, JAVA定时器实例
JAVA定时器实例, JAVA定时器实例-JAVA TIMER
- 2022-02-28 10:38:03下载
- 积分:1
-
我们上课老师做的详细的笔记,有关JSP的,以后会持续上传。...
我们上课老师做的详细的笔记,有关JSP的,以后会持续上传。-Our teachers do a detailed class notes, the JSP, and the future will continue to upload.
- 2022-01-22 16:40:40下载
- 积分:1
-
java 100例的电子书
java 100例的电子书-100 cases of e-books
- 2022-07-16 22:07:39下载
- 积分:1