搜索资源列表
huatu
- //2.2编写一个APPLET程序 //当按下屏幕下方的按钮时, //上方画出相应的图形 //要求屏幕上在任一时刻只能有一个图形存在。本程序画的是三角形和正方形-//APPLET 2.2 write a program// bottom of the screen when you press the button,// Draw the top of the corresponding graphic// requests on the screen at any one time
drawBoard
- 简单的画板,可以画圆,三角,直线等 也可以选择颜色,粗细-A simple drawing board, you can draw a circle, triangle, line, etc. can also choose the color, thickness
zuoye1
- 画出三角形的代码,大家可以参考一下,另外还有其他的一些代码,希望大几十年国际的时候能够用到~-The code to draw a triangle, we can refer, in addition to some other code, I hope, when large international decades- can be used
deanm-pre3d-5453b65
- Pre3d是一个Javascr ipt库,以一个<canvas>元素将项目绘制成2D和3D场景。 -Pre3d is a Javascr ipt library, which will project a 3d scene into 2d, and draw it to a <canvas> element. The API is immediate mode, with the basic primitive of a Shape, consisting
RecursiveTriangle
- draw triangle with function of recursive command
MyTriangle
- 画三角形的java程序,高度由命令行参数确定,并带有异常控制,算是入门的小程序,-Java program draw a triangle, the height from the command line parameters to determine, with the exception control, be regarded as the entry procedures,
package
- 运用java平台 绘制 三角形 圆形 矩形 的java源程序-Use of the Java platform to draw the triangle round rectangle java source
window_save_open
- 在java面板中绘制矩形,三角形,圆形,箭头,直线等图形,并实现拖动,变化大小,可以保存当前文件,并打开文件进行编辑-Draw a rectangle, triangle, circle, arrow, straight line, etc. in the Java panel, and realize the drag, change the size, you can save the current file, and open the file to edit
RegulartionPolygon
- 在一个正n边形中,所有的边长都相同,且所有的度数都相同。设计一个RegularPolygon的类,要求可以计算这个正多边形的面积和周长。要求画出该类的UML图并实现这个类。编写一个测试程序,分别测试正三角形、正五边形、正六边形的面积和周长。-In an n-gon, all sides are the same length, and all have the same degree. RegularPolygon design a class that requires regular pol
