代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/222074/14708350
cpp rectangle.cpp
// Rectangle.cpp: implementation of the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Rectangle.h"
////////////////
www.eeworm.com/read/222074/14708368
h rectangle.h
// Rectangle.h: interface for the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECTANGLE_H__189BE12F_3F2A_4812_BF48_1735381779F1__I
www.eeworm.com/read/221894/14715708
h rectangle.h
//Begin of 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(
www.eeworm.com/read/221894/14715711
h rectangle.h
//Begin of 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
www.eeworm.com/read/221888/14715772
gif rectangle.gif
www.eeworm.com/read/121709/14740730
bmp rectangle.bmp
www.eeworm.com/read/221293/14747613
class rectangle.class
www.eeworm.com/read/219776/14863909