代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/266380/11228409
htm zinheritexample2.htm
Example
function Polygon(iSides) {
this.sides
www.eeworm.com/read/236201/14028419
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/236201/14028426
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/236201/14028435
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/236201/14028441
htm zinheritexample2.htm
Example
function Polygon(iSides) {
this.sides
www.eeworm.com/read/111805/15502841
java testrectangle.java
//CHAPTER 5, SOLUTION 1
// This tests the Rectangle class that appears in the same directory as this.
public class TestRectangle {
public static void main(String args[]) {
Rectangle[] re
www.eeworm.com/read/109555/15554464
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/109555/15554466
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/109554/15554598
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/109554/15554600
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); //移动矩形