代码搜索:rectangles

找到约 312 项符合「rectangles」的源代码

代码结果 312
www.eeworm.com/read/340916/12124556

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/130612/14181344

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/127767/14337390

txt e587. filling basic shapes.txt

There are two ways to fill basic shapes like lines and rectangles. The first is to use specific drawing methods like Graphics.fillOval(). This example uses these methods. The second is to construct a
www.eeworm.com/read/468610/1485284

c cfbtileodd.c

/* * Fill odd tiled rectangles and spans. * no depth dependencies. */ /* Copyright (c) 1989 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this sof
www.eeworm.com/read/468610/1485298

c cfbrctstp8.c

/* * Fill 32 bit stippled rectangles for 8 bit frame buffers */ /* Copyright (c) 1989 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software an
www.eeworm.com/read/468610/1485307

c cfbtile32.c

/* * Fill 32 bit tiled rectangles. Used by both PolyFillRect and PaintWindow. * no depth dependencies. */ /* Copyright (c) 1989 X Consortium Permission is hereby granted, free of charge, to an
www.eeworm.com/read/457216/1599740

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/406309/2278983

c cfbtileodd.c

/* * Fill odd tiled rectangles and spans. * no depth dependencies. */ /* Copyright (c) 1989 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this sof
www.eeworm.com/read/406309/2278997

c cfbrctstp8.c

/* * Fill 32 bit stippled rectangles for 8 bit frame buffers */ /* Copyright (c) 1989 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software an
www.eeworm.com/read/406309/2279006

c cfbtile32.c

/* * Fill 32 bit tiled rectangles. Used by both PolyFillRect and PaintWindow. * no depth dependencies. */ /* Copyright (c) 1989 X Consortium Permission is hereby granted, free of charge, to an