代码搜索:rectangle

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

代码结果 10,000
www.eeworm.com/read/340916/12124984

bmp rectangle.bmp

www.eeworm.com/read/254578/12129074

class rectangle.class

www.eeworm.com/read/254578/12129315

java rectangle.java

public class Rectangle { public int width = 0; public int height = 0; public Point origin; // four constructors public Rectangle() { origin = new Point(0, 0); }
www.eeworm.com/read/253866/12180849

hpp rectangle.hpp

// Begin Rectangle.hpp #include class Point // holds x,y coordinates { // no constructor, use default public: void SetX(int x) { itsX = x; } void SetY(int y) { itsY =
www.eeworm.com/read/253842/12183894

cpp rectangle.cpp

// Rectangle.cpp: implementation of the CRectangle class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "画图.h" #include "Rectangle.h"
www.eeworm.com/read/253842/12183948

h rectangle.h

// Rectangle.h: interface for the CRectangle class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_RECTANGLE_H__1349D6A2_E9EF_4336_AA7D_841AE81DFDD8__I
www.eeworm.com/read/151459/12209629

h rectangle.h

class Point { public: Point(float xx=0,float yy=0) {x=xx;y=yy;} Point(Point &p){x=p.x;y=p.y;} ~Point(){}; float Getx(){return x;} float Gety(){return y;} void SetP(float xx=0,float yy=
www.eeworm.com/read/151459/12209632

cpp rectangle.cpp

#include #include #include"Rectangle.h" void main() {Rectangle rect; rect.Set(10,10,20,30); rect.Move(5,5); cout
www.eeworm.com/read/251835/12317754

m rectangle.m

function zr = rectangle(M) %RECTANGLE Return the corners of the rectangle in the fundamental domain. % Copyright 1998 by Toby Driscoll. % $Id: rectangle.m 7 1998-05-10 04:37:19Z tad $ zr =
www.eeworm.com/read/250984/12371859

bmp rectangle.bmp