代码搜索:shape

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

代码结果 10,000
www.eeworm.com/read/316872/3604076

fig shape.fig

#FIG 3.2 Landscape Center Inches Letter 100.00 Single -2 1200 2 2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 0 0 6 4200 3600 4200 3075 4950 2325 7425 2325 8250 3150 8250 3600 2 1 1 1 0 7 50 0 -1 4.000 0 0 -1
www.eeworm.com/read/314938/3627716

java shape.java

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

java shape.java

/* * Shape - an abstract base class for other shapes. * Defines color and origin of shape, and getter/setters for those * Defines abstract methods area and perimeter for actual shapes */ public ab
www.eeworm.com/read/310986/3688420

java shape.java

/**************************************************************** * Copyright (c) 2001, David N. Main, All rights reserved. * * Redistribution and use in source and binary forms, with or * wi
www.eeworm.com/read/307661/3721707

java shape.java

/** * A interface */ public interface Shape { public void Draw(); public void Border(); }
www.eeworm.com/read/305874/3767635

java shape.java

package book.graphic.painter2D; import java.awt.Graphics; /** * 自定义图形的接口 */ public interface Shape { // 画图,每个自定义图形都必须实现该接口。 public void draw(Graphics g); }
www.eeworm.com/read/305712/3770175

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/305712/3770191

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/304657/3791688

java shape.java

/* Shape.java -- the classic Object-Oriented shape interface Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you
www.eeworm.com/read/304657/3793182

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