代码搜索:rectangles
找到约 312 项符合「rectangles」的源代码
代码结果 312
www.eeworm.com/read/130612/14181382
java sketcher.java
// Chapter 18 Exercise 3
// Add fill support for rectangles, circles, and ellipses
/*
Elements are created as filled or unfilled depending on the state of the button
determining fill. The fill
www.eeworm.com/read/127964/14323718
m detect.m
% Given the original color image and the segmented image, displays a new image
% with rectangles indicating the face regions found.
function [imsource] = detect(imagecolor, imagesegmented)
clear
%
www.eeworm.com/read/224612/14580657
cpp ex7_01.cpp
// EX7_01.CPP
// Exercising structures in the yard
#include
using namespace std;
// Definition of a struct to represent rectangles
struct RECTANGLE
{
int Left;
www.eeworm.com/read/468610/1485288
c cfbfillrct.c
/*
* Fill rectangles.
*/
/*
Copyright (c) 1989 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the
www.eeworm.com/read/169697/5413353
faq
Frequent Asked Question and Anwser:
1, Why rectangles, states, are NOT properly nested sometimes ? It seems
They are nested correctly in some frames but not always. Also, the
incorrect nest
www.eeworm.com/read/341021/3260004
faq
Frequent Asked Question and Anwser:
1, Why rectangles, states, are NOT properly nested sometimes ? It seems
They are nested correctly in some frames but not always. Also, the
incorrect nest
www.eeworm.com/read/317007/3583776
java baserects.java
import objectdraw.*;
import java.awt.*;
// Class representing empty collection of nested rectangles
public class BaseRects implements NestedRectsIfc {
// constructor has nothing
www.eeworm.com/read/317007/3583777
java nestedrects.java
import objectdraw.*;
import java.awt.*;
// Recursive structure for collection of nested rectangles
public class NestedRects implements NestedRectsIfc {
private FramedRect outerRect; // outermos
www.eeworm.com/read/406309/2278987
c cfbfillrct.c
/*
* Fill rectangles.
*/
/*
Copyright (c) 1989 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the
www.eeworm.com/read/111805/15502979
java sketcher.java
// Chapter 18 Exercise 3
// Add fill support for rectangles, circles, and ellipses
/*
Elements are created as filled or unfilled depending on the state of the button
determining fill. The fill