代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/377991/2693696
java shape.java
/* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file di
www.eeworm.com/read/377893/2695234
cs shape.cs
using System;
using System.Drawing ;
namespace CsharpPats
{
///
/// Summary description for Shape.
///
public abstract class Shape {
protected int height, width;
www.eeworm.com/read/377359/2701883
java shape.java
package array;
public class Shape {
/**
* @param 1、写一个父类Shape他有两个属性x、y,三个子类Rectangle,
* Circle, triangle,Rectangle有两个属性width和length. Circle有一个
* 属性radius,shape有一个方法draw(),测试一下多态的例子。
www.eeworm.com/read/376825/2706805
js shape.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/376448/2710578
js shape.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/374323/2754378
js shape.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/373842/2757543
java shape.java
/**
* A interface
*/
public interface Shape {
public void Draw();
public void Border();
}
www.eeworm.com/read/373347/2764982
java shape.java
/*
* MicroEmulator
* Copyright (C) 2006 Bartek Teodorczyk
*
* It is licensed under the following two licenses as alternatives:
* 1. GNU Lesser General Public Licens
www.eeworm.com/read/364575/2902138
cs shape.cs
using System;
using System.Drawing ;
namespace CsharpPats
{
///
/// Summary description for Shape.
///
public abstract class Shape {
protected int height, width;
www.eeworm.com/read/364489/2903529
cpp shape.cpp
// Shape.cpp
//
// Base class for shapes.
//
// 5 june 1998 MB Started
//
// (C) Datasim Education BV 1998
#include "Shape.hpp"
// Constructors and destructor
Shape::Shape()
{ // Default