代码搜索:rectangles

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

代码结果 312
www.eeworm.com/read/167133/5468018

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistri
www.eeworm.com/read/340665/3282782

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistri
www.eeworm.com/read/304657/3793215

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistri
www.eeworm.com/read/440906/1784463

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can redistri
www.eeworm.com/read/174006/9612628

txt 10.2.txt

Listing 10.2 Drawing Rectangles with a HatchBrush private void Form1_Click(object sender, System.EventArgs e) { Random randNum = new Random( DateTime.Now.Millisecond ); int width = randNum.Next( t
www.eeworm.com/read/233448/4689173

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can r
www.eeworm.com/read/304657/3791723

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can r
www.eeworm.com/read/162614/5535150

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can r
www.eeworm.com/read/162519/5544682

java rectangle2d.java

/* Rectangle2D.java -- generic rectangles in 2-D space Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation This file is part of GNU Classpath. GNU Classpath is free software; you can r
www.eeworm.com/read/232874/4696006

m genrandomrects.m

function I = GenRandomRects(n,k); % This function generates an nxn image of k random rectangles I = zeros(n); for j = 1:k x1 = floor(rand * n); x2 = floor(x1 + rand * (n - x1));