代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/228730/14365012
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/228730/14365016
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/228730/14365022
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/228730/14365026
htm zinheritexample2.htm
Example
function Polygon(iSides) {
this.sides
www.eeworm.com/read/224612/14580657
cpp ex7_01.cpp
// EX7_01.CPP
// Exercising structures in the yard
#include
using namespace std;
// Definition of a struct to represent rectangles
struct RECTANGLE
{
int Left;
www.eeworm.com/read/122674/14676473
cpp prg3_1.cpp
#include
class Rectangle
{
private:
// length and width of the rectangle object
float length,width;
public:
// constructor
Rectangle(fl
www.eeworm.com/read/221894/14715710
cpp 7_2.cpp
//Begin of Rectangle.cpp
#include
#include
#include "rectangle.h"
void main()
{
Rectangle rect; //定义Rectangle类的对象
rect.InitR(2,3,20,10); //设置矩形的数据
rect.Move(3,2); //移动矩形
www.eeworm.com/read/221894/14715713
cpp 7_1.cpp
//Begin of Rectangle.cpp
#include
#include
#include "rectangle.h"
void main()
{
Rectangle rect; //定义Rectangle类的对象
rect.InitR(2,3,20,10); //设置矩形的数据
rect.Move(3,2); //移动矩形
www.eeworm.com/read/211015/15188794
cpp 7_2.cpp
//Begin of Rectangle.cpp
#include
#include
#include "rectangle.h"
void main()
{
Rectangle rect; //定义Rectangle类的对象
rect.InitR(2,3,20,10); //设置矩形的数据
rect.Move(3,2); //移动矩形
www.eeworm.com/read/211015/15188796
cpp 7_1.cpp
//Begin of Rectangle.cpp
#include
#include
#include "rectangle.h"
void main()
{
Rectangle rect; //定义Rectangle类的对象
rect.InitR(2,3,20,10); //设置矩形的数据
rect.Move(3,2); //移动矩形