代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/480485/1317701
java shape.java
/**
* A interface
*/
public interface Shape {
public void Draw();
public void Border();
}
www.eeworm.com/read/480125/1322951
cpp shape.cpp
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/
www.eeworm.com/read/480125/1322977
h shape.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/
www.eeworm.com/read/476965/1365409
h shape.h
#ifndef __SHAPE_H__
#define __SHAPE_H__
//INCLUDES
//System Includes
#include
#include
namespace NShapes
{
enum TShapeType
{
KRectangle = 1,
www.eeworm.com/read/476965/1365423
cpp shape.cpp
/**
*
* @brief Definition of TShape
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// INCLUDE FILES
#include "shape.h"
using namespace NShapes;
EXPORT_C TShape::TShape(T
www.eeworm.com/read/473367/1399568
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/470713/1454329
java shape.java
/* Shape.java -- the classic Object-Oriented shape interface
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can re
www.eeworm.com/read/470693/1466219
java shape.java
/* Shape.java -- the classic Object-Oriented shape interface
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can re
www.eeworm.com/read/470437/1470897
java shape.java
// Shape.java
// 定义形状接口
public interface Shape {
public abstract double area();
public abstract double volume();
public abstract String getName();
}
www.eeworm.com/read/468610/1485134
h shape.h
/************************************************************
Copyright (c) 1989 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and assoc