代码搜索:rectangles
找到约 312 项符合「rectangles」的源代码
代码结果 312
www.eeworm.com/read/115273/6117699
c test3.c
/* test for behavior of _XmRegionUnionRectWithRegion with
rectangles that overlap */
#include
#include
extern void print_region();
int
main(int argc,
char **argv)
{
X
www.eeworm.com/read/115272/6119021
c test3.c
/* test for behavior of _XmRegionUnionRectWithRegion with
rectangles that overlap */
#include
#include
extern void print_region();
int
main(int argc,
char **argv)
{
X
www.eeworm.com/read/457216/1599725
m floor_plan_graphs.m
% Solve a floor planning problem given graphs H & V
% Section 8.8.1/2, Example 8.7, Boyd & Vandenberghe "Convex Optimization"
% Joelle Skaf - 11/13/05
% (a figure is generated)
%
% Rectangles aligned
www.eeworm.com/read/209211/4984292
c rre.c
#include "vnc.h"
#include "vncs.h"
/*
* rise and run length encoding, aka rre.
*
* the pixel contained in r are subdivided into
* rectangles of uniform color, each of which
* is encoded by
www.eeworm.com/read/194563/5127907
tex rect.tex
\section{\class{wxRect}}\label{wxrect}
A class for manipulating rectangles.
\wxheading{Derived from}
None
\wxheading{Include files}
\wxheading{See also}
\helpref{wxPoint}{wxpoint}
www.eeworm.com/read/190056/5189570
tex rect.tex
\section{\class{wxRect}}\label{wxrect}
A class for manipulating rectangles.
\wxheading{Derived from}
None
\wxheading{Include files}
\wxheading{See also}
\helpref{wxPoint}{wxpoint}
www.eeworm.com/read/171581/5393271
java rectanglecelleditor.java
/*
* 08/10/2005
*
* RectangleCellEditor.java - Editor component for rectangles.
* Copyright (C) 2005 Robert Futrell
* email@address.com
* www.website.com
*
* This program is free softw
www.eeworm.com/read/432926/1886111
pde mouse1d.pde
/**
* Mouse 1D.
*
* Move the mouse left and right to shift the balance.
* The "mouseX" variable is used to control both the
* size and color of the rectangles.
*/
int gx = 15;
int gy = 35
www.eeworm.com/read/373026/2767661
m floor_plan_graphs.m
% Solve a floor planning problem given graphs H & V
% Section 8.8.1/2, Example 8.7, Boyd & Vandenberghe "Convex Optimization"
% Joelle Skaf - 11/13/05
% (a figure is generated)
%
% Rectangles aligned
www.eeworm.com/read/469532/6929929
java drawshapes.java
// Draw random lines, rectangles and ovals
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class DrawShapes extends JApplet {
private JButton choices[];
privat