-
实现图片的局部放大功能
实现图片的局部放大功能-achieve a partial picture zoom
- 2022-03-17 17:35:09下载
- 积分:1
-
采用蚂蚁算法实现ad hoc网络路由协议
采用蚂蚁算法实现ad hoc网络路由协议-ant algorithm using ad hoc network routing protocol
- 2023-04-12 15:15:04下载
- 积分: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所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等...
用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等-written with Java for matrix calculation of categories, including matrix, plus or minus, multiplication, matrix inversion, and so on to home
- 2022-07-27 19:41:28下载
- 积分:1
-
很好java class 反编译的工具,你可以通过它将class文件编译为java...
很好java class 反编译的工具,你可以通过它将class文件编译为java-use the tools ,you can make the class file to java
- 2022-11-07 14:55:04下载
- 积分:1
-
This is a preparation with Java is a small program on JZPUSH hope you will also...
这是一个用JAVA编写的小程序是有关JZPUSH的希望会对你有所帮助也对我用所帮助我要下源码就一个-This is a preparation with Java is a small program on JZPUSH hope you will also help me with what I want to help on one source under Thank you
- 2022-01-28 15:53:33下载
- 积分:1
-
java程序,适合初学者,可编译运行,已测试
java程序,适合初学者,可编译运行,已测试-java procedures for beginners, the compiler can run, have tested
- 2022-02-11 16:49:50下载
- 积分:1
-
JSP动态网站开发与应用,提供的是源代码,按章节分类的。
JSP动态网站开发与应用,提供的是源代码,按章节分类的。-JSP dynamic web site development and application
- 2022-07-02 04:05:34下载
- 积分:1
-
Java用链表实现的计算器程序高性能
Java用链表实现的计算器程序高性能-use Java to achieve the high-performance calculator program
- 2022-01-22 06:28:43下载
- 积分:1
-
jsp File Browser version 1.1a
jsp File Browser version 1.1a
-jsp File Browser version 1.1a
--------------------------------------------------------------------------------------
------------------------IMPORTANT
With this jsp you can destroy important files on your system, it also could be
a serious security hole on your server.
Use this script only, if you know what you do. There is no warranty of any kind.
------------------------REQUIREMENTS
To use the File browser, you need a JSP1.1 compatible Web Server like Tomcat, Resin
or Jetty.
If you use the browser on webspace provided by an internet service provider,
it could be, that you are not allowed to go in some directories or execute
commands on the server, this will result in an exception.
------------------------INSTALLATION
Just copy the jsp file to any configured Web application. The author recommends to
protect the directory you copy the file into by password, to avoid abuse.
------------------------SE
- 2022-08-02 23:00:03下载
- 积分:1