代码搜索:Draw

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

代码结果 10,000
www.eeworm.com/read/168239/5447627

java picture.java

/** * This class represents a simple picture. You can draw the picture using * the draw method. But wait, there's more: being an electronic picture, it * can be changed. You can set it to black-and
www.eeworm.com/read/347759/3163639

java gridconstrainer.java

/* * @(#)GridConstrainer.java 5.2 * */ package CH.ifa.draw.standard; import java.awt.*; import java.io.Serializable; import CH.ifa.draw.framework.PointConstrainer; /** * Constrain
www.eeworm.com/read/347759/3163684

java serializationstorageformat.java

/* * @(#)SerializationStorageFormat.java 5.2 * */ package CH.ifa.draw.util; import javax.swing.filechooser.FileFilter; import java.io.*; import CH.ifa.draw.framework.Drawing; /** *
www.eeworm.com/read/347759/3163704

java figureselection.java

/* * @(#)FigureSelection.java 5.2 * */ package CH.ifa.draw.framework; import CH.ifa.draw.util.*; import java.util.*; import java.io.*; /** * FigureSelection enables to transfer the
www.eeworm.com/read/337229/3343066

java mjset.java

/* MJSet.java -- Draw Mandelbrot Set and Julia Set * * (C) 2001, Li Caiwei * Department of Computer Sciences, Zhongshan University, P.R. China * * Drag mouse to draw and zoom in the rectangle. *
www.eeworm.com/read/158411/5597308

java shapetest.java

import java.util.*; class Shape{ void draw(){ System.out.println(this+".draw()"); } } class Circle extends Shape{ public String toString(){return "Circle";} } class Square extends S
www.eeworm.com/read/112475/15484626

java picture.java

/** * This class represents a simple picture. You can draw the picture using * the draw method. But wait, there's more: being an electronic picture, it * can be changed. You can set it to black-an
www.eeworm.com/read/129371/14248629

h mouse_c.h

/* mouse.h*/ void init_interface(void); void init_menu(void); void draw_roll_bar(int menu_no,int sub_no); void clear_roll_bar(int menu_no,int sub_no); void draw_menu_line(void); void draw_sub_me
www.eeworm.com/read/261039/11668129

java fonteffect.java

/***************************************************************************** Description: Changes the layout of a text draw on a image. - Color - Monospace
www.eeworm.com/read/287103/4029656

cpp 1.cpp

#include"people.h" void main() { people a; a.Draw(); }