搜索资源列表
jj2000_4.1-src
- JPEG2000标准下的JAVA版本的参考程序的源程序。对学习JPEG2000编程有很大作用。-JPEG2000 standard under the JAVA version of the reference procedure of the source. Learning plays a significant role in JPEG2000 programming.
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"))
