代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/243813/12915198
class rectangle.class
www.eeworm.com/read/243813/12915256
java rectangle.java
// Rectangle.java: The Rectangle class that extends GeometricObject
public class Rectangle extends GeometricObject
{
protected double width;
protected double height;
// Default constructo
www.eeworm.com/read/141370/13017137
java rectangle.java
import java.awt.*;
public class Rectangle extends BoundedShape {
public Rectangle()
{
super();
}
public Rectangle( int x1, int y1, int x2, int y2 )
{
super( x1,
www.eeworm.com/read/328267/13036711
h rectangle.h
//-< RECTANGLE.H >---------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Post Relational Database Managemen
www.eeworm.com/read/327965/13053331
class rectangle.class
www.eeworm.com/read/327965/13053333
java rectangle.java
class Rectangle
{
int iHeight,iWide;
Rectangle( int height, int wide)
{
iHeight = height;
iWide = wide;
}
int GetLen()
{
return 2*(iHeight+iWide);
}
int
www.eeworm.com/read/139953/13119136
h rectangle.h
/****************************************************************
File Name: rectangle.h
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zhan
www.eeworm.com/read/139953/13119251
c rectangle.c
/****************************************************************
File Name: rectangle.C
Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995
Copyright(c) 1995 by Tian Zha
www.eeworm.com/read/139781/13132899
size,point,rectangle
Size构造函数-----------------------
public Size(Point)
public Size(int,int)
Point构造函数----------------------
public Point(int)
public Point(Size)
public Point(int,int)
Rectangle构造函数-----------------
www.eeworm.com/read/326453/13141310