代码搜索:shape
找到约 10,000 项符合「shape」的源代码
代码结果 10,000
www.eeworm.com/read/160131/5576866
java shape.java
// Shape.java
// 定义形状接口
public interface Shape {
public abstract double area();
public abstract double volume();
public abstract String getName();
}
www.eeworm.com/read/154890/5631411
dsp shape.dsp
# Microsoft Developer Studio Project File - Name="shape" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/154890/5631697
cxx shape.cxx
//
// "$Id: shape.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This li
www.eeworm.com/read/154890/5631980
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/154890/5631996
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/153151/5652471
java shape.java
package com.javapatterns.simplefactory.exercise;
public interface Shape
{
void draw();
void erase();
}
www.eeworm.com/read/473001/6853815
h shape.h
/***************************************************************************
* blitz/array/shape.h
*
* $Id: arrayshape.h,v 1.1 1998/03/14 00:04:47 tveldhui Exp $
*
* Copyright (C) 19
www.eeworm.com/read/473001/6854029
cpp shape.cpp
/*
* Intended coverage: blitz/arrayshape.h
*/
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
TinyVector a1(1);
BZTEST(all(a1 =
www.eeworm.com/read/473077/6854903
cpp shape.cpp
//---------------------------------------------------------------------------
#include
#include
#pragma hdrstop
#include "Shape.h"
//--------------------------------------
www.eeworm.com/read/473077/6854905
h shape.h
//---------------------------------------------------------------------------
#ifndef ShapeH
#define ShapeH
//---------------------------------------------------------------------------
#include