代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/120429/14803781
java shape.java
// Page 101
abstract class Shape {
abstract double area();
}
class Circle extends Shape {
final double radius;
Circle(double radius) { this.radius = radius; }
double area(
www.eeworm.com/read/119496/14827785
cpp shape.cpp
// Shape.cpp: implementation of the CShape class.
//
//////////////////////////////////////////////////////////////////////
#include
#include "BlockList.h"
#include "FlooredBlocks.h
www.eeworm.com/read/119496/14827801
h shape.h
// Shape.h: interface for the CShape class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPE_H__B3B18BF2_FC20_47EF_83D0_196C3FE26760__INCLUDED_)
#
www.eeworm.com/read/119162/14837989
class shape.class
www.eeworm.com/read/119162/14838021
java shape.java
package whiteboard;
import java.awt.*;
import java.io.*;
abstract class shape implements Serializable
{
protected Point topleft;
protected Point bottomright;
public shape(Point
www.eeworm.com/read/117961/14892579
cc shape.cc
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/
www.eeworm.com/read/117961/14892607
h shape.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/
www.eeworm.com/read/117953/14893557
class shape.class
www.eeworm.com/read/117953/14893613
java shape.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
import java.awt.Point;
public abstract class Shape {
Point center;
p
www.eeworm.com/read/117319/14931043
cpp shape.cpp
/************************************************************************************************
// $Header:$
//*************************************************************************************