搜索资源列表
pictureAnanlyzer
- 简单的图像处理软件,用java实现,可以实现简单的图片效果,如锐化,模糊,灰度调节等.可直接运行其中的jar文件-simple image processing software, java achieve, can achieve a simple photo effects, such as sharpening, fuzzy, gray-scale adjustments. can run the jar files
JAVA_Pic_ZXM
- JAVA写的一个JAPPLET,可读取GIF和JPG图片并显示,读取时可选取多张或独取某文件夹下全部图片-JAVA write a JAPPLET can read GIF and JPG picture and showed that Read more can be selected for independence or a folder full picture
ImgExplorer
- 这是一个基于JDK1.5 编写的java swing应用程序。目前可以实现简单 JPG文件缩略图的浏览,并可按图片比例,全屏打开图片。 如果你想编写类似Windows资源管理器缩略图,或者ACDSEE图片缩略图的 功能可以参考本程序。
cliptojpg
- java的通过clip进行jpg,png文件的传递,显示。
MyPic
- 我的课程设计,是用JAVA写的看图软件,TREEVIEW实现了本地文件浏览.move.dll是用VC根据JNI实现像Winamp那样的黏性窗口.-curriculum design, and is written in Java using flashcards software Use TREEVIEW realization of the local paper here. Move.dll is under VC JNI to achieve as Winamp as the viscou
tupiansuxiao.rar
- 可以打开一个对话框选择1个或多个文件进行浏览。浏览器中有用于放大、缩小图片的按钮,Can open a dialog box to choose one or more files to browse. Browser are used to enlarge and narrow picture of the button
RayTracing
- 光线追踪程序,用Java实现。包含源代码,class文件和一个jpg格式的效果图。显示的是1000个球体和两个三角面片拼成的地板。-Ray Tracing program written in Java
RotateImageDemo
- Java图片旋转,使用Java语言编写程序,旋转图像文件,期间用到了滑动条jSlider事件处理技术,得到旋转角度(弧度制),图像缓冲区创建、创建bufImage的图形环境、让用于显示的缓冲区图像指向过滤后的图像、重载容器的paintComponent()方法等。-The Java Image rotation, using the Java language program, rotate the image file used during the the slider jSlider ev
Bitmap
- java用于生成bmp图像文件的类,暂时只实现了8位256色的填充-java class used to generate the bmp image files
2
- java 知识 结构图 学习 java 帮助 文件 -knowledge structures learning java java help files
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"))