代码搜索:rectangle

找到约 10,000 项符合「rectangle」的源代码

代码结果 10,000
www.eeworm.com/read/131699/5928255

cs mainmenuitemdrawing.cs

// ***************************************************************************** // Copyright 2004, 王兴(wangxing) // All rights reserved. The software and associated documentation // supplied he
www.eeworm.com/read/123117/6063082

java bufferedshapemover.java

import java.awt.*; import java.awt.event.*; import java.applet.Applet; import java.awt.image.*; public class BufferedShapeMover extends Applet{ static protected Label label; public void init(){
www.eeworm.com/read/123117/6063092

java shapemover.java

/* * @(#)ShapeMover.java 1.2 98/07/31 */ import java.awt.*; import java.awt.event.*; import java.applet.Applet; import java.awt.image.*; /* * This applet allows the user to move a texture painte
www.eeworm.com/read/123117/6063097

java swingshapemover.java

/* * @(#)SwingShapeMover.java 1.2 98/07/31 */ import java.awt.*; import java.awt.event.*; import java.awt.image.*; import javax.swing.*; /* * This applet allows the user to move a texture painte
www.eeworm.com/read/348004/11618367

htm zinheritexample1.htm

Example function Polygon(iSides) { this.s
www.eeworm.com/read/348004/11618373

htm polygonexample.htm

Example function Polygon(iSides) { this.sides = iSides; } Polygon.prototype.getArea = function () { r
www.eeworm.com/read/348004/11618383

htm dynamicprototypepolygonexample.htm

Example function Polygon(iSides) { this.sides = iSides; if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/348004/11618389

htm zinheritexample2.htm

Example function Polygon(iSides) { this.sides
www.eeworm.com/read/343392/11952755

cs mainmenuitemdrawing.cs

using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; namespace Dev4Arabs { /// /// This Class Has methods
www.eeworm.com/read/340916/12124556

cpp ex7_01.cpp

// Ex7_01.cpp // Exercising structures in the yard #include using std::cout; using std::endl; // Definition of a struct to represent rectangles struct RECTANGLE { int Left;