代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/279804/10392886
js 03.js
// Here is a simple Rectangle class.
// It has a width and height and can compute its own area
function Rectangle(w, h) {
this.width = w;
this.height = h;
}
Rectangle.prototype.area = function
www.eeworm.com/read/443900/7620765
cpp 5.13-构造函数-初始化成员变量.cpp
Rectangle::Rectangle():
itsWidth(5),
itsLength(10)
{
}
Rectangle::Rectangle (int width, int length):
itsWidth(width),
itsLength(length)
{
}
www.eeworm.com/read/136822/5849379
3qt qfontmetrics.3qt
'\" t
.TH QFontMetrics 3qt "24 January 2005" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a co
www.eeworm.com/read/136819/5852824
3qt qfontmetrics.3qt
'\" t
.TH QFontMetrics 3qt "29 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a co
www.eeworm.com/read/136816/5854285
3qt qfontmetrics.3qt
'\" t
.TH QFontMetrics 3qt "17 July 2003" "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/130105/5964609
h raster.h
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
www.eeworm.com/read/128604/5981566
java basicgraphicsutils.java
/* BasicGraphicsUtils.java
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the