代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/129125/14264896
java rectangle.java
public class Rectangle
extends Shape
{
protected double length, width;
public Rectangle(double _length, double _width)
{
name = "Rectangle";
length = _length;
www.eeworm.com/read/129125/14264934
class rectangle.class
www.eeworm.com/read/129125/14264940
java rectangle.java
public class Rectangle
extends Shape
{
protected double length, width;
public Rectangle(double _length, double _width)
{
name = "Rectangle";
length = _length;
www.eeworm.com/read/129125/14265017
class rectangle.class
www.eeworm.com/read/129125/14265022
java rectangle.java
public class Rectangle
extends Shape
{
protected double width, height;
public Rectangle(double _width, double _height)
{
type = "Rectangle";
width = _width;
he
www.eeworm.com/read/129125/14265043
class rectangle.class
www.eeworm.com/read/129125/14265047
java rectangle.java
public class Rectangle
extends Shape
{
protected double length, width;
public Rectangle(double _length, double _width)
{
name = "Rectangle";
length = _length;
www.eeworm.com/read/129125/14265058
class rectangle.class
www.eeworm.com/read/129125/14265062
java rectangle.java
public class Rectangle
extends Shape
{
protected double length, width;
public Rectangle(double _length, double _width)
{
name = "Rectangle";
length = _length;
www.eeworm.com/read/129125/14265122