代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/302865/13826067
plg rectangle.plg
Build Log
--------------------Configuration: Rectangle - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\WAN
www.eeworm.com/read/302865/13826070
dsw rectangle.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Rectangle"=".\Recta
www.eeworm.com/read/302865/13826071
h rectangle.h
#ifndef FILENAME_H
#define FILENAME_H
class Rectangle //一个矩形Rectangle类
{
public:
Rectangle();
void Move(int x,int y);
void Size(int w,int h);
void Where(int &x,int &y);
www.eeworm.com/read/152092/5676012
c rectangle.c
/* Produce a rectangular wave on output 0 of a parallel port */
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/144073/5753364
dsp rectangle.dsp
# Microsoft Developer Studio Project File - Name="rectangle" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/144073/5753365
plg rectangle.plg
Build Log
--------------------Configuration: rectangle - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\孙怡\
www.eeworm.com/read/144073/5753366
dsw rectangle.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/144073/5753367
cpp rectangle.cpp
#include
//////////////////////////////
struct point//点的结构
{
float x;
float y;
};
class rectangle//矩形类的定义
{
private:
point LeftBottom,RightTop;//左下角和右上角坐标
float area;/
www.eeworm.com/read/141979/5766617
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/141979/5766624
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