代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/112040/15494909
h shape.h
/***************************************************************************
shape.h - description
-------------------
begin
www.eeworm.com/read/112037/15495016
class shape.class
www.eeworm.com/read/111805/15503047
java shape.java
// Chapter 6 Exercise 3
// BASE CLASS FOR SHAPES - it is still an abstract class since it does not
// implement the show() method declared in the ShapeInterface.
// The move() method that is im
www.eeworm.com/read/111805/15503056
java shape.java
// Chapter 6 Exercises 1 & 2
// ABSTRACT BASE CLASS FOR SHAPE.
// The move() method that is implemented here assumes shapes are defined
// relative to the reference point, position, so subclass
www.eeworm.com/read/110378/15535409
class shape.class
www.eeworm.com/read/110378/15535419
java shape.java
/**
* A interface
*/
public interface Shape {
public void Draw();
public void Border();
}
www.eeworm.com/read/108721/15577920
java shape.java
/* Generated by Together */
abstract public class Shape {
public Shape(Drawing drawing) {
drawingUtility = drawing;
}
public abstract void draw();
public void drawL
www.eeworm.com/read/106781/15622341
class shape.class
www.eeworm.com/read/106781/15622364
java shape.java
www.eeworm.com/read/106331/15639241