代码搜索:rectangle

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

代码结果 10,000
www.eeworm.com/read/104260/6205586

java rectangle.java

package java.awt; /** * class Rectangle - represents a (point, extension) tuple * * Copyright (c) 1998 * Transvirtual Technologies Inc. All rights reserved. * * See the file "license.terms"
www.eeworm.com/read/103509/6215083

c rectangle.c

/* Produce a rectangular wave on output 0 of a parallel port */ #include #include #include #include #include #include
www.eeworm.com/read/101153/6237712

c rectangle.c

/* Produce a rectangular wave on output 0 of a parallel port */ #include #include #include #include #include #include
www.eeworm.com/read/456465/6286315

cpp rectangle.cpp

#include "Rectangle.h" Rectangle::Rectangle(float x,float y,float w,float h) :Point(x,y) { //Point(x,y); //创建无名对象 W = w; H = h; } float Rectangle::GetH() { return H; } float
www.eeworm.com/read/456465/6286331

obj rectangle.obj

www.eeworm.com/read/456465/6286333

h rectangle.h

#include "Point.h" class Rectangle:public Point { public: Rectangle(float x,float y,float w,float h); float GetH() ; float GetW() ; private: float W,H;//定义长和宽 };
www.eeworm.com/read/162611/6338551

cpp rectangle.cpp

#include "stdafx.h" #include "math.h" #include "MyPaint.h" #include "MyPaintDoc.h" #include "MyPaintView.h" #include "Entity.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/115265/6341108

o rectangle.o

www.eeworm.com/read/115265/6341129

h rectangle.h

/*************************************************************************** * Copyright (C) 2003 by ita * * tnagy@eleve.emn.fr
www.eeworm.com/read/115265/6341154

cpp rectangle.cpp

/*************************************************************************** * Copyright (C) 2003 by ita * * tnagy@eleve.emn.fr