代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/161513/5551571
h linkrectangle.h
/* **********************************************************************
*
*
*
* BBN Technologies, a Verizon Company
* 10 Moulton Street
* Cambridge, MA 02138
* (617) 873-800
www.eeworm.com/read/161513/5551821
java navmousemode2.java
// **********************************************************************
//
//
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright
www.eeworm.com/read/194440/8194396
m selcirc.m
function selcirc(action)
% like selbox except it is for a circle...uses function
% twoptcirc
% T. N. BISHOP, DECEMBER 1993, CPTC CANADA
%
% SELBOX is somewhat like the built in RBBOX except that
www.eeworm.com/read/293719/8277199
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Rectangle
=======================================================================
www.eeworm.com/read/134939/13969965
java mousemotionexample.java
/* MouseMotionListener will enable you to perform actions when the mouse moves over
a hotspot. You can also use this to drag things, that will require MouseListener and
MouseMotionListener at the
www.eeworm.com/read/235612/14061157
m selcirc.m
function selcirc(action)
% like selbox except it is for a circle...uses function
% twoptcirc
% T. N. BISHOP, DECEMBER 1993, CPTC CANADA
%
% SELBOX is somewhat like the built in RBBOX except that
www.eeworm.com/read/187478/8636862
c tvsplit2.c
/*
COPYRIGHT NOTICE
This material was developed by Christos Faloutsos and King-Ip Lin
at the University of Maryland, College Park, Department of Computer Science.
Permission is
www.eeworm.com/read/462800/7195886
c pw_region.c
#include
/* -------------------------------------------------------------------------- */
#define NO_GAP 0 /**< No gap. */
#define L_GAP 1 /**< Gap on left. */
#define T_GAP 2 /**< Gap
www.eeworm.com/read/284611/8913688
java soundmap.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/382060/9055564
js 8-1.js
// Define the constructor.
// Note how it initializes the object referred to by "this".
function Rectangle(w, h)
{
this.width = w;
this.height = h;
}
// Invoke the constructor to create two