代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/292139/8375778
class rectangle1.class
www.eeworm.com/read/292139/8375788
java rectangle1.java
//【例3.8】 抽象类与抽象方法。
public class Rectangle1 extends PlaneGraphics1 //长方形类
{
protected double length; //长度
protected double width; //宽度
public Rectangle1(doubl
www.eeworm.com/read/428438/8869407
png other_rectangle.png
www.eeworm.com/read/184890/9066989
cpp rectangle2.cpp
//: C09:Rectangle2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Accessors & mutators with "ge
www.eeworm.com/read/184769/9078970
c cairo-rectangle.c
/* cairo - a vector graphics library with display and print output
*
* Copyright © 2002 University of Southern California
* Copyright © 2005 Red Hat, Inc.
* Copyright © 2006 Red Hat, Inc.
*
* Th
www.eeworm.com/read/281673/9141694
cpp rectangle2.cpp
//: C09:Rectangle2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Accessors & mutators with "ge
www.eeworm.com/read/182959/9182515
png pressed_rectangle.png
www.eeworm.com/read/182959/9182550
png pressed_rectangle.png
www.eeworm.com/read/182843/9188413
lua solid rectangle.lua
-- Solid rectangle
-- Sets an area of the map to a specified block
function main ()
local w = mappy.getValue(mappy.MAPWIDTH)
local h = mappy.getValue(mappy.MAPHEIGHT)
if (w == 0) then
m
www.eeworm.com/read/366706/9802034
java~1~ rectangle.java~1~
package counttest;
public class Rectangle extends GeometricObject {
private double width;
private double height;
/** Construct a rectangle with default properties */
public Rectangle(