代码搜索:rectangle

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

代码结果 10,000
www.eeworm.com/read/243866/4518352

java rectangle.java

package com.javapatterns.composite.drawingtransparent; public class Rectangle extends Graphics { public void draw() { //write your code here } public void add(Graph
www.eeworm.com/read/241710/4558781

cs rectangle.cs

using System; namespace CsharpPats { /// /// Summary description for Rectangle. /// public class Rectangle { private int xp, yp, wr, hr; public Rectangle(int x
www.eeworm.com/read/241710/4558798

cs rectangle.cs

using System; namespace CsharpPats { /// /// Summary description for Rectangle. /// public class Rectangle { private int xp, yp, wr, hr; public Rectangle(int x
www.eeworm.com/read/241710/4558819

cs rectangle.cs

using System; using System.Drawing ; namespace CsharpPats { /// /// Draws a rectangle using a supplied Graphics object /// public class Rectangle { private int x, y,
www.eeworm.com/read/241710/4558837

cs rectangle.cs

using System; using System.Drawing ; namespace CsharpPats { /// /// Summary description for Rectangle. /// public class Rectangle:Shape { public Rectangle(int x, in
www.eeworm.com/read/241710/4559157

cs rectangle.cs

using System; namespace csPatterns { public class Rectangle { private int x1, x2, y1, y2; private int w, h; public Rectangle() { } //----- public void init(int x, int y) {
www.eeworm.com/read/241710/4559339

cs rectangle.cs

using System; using System.Drawing ; namespace CsharpPats { /// /// Draws a rectangle using a supplied Graphics object /// public class Rectangle { private int x, y,
www.eeworm.com/read/240529/4572378

java rectangle.java

package com.javapatterns.liskov.version3; public class Rectangle implements Quadrangle { private long width; private long height; public void setWidth(long width) {
www.eeworm.com/read/240529/4572380

java rectangle.java

package com.javapatterns.liskov.version4; public class Rectangle { private long width; private long height; public void setWidth(long width) { this.width = width
www.eeworm.com/read/240529/4572383

java rectangle.java

package com.javapatterns.liskov.version2; public class Rectangle { private long width; private long height; public void setWidth(long width) { this.width = width