代码搜索:rectangles
找到约 312 项符合「rectangles」的源代码
代码结果 312
www.eeworm.com/read/402787/2318008
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;
www.eeworm.com/read/373026/2767675
m test_floorplan.m
% Example 8.7: Floorplan generation test script
% Section 8.8.1/2, Boyd & Vandenberghe "Convex Optimization"
% Joelle Skaf 12/04/05
%
% Rectangles aligned with the axes need to be place in the smalles
www.eeworm.com/read/201318/15410564
xml biabstractchartsection2.xml
Used as base class for the column rectangles in
www.eeworm.com/read/111805/15502957
java sketcher.java
// Chapter 18 Exercise 4
// Add fill support for curves
// This is a 'no-brainer' exercise as we need to do exactly the same for curves
// as we did for rectangles circles and ellipses.
/*
Elem
www.eeworm.com/read/391573/8396517
as shape_drawing_basic.as
/*
Drawing Methods for Basic Shapes v1.1
Oct. 29, 2002
(c) 2002 Robert Penner
These methods draw shapes such as lines, triangles, rectangles, and polygons.
Discussed in Chapter
www.eeworm.com/read/140878/13054635
java linesrectsovalsarcs.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class LinesRectsOvalsArcs extends JFrame {
public LinesRectsOvalsArcs(){
super( "Drawing lines, rectangles,ovals
www.eeworm.com/read/136812/5859490
h rectlist.h
/* @(#)rectlist.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* Defines the interface to the data structure called
* a rectlist which is a list of rectangles.
*
www.eeworm.com/read/114399/6124058
java linesrectsovalsarcs.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class LinesRectsOvalsArcs extends JFrame {
public LinesRectsOvalsArcs(){
super( "Drawing lines, rectangles,ovals
www.eeworm.com/read/127981/14322671
java linesrectsovalsarcs.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class LinesRectsOvalsArcs extends JFrame {
public LinesRectsOvalsArcs(){
super( "Drawing lines, rectangles,ovals
www.eeworm.com/read/328211/3446716
java region.java
package no.geosoft.cc.geometry;
/**
* A Region is simply an area, as the name implies, and is
* implemented as a so called "y-x-banded" array of rectangles; Each Region
* is made up of