代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/299152/7885028
htm zinheritexample2.htm
Example
function Polygon(iSides) {
this.sides
www.eeworm.com/read/144074/12819717
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/331525/12823633
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/331525/12823640
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/331525/12823649
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/331525/12823654
htm zinheritexample2.htm
Example
function Polygon(iSides) {
this.sides
www.eeworm.com/read/142519/12941891
cs ovalshape.cs
using System;
using System.Drawing;
namespace Netron.Lithium
{
///
/// A simple oval shape
///
public class OvalShape : ShapeBase
{
#region Constructor
///
www.eeworm.com/read/240686/13205222
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/136804/13359503
java swingshapemover.java
/*
* @(#)SwingShapeMover.java 1.2 98/07/31
*/
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import javax.swing.*;
/*
* This applet allows the user to move a tex
www.eeworm.com/read/307616/13719325
cpp ex7_01.cpp
// Ex7_01.CPP
// Exercising structures in the yard
#include
using std::cout;
using std::endl;
// Definition of a struct to represent rectangles
struct RECTANGLE
{
int Left;