搜索资源列表
Newton
- 内含复平面上的牛顿迭代法源代码。双击N.html文件,程序运行;双击Newton.java文件,进入编辑环境。-Complex plane containing the Newton iteration the source code. Double-click N.html files, program operation Newton.java double-click the file, enter the editing environment.
JAVA2D-SQUARE-AND-RECTANGULAR
- HOW TO DRAW 2D RECTANGULAR AND SQUARE İ N JAVA ? (SOURCE CODE)
javaJCY
- java实现的图像降采样算法,可以指定参数n代表隔几行几列采集一次,实现图片缩小-java implementation of image down-sampling algorithm, you can specify the parameter n represents every few rows of columns collected once
ScaleImage_LJCZ
- java实现的邻近插值的图像缩放算法,代码简单易懂可以指定n为图像放大或缩小倍数-java implementation neighbor interpolation image scaling algorithm, code n is straightforward to specify multiple images zoom in or out
abc
- 查看某个文件夹中的图片,显示在网页中。程序片: package tom.jiafei import java.io.* class FileName implements FilenameFilter { public boolean accept(File dir,String name) { boolean boo=false if(name.endsWith(".jpg")||name.endsWith(".JPG"))
