代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/156115/11826601
java rectangle.java
public class Rectangle extends Shape{
double length;
double wide;
public Rectangle(double x,double y){
length = x ;
wide = y ;
www.eeworm.com/read/258299/11871685
txt rectangle.txt
1.矩形类:
#include
#include
class Rectangle
{
public:
Rectangle(int left,int bottom,int right,int top);
~Rectangle(){ }
//int GetLeft() {return itsLeft;}
int GetB
www.eeworm.com/read/258191/11877847
cpp rectangle.cpp
//: C09:Rectangle.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Accessors & mutators
class
www.eeworm.com/read/344336/11886836
js rectangle.js
www.eeworm.com/read/342591/12010226
class rectangle.class
www.eeworm.com/read/342591/12010303
java rectangle.java
//rectangle.java
package shape;
public class rectangle extends locate implements shapes{
public int width,height;
public double area(){
return width*height;
}
public double circulms(){
www.eeworm.com/read/342591/12010305
class rectangle.class
www.eeworm.com/read/153678/12012405
cpp rectangle.cpp
//: C09:Rectangle.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Accessors & mutators
www.eeworm.com/read/256173/12017011