代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/388262/8620974
h rectangle.h
/*
* rectangle filling function
* Copyright (c) 2003 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
*
www.eeworm.com/read/388251/8623467
hpp rectangle.hpp
/// @file Rectangle.hpp Defines a simple rectangle. Class declarations.
//============================================================================
//
// This file is part of GPSTk, the GPS Tool
www.eeworm.com/read/387475/8674648
class rectangle.class
www.eeworm.com/read/387475/8674707
class rectangle.class
www.eeworm.com/read/387475/8674761
class rectangle.class
www.eeworm.com/read/430804/8727918
class rectangle.class
www.eeworm.com/read/430804/8727924
java rectangle.java
class rectangle{
double length,width;
public rectangle(double length,double width){
this.length=length;
this.width=width;
}
public double area(){
return length*width;
}
}
www.eeworm.com/read/429569/8802565
java rectangle.java
public class Rectangle {
public int width = 0;
public int height = 0;
public Point origin;
// four constructors
public Rectangle() {
origin = new Point(0, 0);
}
public Re
www.eeworm.com/read/384633/8855475
cpp rectangle.cpp
// Rectangle.cpp: implementation of the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Rectangle.h"
#include "DrawView
www.eeworm.com/read/384633/8855600
h rectangle.h
// Rectangle.h: interface for the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECTANGLE_H__7B261BAE_4AE8_4AB0_B5CF_35B01EEB0625__I