代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/128604/5982281
java cropimagefilter.java
/* CropImageFilter.java -- Java class for cropping image filter
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/128604/5982301
java replicatescalefilter.java
/* ReplicateScaleFilter.java -- Java class for filtering images
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/128604/5982304
java areaaveragingscalefilter.java
/* AreaAveragingScaleFilter.java -- Java class for filtering images
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can r
www.eeworm.com/read/128604/5982315
java imagefilter.java
/* ImageFilter.java -- Java class for filtering images
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute i
www.eeworm.com/read/118801/6095066
3qt qdragmoveevent.3qt
'\" t
.TH QDragMoveEvent 3qt "9 December 2002" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a
www.eeworm.com/read/118793/6096713
3qt qfontmetrics.3qt
'\" t
.TH QFontMetrics 3qt "5 March 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a compl
www.eeworm.com/read/115238/6119951
java evolvedclass.java
/*
* Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
www.eeworm.com/read/111305/6158303
java square.java
/*
*
*
* Copyright (C) 2003 David Benson
*
* JGpd is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Fre
www.eeworm.com/read/155858/11843188
cpp 4elist1004.cpp
Rectangle::Rectangle():
itsWidth(5),
itsLength(10)
{
}
Rectangle::Rectangle (int width, int length):
itsWidth(width),
itsLength(length)
{
}