代码搜索:rectangle

找到约 10,000 项符合「rectangle」的源代码

代码结果 10,000
www.eeworm.com/read/175116/9559970

h graphic.h

/* * $Id: graphic.h,v 1.2 2003/08/29 03:13:17 casic Exp $ * * graphic.h : draw graphics on LCD * * Copyright (C) 2003 ynding ( haoanian@263.net ) * * This program is free software; you c
www.eeworm.com/read/175115/9560042

h graphic.h

/* * $Id: graphic.h,v 1.2 2003/08/29 03:13:18 casic Exp $ * * graphic.h : draw graphics on LCD * * Copyright (C) 2003 ynding ( haoanian@263.net ) * * This program is free software; you c
www.eeworm.com/read/169056/9884331

java rectanglearea.java

// this program calculates the area of a rectangle // given its length and width public class RectangleArea { public static void main(String[] args) { double length, width, area; le
www.eeworm.com/read/165806/10050964

html imagemapcheat.html

ImageMap Demo Cheat Sheet Live Feedback ImageMap (Hints) The seven areas and the nine actions they trigger are: My face is surrounded by a
www.eeworm.com/read/279804/10392924

js 11.js

// A Comparable class with an abstract method // so that we can define classes that "provide" Comparable. var Comparable = defineClass({ name: "Comparable", methods: { compareTo: function(that
www.eeworm.com/read/160624/10513397

c threads.c

/******************************************************************************\ * This is a part of the Microsoft Source Code Samples. * Copyright (C) 1993 Microsoft Corporation. *
www.eeworm.com/read/351177/10675374

h interfa2.h

///////////////////////// // Interfa2.h : v0010 // Written by : Li Haijun // Compiler : Microsoft Visual C++ 4.0 // v0010 : Nev.7.1996 ///////////////////////// ////////////////////////////
www.eeworm.com/read/418899/10892486

h rectscaler.h

/* * ============================================================================== * Name : RectScaler.h * Part of : OcrExample * Interface : * Description : * Version :
www.eeworm.com/read/271560/10989593

nlogo bloodcells.nlogo

globals [number concentration] ;; global variables are the numbe of cells and concentration breeds [cells] ;; let's call them cells instead of turtles cells
www.eeworm.com/read/416329/11032535

m fillrect_ulwh.m

% % fill the rectangle region specified by upper left corner width % % and height of recangle. % % INPUT % % ul=[x0,y0] i.e coordinates of upper left corner of rectangle % % w: width of rectangl