代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/208502/15246038
class rectangle_.class
www.eeworm.com/read/208502/15246043
java rectangle_.java
/*
* 创建日期 2005-11-5
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package src;
/**
* @author flash
*
* TODO 要更改此生成的类型注释的模板,请转至 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
i
www.eeworm.com/read/208264/15249397
cpp rectangle.cpp
#include
class Rect
{
private:
int X1;
int Y1;
int X2; //或长 int len;
int Y2; //或宽 int wid;
public:
Rect(int x1, int y1, int x2, int y2);
Rect(Rect &r);
v
www.eeworm.com/read/208023/15255720
cs rectangle.cs
using System;
class Rectangle
{
private int iHeight;
private int iWidth;
// 缺省构造函数
public Rectangle()
{
Height=0;
Width=0;
}
// 构造函数重载
public Rectangle(int w
www.eeworm.com/read/208023/15255722
exe rectangle.exe
www.eeworm.com/read/207039/15283723
class rectangle.class
www.eeworm.com/read/205788/15306943
class rectangle.class
www.eeworm.com/read/205788/15306981
java rectangle.java
//rectangle.java
package shape;
public class rectangle extends locate implements shapes{
public int width,height;
public double area(){
return width*height;
}
public double circulms(){
www.eeworm.com/read/205788/15306982
class rectangle.class
www.eeworm.com/read/13532/277572
cpp rectangle.cpp
// Rectangle.cpp: implementation of the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "test1.h"
#include "Rectangle.h"