代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/313005/13598841
java rectangle.java
package com.javapatterns.liskov.version3;
public class Rectangle implements Quadrangle
{
private long width;
private long height;
public void setWidth(long width)
{
www.eeworm.com/read/313005/13598843
java rectangle.java
package com.javapatterns.liskov.version4;
public class Rectangle
{
private long width;
private long height;
public void setWidth(long width)
{
this.width = width
www.eeworm.com/read/313005/13598846
java rectangle.java
package com.javapatterns.liskov.version2;
public class Rectangle
{
private long width;
private long height;
public void setWidth(long width)
{
this.width = width
www.eeworm.com/read/313005/13598849
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/313005/13598987
java rectangle.java
package com.javapatterns.composite.drawingsafe;
public class Rectangle extends Graphics
{
public void draw()
{
//write your code here
}
}
www.eeworm.com/read/313005/13599002
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/312202/13616720
h rectangle.h
#include
using namespace std;
class Rectangle : public Shape
{
public:
Rectangle(double _width, double _height);
double area();
double girth();
void show();
private:
Rectan
www.eeworm.com/read/309387/13673030
h rectangle.h
#if !defined(AFX_RECTANGLE_H__A986A0D2_B64E_4DAE_9591_136BE7EA8B2B__INCLUDED_)
#define AFX_RECTANGLE_H__A986A0D2_B64E_4DAE_9591_136BE7EA8B2B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/309387/13673042
cpp rectangle.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/308016/13711243
h rectangle.h
#ifndef N_RECTANGLE_H
#define N_RECTANGLE_H
//------------------------------------------------------------------------------
/**
A 2d rectangle class.
@author
- RadonLabs GmbH