代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/336465/12441862
nlogo ---josephson-cooperative.nlogo
; NetLogo Model: josephson-cooperative :: Version: 0.4.3 (21 Oct 2003)
; Author: S. Maggi :: NetLogo version: 1.3.1 (for Mac OS X)
; -------------------------------------------------------------------
www.eeworm.com/read/167133/5467985
java shape.java
/* Shape.java -- the classic Object-Oriented shape interface
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can re
www.eeworm.com/read/162614/5533480
java basiclabelui.java
/* BasicLabelUI.java
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under th
www.eeworm.com/read/162614/5534977
java paintevent.java
/* PaintEvent.java -- an area of the screen needs to be repainted
Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software
www.eeworm.com/read/162519/5543012
java basiclabelui.java
/* BasicLabelUI.java
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under th
www.eeworm.com/read/162519/5544509
java paintevent.java
/* PaintEvent.java -- an area of the screen needs to be repainted
Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software
www.eeworm.com/read/281832/9131002
makefile
CC = g++
LIB_SO = triangle_rectangle.so pentagon_hexagon.so
LIBOBJS = dynclass.o triangle.o rectangle.o pentagon_hexagon.o
%.o: %.cpp
$(CC) -ggdb3 -I../inc -fPIC -c -o $@ $<
$(LIB_SO) : $(LIBOBJ
www.eeworm.com/read/323615/13332624
java example14_8.java
import java.awt.*;import java.applet.*;
import java.awt.geom.*;
public class Example14_8 extends Applet
{ public void paint(Graphics g)
{ Graphics2D g_2d=(Graphics2D)g;
GradientPaint
www.eeworm.com/read/323615/13332910
bak example17_11.java.bak
import java.awt.*; import java.applet.*;
import java.awt.geom.*;
public class Example17_10 extends Applet
{ public void paint(Graphics g)
{ g.setColor(Color.blue) ;
Graphics2D g_2d=(G
www.eeworm.com/read/323615/13332951
java example17_10.java
import java.awt.*; import java.applet.*;
import java.awt.geom.*;
public class Example17_10 extends Applet
{ public void paint(Graphics g)
{ g.setColor(Color.blue) ;
Graphics2D g_2d=(G