搜索资源列表
Bresenham算法编程演示
- Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
MountainC
- 通过分形理论,用java语言编写出来的分形图形。完全用程序画出来的一座高山,令人难以置信吧?-through fractal theory, use the java language of fractal graphics. Procedures used completely out of a painting mountains, incredible?
图片旋转
- 我看到已经有些朋友传过C、vb等的代码,我现在为大家带来了JAVA实现的图片旋转程序,详细说明请见文件中的注释,谢谢支持-I have seen some friends came across C, vb the code, I now bring you a picture JAVA rotation procedures, detailed descr iption, see the Notes document, thank you support! !
PainterDemo.java
- 一个简单的Java画图程序,能画直线、椭圆和矩形,单击鼠标既可操作。-a simple Java drawing, and painting can be straight, oval and rectangle, click of the mouse can operate.
beisaier
- 这是关于贝塞尔曲线的java程序,用JBuilder编的-Bessel curve on the java procedures, the use of JBuilder series
yxMethod
- 关于Y-X扫描线算法的java程序,已调试,可运行-on Y-X-ray scanning algorithm java procedures, and testing can run
java_drawPanel
- 一个简单的java桌面程序,利用java的GDI函数编写的简单的画图板程序,包括画矩形、椭圆、直线、点、文字-a simple java desktop procedures, java using the GDI prepared by the simple drawing board procedures, including painting rectangle, oval, line, point, the text
PNGtoBMP
- 一个png图像转bmp图像的java程序,不带alpha通道变换,手机symbian开发必备-a png image transfer bmp image java procedures, non-alpha channel conversion, Development of essential phone symbian
qrcode_php0.50beta10.tar
- swetake公司开发的QR码程序的PHP版源代码(是JAVA版以及其他版本的原版)-swetake company developed the QR code version of the PHP source code (version of Java and other The original version)
ptplot5.6
- Ptplot 5.6是2维java数据绘图和直方图工具,可用于applet或java应用程序。
jisu
- 一个可运行的java程序,解压后有java源代码及jar配置文件
218625314920061162310534523974
- 日本人编的关于QRcode的编码和译码程序,使用java程序,有良好的可读性与移植性
绘制手机图片的程序Paint
- 手机图片绘图程序java实现-phone Photo Mapping procedures to achieve java
java图象缩放
- 利用java自身提供的方法来实现对图象的缩放处理,程序小只有2k,但是处理后的效果不好,不能满足高质量的缩放需求!-use for their own methods to achieve the right image scaling with the procedure only 2k small, but after the results are not satisfactory and could not meet demand for high-quality zoom!
java 画图
- java 画图 程序 java graphics program write by j2se
ParticleSystem
- 转载一个简单的粒子效果实现,便于学习粒子系统也可直接使用到自己的程序中。作者在他网站上做了个例子程序 http://www.jhlabs.com/java/particles.html-a simple particle system
JAVA_paint
- 本文讲述一个画图板应用程序的设计,屏幕抓图如下。这篇文章带有三个附件,其中两个jar文件都是j2sdk1.4.2_08编译打包,包含源代码,可执行-This paper describes the application of a drawing board design, screen shot below. Article with three attachments, two of which are j2sdk1.4.2_08 jar files compiled package, in
Painter.java.tar
- 简单实用的java绘图程序,帮助很快掌握java2d绘图关键技术。-A simple java drawing program, if you want to get the key point quickly, you can try it.
HumanDetection_HOG
- 基于HOG(histogram of gradient)的动图像中的人物识别。含java程序和视频数据。-people detection using HOG method.
java swing 切换图片小程序
- 利用java swing 中的JCoboBox 选择国家,显示相应国家 的图片,有助于初学者理解java swing 基本组件的使用