代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/167562/5458750
cpp qrect.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the QtCore module of the Qt T
www.eeworm.com/read/368159/9708396
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/368159/9708400
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/368159/9708405
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/368159/9708408
htm zinheritexample2.htm
Example
function Polygon(iSides) {
this.sides
www.eeworm.com/read/268481/11137040
cpp 7_2.cpp
//Begin of Rectangle.cpp
#include
#include
#include "rectangle.h"
void main()
{
Rectangle rect; //定义Rectangle类的对象
rect.InitR(2,3,20,10); //设置矩形的数据
rect.Move(3,2); //移动矩形
www.eeworm.com/read/268481/11137043
cpp 7_1.cpp
//Begin of Rectangle.cpp
#include
#include
#include "rectangle.h"
void main()
{
Rectangle rect; //定义Rectangle类的对象
rect.InitR(2,3,20,10); //设置矩形的数据
rect.Move(3,2); //移动矩形
www.eeworm.com/read/266380/11228389
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/266380/11228395
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/266380/11228404
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin