代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/466324/7032737
java exercise9_8.java
// Exercise9_8.java:
public class Exercise9_8 {
public static void main(String[] args) {
new Exercise9_8();
}
public Exercise9_8() {
GeometricObject[] a = {new Circle(5), new Cyl
www.eeworm.com/read/104147/7141212
java example41.java
public class Rectangle {
public int width = 0;
public int height = 0;
public Point origin;
// four constructors
public Rectangle() {
origin = new Point(0, 0);
}
www.eeworm.com/read/456187/7355438
java exercise9_8.java
// Exercise9_8.java:
public class Exercise9_8 {
public static void main(String[] args) {
new Exercise9_8();
}
public Exercise9_8() {
GeometricObject[] a = {new Circle(5), new Cyl
www.eeworm.com/read/439758/7702177
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/439758/7702179
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/439758/7702182
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/439758/7702184
htm zinheritexample2.htm
Example
function Polygon(iSides) {
this.sides
www.eeworm.com/read/299152/7884995
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/299152/7885006
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/299152/7885020
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin