搜索资源列表
RayTracing
- 光线追踪程序,用Java实现。包含源代码,class文件和一个jpg格式的效果图。显示的是1000个球体和两个三角面片拼成的地板。-Ray Tracing program written in Java
JImage
- JImage is class that help programmers easy work with images in java. This class have this methods: saveImage loadImage setPixel setRGB getPixel getRGB getImage setImage getImageType and more -JImage is class that help programmers
Bitmap
- java用于生成bmp图像文件的类,暂时只实现了8位256色的填充-java class used to generate the bmp image files
GUI
- 通过java写应用程序,画笑脸图形,通过类的定义和测试实现-Application written in java, painting smiley graphic, by the definition of the class and test
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"))