代码搜索:rectangles

找到约 312 项符合「rectangles」的源代码

代码结果 312
www.eeworm.com/read/317007/3583872

java rectcollection.java

import objectdraw.*; // maintains a collection of FilledRects public class RectCollection { // the array used to hold the rectangles private FilledRect[] theRects; // the numbe
www.eeworm.com/read/317007/3583877

java rectcollection.java

import objectdraw.*; // maintains a collection of FilledRects public class RectCollection { // the array used to hold the rectangles private FilledRect[] theRects; // the numbe
www.eeworm.com/read/273763/4192896

sgml regions.sgml

Points, Rectangles and Regions Simple graphical data types GDK
www.eeworm.com/read/450769/1669653

bas shapeobject.bas

'ShapesObject.bas illustrates the properties of the ' following objects: ' Rectangle (includes rounded rectangles, squares) ' Ellipse (includes circles) ' Symbol ' Text ' Polyline ' Polyg
www.eeworm.com/read/356084/3042713

m plotpolarrppartition.m

% PlotPolarRPPartition -- Show partition of plane by anisotropic POLAR rectangles % Usage % PlotPolarRPPartition(basis,color,ax,D) % Inputs % basis RPtree specifying partition plane %
www.eeworm.com/read/353751/3082148

sgml regions.sgml

Points, Rectangles and Regions Simple graphical data types GDK
www.eeworm.com/read/284578/8916423

java drawingboard.java

package javabook; import java.awt.*; /** * This class allows the drawing of lines, circles, and rectangles in the programmer * designated color. * * This class is provided as freewar
www.eeworm.com/read/383259/8958989

java drawingboard.java

package javabook; import java.awt.*; /** * This class allows the drawing of lines, circles, and rectangles in the programmer * designated color. * * This class is provided as freewar
www.eeworm.com/read/131315/5941791

c cfbtileodd.c

/* * Fill odd tiled rectangles and spans. * no depth dependencies. */ /* Copyright 1989 by the Massachusetts Institute of Technology Permission to use, copy, modify, and distribute this software
www.eeworm.com/read/324136/3505276

c tkcanvas.c

/* * tkCanvas.c -- * * This module implements canvas widgets for the Tk toolkit. * A canvas displays a background and a collection of graphical * objects such as rectangles, lines, and texts. *