代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/153440/12033783
ps rectangle.ps
%!PS-Adobe-2.0 EPSF-2.0
%%Title: /u/user/loos/DemoGNG/tex/eps/Rectangle.ps
%%Creator: XV Version 3.10a Rev: 12/29/94 - by John Bradley
%%BoundingBox: 36 289 559 553
%%Pages: 1
%%DocumentFonts:
%%En
www.eeworm.com/read/153440/12034026
gif rectangle.gif
www.eeworm.com/read/341966/12052572
cls rectangle.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/341732/12068260
h rectangle.h
#ifndef __RECTANGLE_H__
#define __RECTANGLE_H__
#include
/**
*
* @class CRectangle Rectangle.h
* @brief This is a class to define a rectangle and is an implementation of
www.eeworm.com/read/341732/12068278
cpp rectangle.cpp
/**
*
* @brief Definition of CRectangle
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// Class Includes
#include "rectangle.h"
// System Includes
#include
cons
www.eeworm.com/read/341217/12098705
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/341217/12098709
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/341217/12098718
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/341217/12098728
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