代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/240529/4572386
java rectangle.java
package com.javapatterns.liskov.version1;
public class Rectangle
{
private long width;
private long height;
public void setWidth(long width)
{
this.width = width
www.eeworm.com/read/240529/4572525
java rectangle.java
package com.javapatterns.composite.drawingsafe;
public class Rectangle extends Graphics
{
public void draw()
{
//write your code here
}
}
www.eeworm.com/read/240529/4572540
java rectangle.java
package com.javapatterns.composite.drawingtransparent;
public class Rectangle extends Graphics
{
public void draw()
{
//write your code here
}
public void add(Graph
www.eeworm.com/read/239750/4594546
h rectangle.h
//rectangle.h
class Point //基类声明
{
public:
void InitP(float xx=0, float yy=0) {X=xx;Y=yy;}
void Move(float xOff, float yOff) {X+=xOff;Y+=yOff;}
float GetX() {return X;}
float GetY() {return
www.eeworm.com/read/239750/4594549
h rectangle.h
//Rectangle.h
class Point //基类Point类的声明
{
public: //公有函数成员
void InitP(float xx=0, float yy=0) {X=xx;Y=yy;}
void Move(float xOff, float yOff) {X+=xOff;Y+=yOff;}
float GetX() {return X;}
floa
www.eeworm.com/read/237048/4632445
java rectangle.java
/* class Rectangle
*
* Copyright (C) 2001 R M Pitman
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licen
www.eeworm.com/read/237048/4633711
java rectangle.java
/* Rectangle.java -- represents a graphics rectangle
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/233448/4689135
java rectangle.java
/* Rectangle.java -- represents a graphics rectangle
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi
www.eeworm.com/read/230232/4723708
cs rectangle.cs
using System;
namespace CsharpPats
{
///
/// Summary description for Rectangle.
///
public class Rectangle
{
private int xp, yp, wr, hr;
public Rectangle(int x
www.eeworm.com/read/230232/4723725
cs rectangle.cs
using System;
namespace CsharpPats
{
///
/// Summary description for Rectangle.
///
public class Rectangle
{
private int xp, yp, wr, hr;
public Rectangle(int x