代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/180227/5287689
c rectangle.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
#include
#include
#include
#include
#
www.eeworm.com/read/180227/5287754
c rectangle.c
/* Produce a rectangular wave on output 0 of a parallel port */
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/180222/5288240
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/174805/5356710
c rectangle.c
/*
* Copyright (c) 2004, Swen Moczarski.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/174538/5361086
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/174538/5361097
java rectangle.java
/*
* This example requires no changes from the 1.0 version. You can
* find the 1.0 version in ../example/Rectangle.java.
*/
www.eeworm.com/read/174538/5361110
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/174538/5361143
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/167665/5454915
c rectangle.c
/*
* Copyright (c) 2004, Swen Moczarski.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/167133/5467981
java rectangle.java
package java.awt;
/**
* class Rectangle - represents a (point, extension) tuple
*
* Copyright (c) 1998
* Transvirtual Technologies Inc. All rights reserved.
*
* See the file "license.terms"