代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/362872/9977698
cpp rectangle.cpp
// Rectangle.cpp: implementation of the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "paint.h"
#include "Rectangle.h"
www.eeworm.com/read/362872/9977746
h rectangle.h
// Rectangle.h: interface for the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECTANGLE_H__0ACFD382_6246_4551_96E1_300895B36D23__I
www.eeworm.com/read/362274/10008001
java rectangle.java
package oesee.teach.java.one.mycookies;
/**
* 方形类
*
* @author chen.jia.xun(Robanco) www.oesee.com
*
*/
public class Rectangle {
// 高度
double height;
// 宽度
double width;
www.eeworm.com/read/360310/10103966
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/359881/10118785
cpp rectangle.cpp
// Rectangle.cpp: implementation of the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyDraw.h"
#include "Rectangle.h
www.eeworm.com/read/359881/10118854
h rectangle.h
// Rectangle.h: interface for the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#includ
www.eeworm.com/read/359881/10118901
cpp rectangle.cpp
// Rectangle.cpp: implementation of the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyDraw.h"
#include "Rectangle.h
www.eeworm.com/read/359881/10118973
h rectangle.h
// Rectangle.h: interface for the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class
www.eeworm.com/read/359521/10140563
java rectangle.java
/*
* 创建日期 2006-1-31
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package ch6;
public class Rectangle {
private int x ;
private int y ;
private int width ;