代码搜索:shape

找到约 10,000 项符合「shape」的源代码

代码结果 10,000
www.eeworm.com/read/243866/4518202

java shape.java

package com.javapatterns.simplefactory.exercise; public interface Shape { void draw(); void erase(); }
www.eeworm.com/read/243809/4519160

java shape.java

// Shape.java // 定义形状接口 public interface Shape { public abstract double area(); public abstract double volume(); public abstract String getName(); }
www.eeworm.com/read/243634/4519594

c shape.c

/* File: shape.c */ #include #include #include #include #include #include #include
www.eeworm.com/read/241710/4558829

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/240722/4570415

cc shape.cc

// // shape.cc // // Copyright (C) 1996 Limit Point Systems, Inc. // // Author: Curtis Janssen // Maintainer: LPS // // This file is part of the SC Toolkit. // // The SC Toolkit
www.eeworm.com/read/240722/4570423

h shape.h

// // shape.h // // Copyright (C) 1996 Limit Point Systems, Inc. // // Author: Curtis Janssen // Maintainer: LPS // // This file is part of the SC Toolkit. // // The SC Toolkit i
www.eeworm.com/read/240529/4572390

java shape.java

package com.javapatterns.simplefactory.exercise; public interface Shape { void draw(); void erase(); }
www.eeworm.com/read/240248/4575509

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/240248/4575525

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/240204/4576440

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