代码搜索:rectangles
找到约 312 项符合「rectangles」的源代码
代码结果 312
www.eeworm.com/read/131315/5941803
c cfbtile32.c
/*
* Fill 32 bit tiled rectangles. Used by both PolyFillRect and PaintWindow.
* no depth dependencies.
*/
/*
Copyright 1989 by the Massachusetts Institute of Technology
Permission to use, copy,
www.eeworm.com/read/432926/1886115
pde pointslines.pde
/**
* Points and Lines.
*
* Constructing a simple dimensional form with lines and rectangles.
* Changing the value of the variable 'd' scales the image.
* The four variables set the positions b
www.eeworm.com/read/371859/9532903
java displayshapes.java
/**
*Title:DisplayShapes.java
*Descriprion:This applet class prints out rectangles and triangles,
*and also outputs their area and perimeter.
*@author: Peng yu
*/
import javax.swing
www.eeworm.com/read/272894/10937046
dpr extle.dpr
{
TLE
at first, make data discrete
for each discrete line, overlay the paper with rectangles from DOWN to UP
use "SEGMENT TREE" of segment to overlay the each segment on a discrete line
to
www.eeworm.com/read/272894/10937048
dpr ex.dpr
{
AC
at first, make data discrete
for each discrete line, overlay the paper with rectangles from UP to DOWN
use pointer "next" of segment as "THE PATH COMPRESSION of A DISJOINT SET" to overla
www.eeworm.com/read/272894/10937050
dpr extlepro.dpr
{
TLE
at first, make data discrete
for each discrete line, overlay the paper with rectangles from UP to DOWN
use "SEGMENT TREE" of segment to overlay the each segment on a discrete line
to
www.eeworm.com/read/117953/14893490
java morecolor.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Demonstrates drawing and filling 3D
* rectangles, and brightening and dar
www.eeworm.com/read/317007/3583782
java nestedrects.java
import objectdraw.*;
import java.awt.*;
// class to draw and manipulate a collection of nested rectangles.
public class NestedRects {
private FramedRect outerRect; // outermost rectangle in ne
www.eeworm.com/read/438718/1822859
py rect.py
# Module 'rect'.
#
# Operations on rectangles.
# There is some normalization: all results return the object 'empty'
# if their result would contain no points.
# Exception.
#
error = 'rect.error'
#
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;