代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/184890/9066996
cpp rectangle.cpp
//: C09:Rectangle.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Accessors & mutators
class
www.eeworm.com/read/184552/9094503
class rectangle.class
www.eeworm.com/read/184552/9094592
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/184552/9094595
class rectangle.class
www.eeworm.com/read/381232/9101242
txt rectangle.txt
2 ! symetry C2v
8 ! number of cylinders in the irredcutible sector
2 !order of truncature for cylinder bessel expansion
1 !order of truncature for cladding bessel expansio
www.eeworm.com/read/281832/9131011
h rectangle.h
/* rectangle.h */
#ifndef __RECTANGLE_H__
#define __RECTANGLE_H__
#include "polygon.h"
#include
class CRectangle : public CPolygon
{
public:
virtual double area(void) cons
www.eeworm.com/read/281832/9131027
cpp rectangle.cpp
#include "rectangle.h"
#include "dynclass.h"
DYN_DECLARE(CRectangle);
double CRectangle::area(void) const
{
std::cout
www.eeworm.com/read/281673/9141706
cpp rectangle.cpp
//: C09:Rectangle.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Accessors & mutators
class
www.eeworm.com/read/182959/9182512
png rectangle.png
www.eeworm.com/read/182959/9182547