搜索资源列表
myThreadDraw
- 用java多线程实现绘图,共有10个对象,有矩形、椭圆等。-Using java multi-threading to achieve drawing, a total of 10 objects, there is a rectangle, ellipse and so on.
Ellipse-Again
- 一个基于java3d的程序,可以自定义椭球面的参数并显示,支持多种显示方式。-A program based on java3d can customize the ellipsoid parameters and display, support for multiple display.
drawingpanel
- Java 写的画图板,通过这个小程序,大家可以了解到:建立输入输出流、按钮数组,存放以下名称的功能按钮、创建基本操作按钮,包括"新建"、"打开"、"保存"等、定义铅笔画,也就是用鼠标拖动着随意绘图、绘制以指定颜色填充的实心矩形、绘制以指定颜色填充的实心椭圆、绘制以指定颜色填充的实心圆角矩形、橡皮擦,可用来擦去已经绘制好的图案、选择颜色按钮,可用来选择需要的颜色、选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化…… -Java to write the drawing board,
Mydrawing
- 主要就是java中画笔的使用,画出椭圆,举行,线条,并能删除它们重画,并能给图形添加颜色。-Mainly the use of java in the brush, draw an ellipse, hold, line, and can delete them painted, and to give graphics to add color.
Testshape
- 使用java语言描述的三角形。矩形和椭圆的周长、面积的计算。-Using java language to describe the triangle. Rectangle and ellipse perimeter, area calculations.
DrawProject.zip
- 该源代码是一个简单的画图板的java实现。画图板的应用简单灵巧,其占用资源少、操作简单;可以实现一些简单的画图应用操作。其功能较少但是可以为用户的小型图形应用工作带来了很多便利。能实现简单的作图如:画直线、曲线、椭圆、矩形等;也可以实现图像保存、打开、选择颜色等功能。,The source code is a java implementation of a simple drawing board. Drawing board application is simple and smart,
Draw
- 通过JAVA程序的开发,实现基本绘图的功能。画直线,曲线,椭圆,圆。明白java的类层关系,掌握基本的java编程-Through the development of JAVA program, the realization of the basic drawing functions. Draw a straight line, curve, ellipse, circle. Understand the layer to Java, basic knowledge of Java pro
Ellipse
- 使用java实现中点Bresenham画椭圆-Using java to achieve the midpoint of Bresenham painted oval
ecc
- ECC椭圆加密代码,内含样例代码。是java版本的,很好,建议收藏!-ECC ellipse encryption code, it contains sample code. Is a Java version, is very good, it is recommended that the collection!
jiqimao
- Div画的机器猫图形源码,一共用了2010个div,今年是2010年嘛,用到的技术为 java scr ipt+HTML4+CSS2 ,在目前几乎所有主流浏览中都能有一致的显示。 有DrJs作基础,用div在网页上堆图像就简单多了,比如说用它来画一个机器猫。应该说,机器猫是一个非常适合用程序来画的形象,因为它主要由圆(包括椭圆、圆弧)、简单的多边形以及直线组成。具体的绘制过程就不详述了,简单来说就是使用 DrJs 在指定的地方做画圆画线等操作,最后组成一个机器猫的形象。 这个