代码搜索:rectangles

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

代码结果 312
www.eeworm.com/read/228954/4761991

cs linesrectanglesovals.cs

// Fig. 13.14: LinesRectanglesOvals.cs // Demonstrating lines, rectangles and ovals. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Win
www.eeworm.com/read/360971/2955118

java linesrectsovals.java

// Fig. 28.14: LinesRectsOvals.java // Drawing lines, rectangles and ovals import java.awt.*; import java.awt.event.*; import javax.swing.*; public class LinesRectsOvals extends JFrame { pr
www.eeworm.com/read/260015/4335634

java linesrectsovals.java

// Fig. 12.14: LinesRectsOvals.java // Drawing lines, rectangles and ovals. import java.awt.*; import javax.swing.*; public class LinesRectsOvals extends JFrame { // set window's title bar
www.eeworm.com/read/443320/7634692

sce~ gsm.sce~

// NAME:M.Chiranjeevi Reddy // COURSE: M.T.ech BRANCH: CSE // YEAR :I YEAR I SEM SUBJECT:Matchine Learning // ASSIGNMENT NO: 1 // Draw S and G Rectangles along with Hypothisis function []=fa
www.eeworm.com/read/253533/12216789

txt 10.1.txt

Listing 10.1 Drawing Randomly Sized Rectangles with Random Colors private void Form1_Click(object sender, System.EventArgs e) { Random randNum = new Random( DateTime.Now.Millisecond ); int width =
www.eeworm.com/read/14735/404671

3 sdl_updaterects.3

.TH "SDL_UpdateRects" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_UpdateRects\- Makes sure the given list of rectangles is updated on the given screen\&. .SH "SYNOPSIS"
www.eeworm.com/read/251805/4415766

3 sdl_updaterects.3

.TH "SDL_UpdateRects" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_UpdateRects\- Makes sure the given list of rectangles is updated on the given screen\&. .SH "SYNOPSIS"
www.eeworm.com/read/223561/4810390

java brickwall.java

// Exercise 20.11: BrickWall.java // Program builds a brick wall using rectangles. import java.awt.*; import java.awt.event.*; import javax.swing.*; public class BrickWall extends JFrame {
www.eeworm.com/read/223561/4810393

java brickwall.java

// Tutorial 20: BrickWall.java // Application builds a brick wall using rectangles. import java.awt.*; import java.awt.event.*; import javax.swing.*; public class BrickWall extends JFrame {
www.eeworm.com/read/174006/9612684

txt 10.1.txt

Listing 10.1 Drawing Randomly Sized Rectangles with Random Colors private void Form1_Click(object sender, System.EventArgs e) { Random randNum = new Random( DateTime.Now.Millisecond ); int width =