代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/449189/7517082
class rectangle2.class
www.eeworm.com/read/449189/7517083
java rectangle2.java
//【例4.1】 接口与实现接口的类。
public class Rectangle2 implements PlaneGraphics2 //长方形类,覆盖平面图形接口
{
protected double length; //长度
protected double width; //宽度
public Rec
www.eeworm.com/read/449189/7517099
class rectangle2.class
www.eeworm.com/read/449189/7517105
class rectangle2.class
www.eeworm.com/read/449189/7517106
java rectangle2.java
//【例4.1】 接口与实现接口的类。
//4.3.2 创建、声明和导入包
import mypackage.PlaneGraphics2;
public class Rectangle2 implements mypackage.PlaneGraphics2 //长方形类,覆盖平面图形接口
{
protected double length;
www.eeworm.com/read/449189/7517150
class rectangle1.class
www.eeworm.com/read/449189/7517155
java rectangle1.java
//【例3.8】 抽象类与抽象方法。
public class Rectangle1 extends PlaneGraphics1 //长方形类
{
protected double length; //长度
protected double width; //宽度
public Rectangle1(doubl
www.eeworm.com/read/447511/7550016
h rectangle1.h
class Rectangle
{
public:
void Init(double Initx,double Inity); //设定宽、高的初始值
void Init1(double Initx);
double GetWidth(){return Width;} //得到宽度
double GetHeight(){return He
www.eeworm.com/read/438912/7720792
png 14_rectangle.png
www.eeworm.com/read/199880/7815372